HM-SPMS/resource/en/style/light/alarm_statistics.qss
2025-03-20 17:30:43 +08:00

28 lines
441 B
Plaintext

CAlarmStatistics,
CAlarmCompare{
qproperty-chartBackground: white;
qproperty-chartLabelColor: #666666;
qproperty-chartLineColor: #cccfd9;
}
QGraphicsView{
qproperty-backgroundBrush: #FDFDFD;
}
QLabel#value,
QLabel#value2{
background:#303956;
color:#eaeaea;
padding:8px;
}
QFrame#frame_alarm,
QFrame#frame_bar{
background:white;
border:none;
}
QLabel#label_name{
background:white;
color:#096ae4;
}