This commit is contained in:
2025-05-05 19:57:27 +08:00
parent 46d93efb3c
commit f4f0c8196c
10 changed files with 2459 additions and 411 deletions

View File

@@ -60,6 +60,8 @@ class MainWindow(QtWidgets.QWidget):
self.setWindowTitle(TOOL_NAME)
self.setObjectName(f"{TOOL_NAME}MainWindow")
self.setMinimumSize(1200, 800)
self.setStyleSheet("")
self.setAttribute(QtCore.Qt.WA_DeleteOnClose)
# 设置窗口图标
if os.path.exists(TOOL_ICON):