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