From 5e74d49c960965e3134cda27f603024483a4a1d7 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期二, 07 五月 2024 22:44:53 +0800
Subject: [PATCH] 0507

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

diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h
index b4bb1e1..1331f8b 100644
--- a/internal_system_v1/clientmainwindow.h
+++ b/internal_system_v1/clientmainwindow.h
@@ -19,6 +19,9 @@
 #include "xlsxdocument.h"
 #include "problemlist.h"
 #include "problemrectificationresult.h"
+#include "tableitemdelegate.h"
+#include <QItemDelegate>
+#include "threemergeproblemlist.h"
 
 namespace Ui {
 class ClientMainWindow;
@@ -77,6 +80,10 @@
 
     void on_pushButton_save_clicked();
 
+    void on_comboBox_currentIndexChanged(const QString &arg1);
+
+    void on_pushButton_reset_clicked();
+
 signals:
     void sendDataToAuditProject(QVariantList);
     void sendDataToAuditWorkLoad(QVariantList);
@@ -106,6 +113,11 @@
     ConverInfo2* m_conInfo2;
     ProblemList *m_problemList;
     ProblemRectificationResult *m_problemRectifResult;
+    TableItemDelegate *m_tableItemDelegate;
+    QItemDelegate *m_editDelegate; // 鍙紪杈�
+
+    // 3鍚堜竴
+    ThreeMergeProblemList *m_threeMPList;
 
 };
 

--
Gitblit v1.8.0