修改字体为黑体,增加指令提示,增加指令按键操作
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.QProgressBar {
|
||||
font: 20px "Arial";
|
||||
font: 20px "黑体";
|
||||
background-color: #BDBDBD;
|
||||
border-color: #BDBDBD;
|
||||
}
|
||||
@@ -21,7 +21,7 @@
|
||||
border-style: solid;
|
||||
border-radius: 5;
|
||||
padding: 3px;
|
||||
font: 20px "Arial";
|
||||
font: 20px "黑体";
|
||||
}
|
||||
|
||||
.QPushButton:pressed {
|
||||
@@ -30,7 +30,7 @@
|
||||
}
|
||||
|
||||
.QLabel {
|
||||
font: 20px "Arial";
|
||||
font: 20px "黑体";
|
||||
}
|
||||
|
||||
.QLabel[state="0"] {
|
||||
@@ -52,11 +52,11 @@
|
||||
|
||||
.QComboBox {
|
||||
background-color: #FFFFFF;
|
||||
font: 20px "Arial";
|
||||
font: 20px "黑体";
|
||||
}
|
||||
|
||||
.QCheckBox{
|
||||
font: 20px "Arial";
|
||||
font: 20px "黑体";
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user