Hi Guys,

I use stylesheets for theming my application. What I want to know if there is a way to eliminate/avoid the stylesheets in dialogs like QFileDialog, QPrintDialog and such. Tried for example QFileDialog.setStyleSheets("") with not success.

Any Tip?

Thanks.