From efddb5166089573f9b2508d30b217ddebbb2fab2 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期二, 08 十月 2024 22:48:55 +0800
Subject: [PATCH] 1008

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

diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h
index a6524f6..d36e45f 100644
--- a/internal_system_v1/clientmainwindow.h
+++ b/internal_system_v1/clientmainwindow.h
@@ -21,6 +21,7 @@
 #include "problemrectificationresult.h"
 #include "tableitemdelegate.h"
 #include <QItemDelegate>
+#include "threemergeproblemlist.h"
 
 namespace Ui {
 class ClientMainWindow;
@@ -39,6 +40,11 @@
     bool readDataFromSQL(QString name);
     void calc(); // 缁熻缁撴灉锛屽澶勫湴鏂硅Е鍙戜簡鑷姩璋冪敤
     void searchComName();
+
+    void delay(int msec); // 寤舵椂澶勭悊
+
+signals:
+    void loadExcelSignal();
 
 private slots:
     void on_pushButton_auditPro_clicked();
@@ -115,6 +121,9 @@
     TableItemDelegate *m_tableItemDelegate;
     QItemDelegate *m_editDelegate; // 鍙紪杈�
 
+    // 3鍚堜竴
+    ThreeMergeProblemList *m_threeMPList;
+
 };
 
 #endif // CLIENTMAINWINDOW_H

--
Gitblit v1.8.0