PDA

View Full Version : Can you add color to the Qt Widgets?



ayanda83
19th November 2013, 12:59
Hi everyone, the title says it all. I need to know if can change the default classic style sheet for Qt Windows to somethings attractive? if i can, how do I do it?

anda_skoa
19th November 2013, 15:23
There are many options.

You can change the application's palette, set a different widget style or use style sheets.
See QApplication::setPalette(), QApplication::setStyle(), QApplication::setStyleSheet()

Cheers,
_