1.8.0初步

This commit is contained in:
2022-08-01 16:11:46 +08:00
parent 7a4086732f
commit 24916bf63b
136 changed files with 549 additions and 109 deletions

0
package-script/deepin-wine-runner.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

2
package-script/information.json Normal file → Executable file
View File

@@ -1,3 +1,3 @@
{
"Version": "1.7.1"
"Version": "1.8.0"
}

View File

@@ -194,9 +194,10 @@ menu = window.menuBar()
programMenu = menu.addMenu("程序")
exit = QtWidgets.QAction("退出")
exit.triggered.connect(window.close)
helpMenu = menu.addMenu("帮助")
help = QtWidgets.QAction("帮助")
help.triggered.connect(ShowHelp)
menu.addAction(help)
helpMenu.addAction(help)
programMenu.addAction(exit)
print(iconPath)
window.show()