From 6ea2769d53615984e57b26b63b8d56b49c472e26 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 13 九月 2023 22:44:13 +0800 Subject: [PATCH] 0913 --- internal_system_v1/clientmainwindow.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h index 6b6b699..53aed5b 100644 --- a/internal_system_v1/clientmainwindow.h +++ b/internal_system_v1/clientmainwindow.h @@ -10,6 +10,8 @@ #include "problemnotmoney.h" #include "punish.h" #include "caseclue.h" +#include "coverinfo.h" +#include "searchinfo.h" #include "xlsxdocument.h" @@ -45,6 +47,10 @@ void on_pushButton_clicked(); + void on_pushButton_2_clicked(); + + void on_pushButton_openXlsxFile_clicked(); + private: Ui::ClientMainWindow *ui; AuditProject *m_auditPro; @@ -55,6 +61,8 @@ ProblemNotMoney *m_problemNotMon; Punish *m_punish; CaseClue *m_caseClue; + CoverInfo *m_coverInfo; + SearchInfo *m_searchInfo; }; #endif // CLIENTMAINWINDOW_H -- Gitblit v1.8.0