From f5f3281221c5a8cbeb2e615abb356557f2701e9d Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期四, 14 三月 2024 00:01:58 +0800
Subject: [PATCH] 0314

---
 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 354778b..c7f4023 100644
--- a/internal_system_v1/clientmainwindow.h
+++ b/internal_system_v1/clientmainwindow.h
@@ -17,6 +17,10 @@
 #include "converinfo2.h"
 
 #include "xlsxdocument.h"
+#include "problemlist.h"
+#include "problemrectificationresult.h"
+#include "tableitemdelegate.h"
+#include <QItemDelegate>
 
 namespace Ui {
 class ClientMainWindow;
@@ -73,6 +77,10 @@
 
     void on_tableWidget_cellClicked(int row, int column);
 
+    void on_pushButton_save_clicked();
+
+    void on_comboBox_currentIndexChanged(const QString &arg1);
+
 signals:
     void sendDataToAuditProject(QVariantList);
     void sendDataToAuditWorkLoad(QVariantList);
@@ -100,6 +108,10 @@
 
     // 鏂扮増鏈�
     ConverInfo2* m_conInfo2;
+    ProblemList *m_problemList;
+    ProblemRectificationResult *m_problemRectifResult;
+    TableItemDelegate *m_tableItemDelegate;
+    QItemDelegate *m_editDelegate; // 鍙紪杈�
 
 };
 

--
Gitblit v1.8.0