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

14 lines
352 B
Plaintext

CurveChartView{
qproperty-plotBackgroundColor : transparent;
qproperty-plotTickColor : #A2D4E6;
qproperty-plotCurveColor : rgba(0,180,255,1);
qproperty-plotLinePen: rgba(0,191,255,0.3);
qproperty-plotTickTitleColor: #A2D4E6;
qproperty-plotAxisXText: "h";
}
QPushButton {
width:110px;
}
QDialog QPushButton{
width:50px;
}