Hello,
I know how to change the background color of a pushbutton:
Qt Code:
colorButton->setStyleSheet("background:rgb(100,150,200);");To copy to clipboard, switch view to plain text mode
But is it also possible, using style sheets, to make one half of the button one color
and the second half another color? How?
Bookmarks