PDA

View Full Version : Avoid styleSheets in Qt Dialogs (QFileDialogs, QPrintDialog, etc)



GuS
10th August 2009, 20:21
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.