Pyside2 QStyleFactory

Hello! I would like to apply a ‘adskdark’ UI style but only on my custom app UI, not on maya.
How can i do that using pyside2?

i tryed to qapp. create(’ adskdark’), the style is created, but i try a self.setStyle() nothing, the code run but nothing happens.?

Can someone help?