From f151349edb5622aefc8bb04adb45b90cbc0893b4 Mon Sep 17 00:00:00 2001 From: Yorusora Date: Mon, 10 Feb 2025 21:22:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=AF=E4=BB=B6=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainWindow.py | 4 ++-- MainWindow.ui | 4 ++-- ecg_label_check.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MainWindow.py b/MainWindow.py index db6867f..60d4e98 100644 --- a/MainWindow.py +++ b/MainWindow.py @@ -14,7 +14,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets class Ui_MainWindow(object): def setupUi(self, MainWindow): MainWindow.setObjectName("MainWindow") - MainWindow.resize(1920, 1080) + MainWindow.resize(1920, 1105) self.centralwidget = QtWidgets.QWidget(MainWindow) self.centralwidget.setObjectName("centralwidget") self.gridLayout = QtWidgets.QGridLayout(self.centralwidget) @@ -1135,7 +1135,7 @@ class Ui_MainWindow(object): def retranslateUi(self, MainWindow): _translate = QtCore.QCoreApplication.translate - MainWindow.setWindowTitle(_translate("MainWindow", "Label_Check")) + MainWindow.setWindowTitle(_translate("MainWindow", "ECG_Label_Check")) self.groupBox_inputSetting.setTitle(_translate("MainWindow", "导入操作")) self.lineEdit_rootpath.setPlaceholderText(_translate("MainWindow", "数据根目录路径")) self.label_choose.setText(_translate("MainWindow", "数据和标签的序号选择:")) diff --git a/MainWindow.ui b/MainWindow.ui index 3234c85..768bbf7 100644 --- a/MainWindow.ui +++ b/MainWindow.ui @@ -7,11 +7,11 @@ 0 0 1920 - 1080 + 1105 - Label_Check + ECG_Label_Check diff --git a/ecg_label_check.py b/ecg_label_check.py index 8d7353a..01b4598 100644 --- a/ecg_label_check.py +++ b/ecg_label_check.py @@ -261,7 +261,7 @@ class MainWindow(QMainWindow, Ui_MainWindow): str(self.data_and_label_Path) + "\\" + self.comboBox_choose.currentText() + "Rpeak.txt") MainWindow.setWindowTitle(self, QCoreApplication.translate("MainWindow", - "Label_Check - Data Path: " + str(file_path))) + "ECG_Label_Check - Data Path: " + str(file_path))) info("Successfully Loaded Root Path.") self.textBrowser_update("操作:根目录路径选择成功") else: