修改软件名称
This commit is contained in:
parent
634b0eb93a
commit
f151349edb
@ -14,7 +14,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets
|
|||||||
class Ui_MainWindow(object):
|
class Ui_MainWindow(object):
|
||||||
def setupUi(self, MainWindow):
|
def setupUi(self, MainWindow):
|
||||||
MainWindow.setObjectName("MainWindow")
|
MainWindow.setObjectName("MainWindow")
|
||||||
MainWindow.resize(1920, 1080)
|
MainWindow.resize(1920, 1105)
|
||||||
self.centralwidget = QtWidgets.QWidget(MainWindow)
|
self.centralwidget = QtWidgets.QWidget(MainWindow)
|
||||||
self.centralwidget.setObjectName("centralwidget")
|
self.centralwidget.setObjectName("centralwidget")
|
||||||
self.gridLayout = QtWidgets.QGridLayout(self.centralwidget)
|
self.gridLayout = QtWidgets.QGridLayout(self.centralwidget)
|
||||||
@ -1135,7 +1135,7 @@ class Ui_MainWindow(object):
|
|||||||
|
|
||||||
def retranslateUi(self, MainWindow):
|
def retranslateUi(self, MainWindow):
|
||||||
_translate = QtCore.QCoreApplication.translate
|
_translate = QtCore.QCoreApplication.translate
|
||||||
MainWindow.setWindowTitle(_translate("MainWindow", "Label_Check"))
|
MainWindow.setWindowTitle(_translate("MainWindow", "ECG_Label_Check"))
|
||||||
self.groupBox_inputSetting.setTitle(_translate("MainWindow", "导入操作"))
|
self.groupBox_inputSetting.setTitle(_translate("MainWindow", "导入操作"))
|
||||||
self.lineEdit_rootpath.setPlaceholderText(_translate("MainWindow", "数据根目录路径"))
|
self.lineEdit_rootpath.setPlaceholderText(_translate("MainWindow", "数据根目录路径"))
|
||||||
self.label_choose.setText(_translate("MainWindow", "数据和标签的序号选择:"))
|
self.label_choose.setText(_translate("MainWindow", "数据和标签的序号选择:"))
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>1920</width>
|
<width>1920</width>
|
||||||
<height>1080</height>
|
<height>1105</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Label_Check</string>
|
<string>ECG_Label_Check</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralwidget">
|
<widget class="QWidget" name="centralwidget">
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
|
@ -261,7 +261,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
|||||||
str(self.data_and_label_Path) + "\\" + self.comboBox_choose.currentText() + "Rpeak.txt")
|
str(self.data_and_label_Path) + "\\" + self.comboBox_choose.currentText() + "Rpeak.txt")
|
||||||
|
|
||||||
MainWindow.setWindowTitle(self, QCoreApplication.translate("MainWindow",
|
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.")
|
info("Successfully Loaded Root Path.")
|
||||||
self.textBrowser_update("操作:根目录路径选择成功")
|
self.textBrowser_update("操作:根目录路径选择成功")
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user