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

14 lines
352 B
Plaintext
Raw Permalink Normal View History

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