新增拖动条

This commit is contained in:
2024-06-29 12:04:46 +08:00
parent 535232ac5f
commit 380cf74bbf
3 changed files with 23 additions and 6 deletions

View File

@@ -27,9 +27,9 @@ def readtxt(path):
return str # 返回结果
fontSize = 1
tempSys = QtWidgets.QApplication(sys.argv)
'''tempSys = QtWidgets.QApplication(sys.argv)
if tempSys.primaryScreen().availableGeometry().size().width() < 1366 or tempSys.primaryScreen().availableGeometry().size().height() < 768:
fontSize = 1.1
fontSize = 1.1'''
defultProgramList = {
"Architecture": "Auto",