修改字体为黑体,增加指令提示,增加指令按键操作
This commit is contained in:
@@ -7,7 +7,7 @@ QListWidget {
|
||||
border-style: solid;
|
||||
border-radius: 5;
|
||||
padding: 3px;
|
||||
font: 20px;
|
||||
font: 20px "黑体";
|
||||
}
|
||||
|
||||
QListWidget::Item {
|
||||
@@ -27,7 +27,7 @@ QScrollBar{
|
||||
border-style: solid;
|
||||
border-radius: 5;
|
||||
padding: 3px;
|
||||
font :15px;
|
||||
font :15px "黑体";
|
||||
}
|
||||
|
||||
.QPushButton:pressed {
|
||||
|
||||
Reference in New Issue
Block a user