增加系统诊断弹窗
This commit is contained in:
@ -60,10 +60,10 @@ class SystemCenterDialog(QDialog):
|
||||
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
self.init_ui()
|
||||
self._init_ui()
|
||||
self.init_animations() # 初始化动画
|
||||
|
||||
def init_ui(self):
|
||||
def _init_ui(self):
|
||||
# 弹窗基础设置
|
||||
self.setWindowTitle("系统中心")
|
||||
self.setWindowFlags(Qt.FramelessWindowHint) # 隐藏默认边框
|
||||
|
||||
Reference in New Issue
Block a user