PDA

View Full Version : File dialog issues



skimber
22nd September 2008, 15:10
Has anyone run into this? I have a file dialog window that inherits some background information from the parent background. For troubleshooting I have exaggerated the background to green, the white, grey and red areas I have found and can change. Changing the QFileDialog stylesheet changes most of the dialog to gray but not all.

What am I missing?

jpn
22nd September 2008, 16:16
Too "open" style sheet rules tend cause this kind of problems. Why don't you use selectors to restrict the style sheet to the parent only?

skimber
22nd September 2008, 16:34
Thanks! That did it, I didn't realize my parent stylesheet was to open.