PDA

View Full Version : Stylesheet (css) problem



madcama
4th December 2006, 18:53
Hi everyone,
I am a part of one developer team and my job is to create styleshhets using css. I done it most of the of it but there is an unanswered question.
Question is:
Can I customize, using css, QTabBar, QToolBox or any QTWidget that is not listed under a stylable widgets?

wysota
4th December 2006, 22:41
You can't. You have to use other means, like using QPalette or QStyle directly.