Hello,
I want to define a palette that every widget in my application respects by default.
As a test, i went ahead and used the static method to fetch the palette from QApplication, made various modifications, and then stuffed it back via QAppication::setPalette. Most widgets seemed to obey the modifications except one: QGroupBox. I cannot seem to change its color through the palette. I think that i have tried every roll listed in QPalette.
Are there other rolls which arent listed, or is there no guarantee that stock qt widgets will obay the qapplication palette, or am i going about this all wrong?

Thanks

jonathan