1、优化了<数据粗同步>的绘图
This commit is contained in:
@ -33,6 +33,8 @@ class MainWindow(QMainWindow, Ui_Signal_Label):
|
||||
self.ui = Ui_Signal_Label()
|
||||
self.ui.setupUi(self)
|
||||
|
||||
self.setFixedSize(720, 1080) # 设置固定大小,禁止缩放
|
||||
|
||||
# 消息弹窗初始化
|
||||
self.msgBox = QMessageBox()
|
||||
self.msgBox.setWindowTitle(Constants.MAINWINDOW_MSGBOX_TITLE)
|
||||
|
||||
Reference in New Issue
Block a user