From ac4aaf95358d7eabc5331e30c1272ebb6eba5478 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期一, 13 五月 2024 23:05:03 +0800
Subject: [PATCH] 0513

---
 internal_system_v1/clientmainwindow.h |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h
index 354778b..1331f8b 100644
--- a/internal_system_v1/clientmainwindow.h
+++ b/internal_system_v1/clientmainwindow.h
@@ -17,6 +17,11 @@
 #include "converinfo2.h"
 
 #include "xlsxdocument.h"
+#include "problemlist.h"
+#include "problemrectificationresult.h"
+#include "tableitemdelegate.h"
+#include <QItemDelegate>
+#include "threemergeproblemlist.h"
 
 namespace Ui {
 class ClientMainWindow;
@@ -73,6 +78,12 @@
 
     void on_tableWidget_cellClicked(int row, int column);
 
+    void on_pushButton_save_clicked();
+
+    void on_comboBox_currentIndexChanged(const QString &arg1);
+
+    void on_pushButton_reset_clicked();
+
 signals:
     void sendDataToAuditProject(QVariantList);
     void sendDataToAuditWorkLoad(QVariantList);
@@ -100,6 +111,13 @@
 
     // 鏂扮増鏈�
     ConverInfo2* m_conInfo2;
+    ProblemList *m_problemList;
+    ProblemRectificationResult *m_problemRectifResult;
+    TableItemDelegate *m_tableItemDelegate;
+    QItemDelegate *m_editDelegate; // 鍙紪杈�
+
+    // 3鍚堜竴
+    ThreeMergeProblemList *m_threeMPList;
 
 };
 

--
Gitblit v1.8.0