how to set color of a label in pyqt4 code example
Example: how to change label color in pyqt5 designer
setStyleSheet("QLabel { background-color : red; color : blue; }");
setStyleSheet("QLabel { background-color : red; color : blue; }");