PDA

View Full Version : QT Jambi [color]



kjiu
20th October 2009, 17:21
Hello,

I have a problem which is:

how the + change to color red...


Button plusButton = createButton(tr("+"), operatorColor,
"additiveOperatorClicked()");

Kjiu

wysota
20th October 2009, 20:00
Use stylesheets.

plusButton.setStyleSheet("color: red;");