.QFrame { background-color: #FFFFFF; } .QLabel { font: 20px "Arial"; } .QProgressBar { font: 20px "Arial"; background-color: #BDBDBD; border-color: #BDBDBD; } .QProgressBar::chunk { background-color: #00FF00; } .QLabel#label_mode{ font: 15px "Arial"; font-weight:bold; font-italic:true; } .QLabel#label_base{ font: 15px "Arial"; font-weight:bold; font-italic:true; } .QLabel#label_servo{ font: 15px "Arial"; font-weight:bold; font-italic:true; } .QLabel#label_engine{ font: 15px "Arial"; font-weight:bold; font-italic:true; } .QLabel#label_battery{ font: 15px "Arial"; font-weight:bold; font-italic:true; } .QLabel#label_dlink{ font: 15px "Arial"; font-weight:bold; font-italic:true; } .QLabel[state="0"] { border-image:url(:/img/success_rect.png); } .QLabel[state="1"] { border-image:url(:/img/fail_rect.png); } .QLabel[state="2"] { border-image:url(:/img/warning_rect.png); } .QLabel[state="3"] { border-image:url(:/img/rect_gray.png); }