From d45c7472dd063b5d05e607e60647f8d6feb60736 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期五, 15 三月 2024 23:33:38 +0800
Subject: [PATCH] 0315

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

diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h
index 325b821..a6524f6 100644
--- a/internal_system_v1/clientmainwindow.h
+++ b/internal_system_v1/clientmainwindow.h
@@ -14,8 +14,13 @@
 #include "coverinfo.h"
 #include "searchinfo.h"
 #include "problemrectstandingbook.h"
+#include "converinfo2.h"
 
 #include "xlsxdocument.h"
+#include "problemlist.h"
+#include "problemrectificationresult.h"
+#include "tableitemdelegate.h"
+#include <QItemDelegate>
 
 namespace Ui {
 class ClientMainWindow;
@@ -72,6 +77,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);
@@ -96,6 +107,14 @@
     CoverInfo *m_coverInfo;
     SearchInfo *m_searchInfo;
     QMap<QString,int> m_comInfo;
+
+    // 鏂扮増鏈�
+    ConverInfo2* m_conInfo2;
+    ProblemList *m_problemList;
+    ProblemRectificationResult *m_problemRectifResult;
+    TableItemDelegate *m_tableItemDelegate;
+    QItemDelegate *m_editDelegate; // 鍙紪杈�
+
 };
 
 #endif // CLIENTMAINWINDOW_H

--
Gitblit v1.8.0