28 lines
441 B
Plaintext
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;
|
||
|
|
}
|