.QFrame { background-color: #FFFFFF; } .QLabel { background-color: #FFFFFF; font: 15px "Arial"; } .QComboBox { background-color: #FFFFFF; font: 30px "Arial"; } .QTreeWidget { background-color: #FFFFFF; font: 30px "Arial"; } QProgressBar { border: 2px solid grey; border-radius: 5px; background-color: #FFFFFF; } QProgressBar::chunk { background-color: #05B8CC; width: 20px; } QProgressBar { font: 15px "Arial"; text-align: center; color: #0A0A0A; }