PDA

View Full Version : Application Level Style



peteg
4th June 2010, 18:51
Hello all,

Is there any way to set the Application's style to be, say Windows style?

I do not mean appearance in Preview Mode, but rather appearance at Run Time?

Specifically, the problem is that I have screens which all have QWidget as the base container. Even after setting the QWidget's StyleSheet to background-color: rgb(212, 208, 200) and making sure that autoFillBackground is checked, the screen color does not remain as I set under different environments.

TIA

Pete

Coises
5th June 2010, 14:42
QApplication::setStyle?