添加参数界面

This commit is contained in:
2020-05-28 18:11:23 +08:00
parent 12c1bba08a
commit 27748550c4
51 changed files with 2669 additions and 159 deletions
+17 -5
View File
@@ -29,11 +29,23 @@
}
.QLineEdit {
background-color: #FFFFFF
background-color: #FFFFFF;
font: 30px "Arial";
}
.QLabel {
background-color: #FFFFFF;
font: 30px "Arial";
}
.QComboBox {
background-color: #FFFFFF;
font: 30px "Arial";
}
.QTreeWidget {
background-color: #FFFFFF;
font: 30px "Arial";
}