1、精简部分公共代码到PublicFunc.py中

2、完成了<人工纠正>的所有代码
This commit is contained in:
2025-05-06 13:40:35 +08:00
parent 10247fb738
commit b4c4e124f8
13 changed files with 858 additions and 178 deletions

View File

@ -4,12 +4,14 @@ from PySide6.QtWidgets import QMainWindow, QMessageBox, QFileDialog
from matplotlib import use
from yaml import dump, load, FullLoader
from func.utils.PublicFunc import PublicFunc
from ui.MainWindow.MainWindow_menu import Ui_Signal_Label
from func.Module_preprocess import MainWindow_preprocess
from func.Module_detect_Jpeak import MainWindow_detect_Jpeak
from func.Module_detect_Rpeak import MainWindow_detect_Rpeak
from func.Module_label_check import MainWindow_label_check
from func.utils.Constants import Constants, ConfigParams
@ -115,7 +117,7 @@ class MainWindow(QMainWindow, Ui_Signal_Label):
def __slot_btn_label_check__(self):
self.label_check = MainWindow_detect_Rpeak()
self.label_check = MainWindow_label_check()
sender = self.sender()
root_path = self.ui.plainTextEdit_root_path.toPlainText()