修改字体为黑体,增加指令提示,增加指令按键操作
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
|
||||
.QLabel {
|
||||
font: 20px "黑体";
|
||||
}
|
||||
|
||||
.QCheckBox{
|
||||
font: 20px "黑体";
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.QCheckBox::indicator {
|
||||
width: 15px;
|
||||
|
||||
Reference in New Issue
Block a user