From cf9a5d7be63380ce5bb747cf0eb49fc41d0608aa Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期二, 08 八月 2023 22:37:09 +0800
Subject: [PATCH] ui

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

diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h
index 2e9bf0e..03e085a 100644
--- a/internal_system_v1/clientmainwindow.h
+++ b/internal_system_v1/clientmainwindow.h
@@ -10,6 +10,9 @@
 #include "problemnotmoney.h"
 #include "punish.h"
 #include "caseclue.h"
+#include "coverinfo.h"
+
+#include "xlsxdocument.h"
 
 namespace Ui {
 class ClientMainWindow;
@@ -41,6 +44,12 @@
 
     void on_pushButton_caseClue_clicked();
 
+    void on_pushButton_clicked();
+
+    void on_pushButton_2_clicked();
+
+    void on_pushButton_openXlsxFile_clicked();
+
 private:
     Ui::ClientMainWindow *ui;
     AuditProject *m_auditPro;
@@ -51,6 +60,7 @@
     ProblemNotMoney *m_problemNotMon;
     Punish *m_punish;
     CaseClue *m_caseClue;
+    CoverInfo *m_coverInfo;
 };
 
 #endif // CLIENTMAINWINDOW_H

--
Gitblit v1.8.0