增加系统诊断弹窗
This commit is contained in:
@ -63,7 +63,8 @@ class MainWindow(QWidget):
|
||||
# self.setStyleSheet("background-color: #ffffff;") # #001558
|
||||
|
||||
# Qt.FramelessWindowHint
|
||||
# self.setWindowFlags(Qt.FramelessWindowHint)
|
||||
# 没有顶部的白色边框
|
||||
self.setWindowFlags(Qt.FramelessWindowHint) # 无边框
|
||||
|
||||
# 设置主界面背景图片
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user