修改字体为黑体,增加指令提示,增加指令按键操作

This commit is contained in:
hm
2022-09-09 10:59:44 +08:00
parent ddcde70bd3
commit 7403007cd2
33 changed files with 264 additions and 117 deletions
@@ -1,5 +1,13 @@
.QLabel {
font: 20px "黑体";
}
.QCheckBox{
font: 20px "黑体";
width: 25px;
height: 25px;
}
.QCheckBox::indicator {
width: 15px;