background-color: rgb(179, 179, 179);
QPushButton:pressed{background-color: rgb(200, 200, 200); }
Gives me invalid stylesheet. Why?
background-color: rgb(179, 179, 179);
QPushButton:pressed{background-color: rgb(200, 200, 200); }
Gives me invalid stylesheet. Why?
Bookmarks