14 lines
352 B
Plaintext
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;
|
|
} |