纠正数据极性,添加曲线,修改曲线刷新率
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
|
||||
|
||||
.QFrame {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
.QPushButton {
|
||||
background-color: #FFFFFF /*palegoldenrod*/;
|
||||
border-width: 2px;
|
||||
border-color: darkkhaki;
|
||||
border-style: solid;
|
||||
border-radius: 5;
|
||||
padding: 3px;
|
||||
font: 20px "Arial";
|
||||
}
|
||||
|
||||
.QPushButton:pressed {
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #dadbde, stop: 1 #f6f7fa);
|
||||
}
|
||||
|
||||
.QLabel {
|
||||
font: 15px "Arial";
|
||||
}
|
||||
|
||||
.QLabel[state="0"] {
|
||||
border-image:url(:/img/success_rect.png);
|
||||
}
|
||||
|
||||
.QLabel[state="1"] {
|
||||
border-image:url(:/img/fail_rect.png);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.QComboBox {
|
||||
background-color: #FFFFFF;
|
||||
font: 20px "Arial";
|
||||
}
|
||||
|
||||
.QCheckBox{
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.QCheckBox::indicator {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.QCheckBox::indicator[state="0"] {
|
||||
image:url(:/img/normal.png);
|
||||
}
|
||||
|
||||
.QCheckBox::indicator[state="1"] {
|
||||
image:url(:/img/fail.png);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user