HM-SPMS/resource/zh/style/light/planCurvesConfigure.qss

14 lines
330 B
Plaintext
Raw Normal View History

2025-03-20 17:30:43 +08:00
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;
}