[Solved] Common Stylesheet for Entire Project
-
Hi Everyone,
I have a requirement in my project that I need to maintain some colors to different components like push buttons, line edits, combo box etc. This can be achieved by setting style sheets for all forms in the project. Insted of setting the stylesheets in all forms, is their anything available in Qt that can be applied at once to the total project..?
Thank you in advance.
-
Yes you can. Start with selectors, and applying style to qApp pointer.
Examples are "here":http://doc.qt.nokia.com/4.7-snapshot/stylesheet-examples.html