ISCS1_4C_pruduct/product/common/style/light/planCurvesConfigure.qss

14 lines
330 B
Plaintext
Raw Normal View History

2024-10-30 11:54:46 +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;
}