Update
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user