-
1 Attachment(s)
File dialog issues
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?
-
Re: File dialog issues
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?
-
Re: File dialog issues
Thanks! That did it, I didn't realize my parent stylesheet was to open.