增加系统诊断弹窗

This commit is contained in:
2025-11-07 15:45:54 +08:00
parent 2b93713e7f
commit 4c48332c06
13 changed files with 486 additions and 7 deletions

View File

@ -63,7 +63,8 @@ class MainWindow(QWidget):
# self.setStyleSheet("background-color: #ffffff;") # #001558
# Qt.FramelessWindowHint
# self.setWindowFlags(Qt.FramelessWindowHint)
# 没有顶部的白色边框
self.setWindowFlags(Qt.FramelessWindowHint) # 无边框
# 设置主界面背景图片
try: