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

14 lines
330 B
Plaintext

CurveChartView{
qproperty-plotBackgroundColor : transparent;
qproperty-plotTickColor : #333333;
qproperty-plotCurveColor : #096ae4;
qproperty-plotLinePen: #cccfd9;
qproperty-plotTickTitleColor: #333333;
qproperty-plotAxisXText: "h";
}
QPushButton {
width:110px;
}
QDialog QPushButton{
width:50px;
}