Hello,
I have a problem which is:
how the + change to color red...
Qt Code:
Button plusButton = createButton(tr("+"), operatorColor, "additiveOperatorClicked()");To copy to clipboard, switch view to plain text mode
Kjiu
Hello,
I have a problem which is:
how the + change to color red...
Qt Code:
Button plusButton = createButton(tr("+"), operatorColor, "additiveOperatorClicked()");To copy to clipboard, switch view to plain text mode
Kjiu
Use stylesheets.
Qt Code:
plusButton.setStyleSheet("color: red;");To copy to clipboard, switch view to plain text mode
Bookmarks