From 5f209bc8ed68bbdb6b7180aaa5bc37acc8545e35 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 08 九月 2023 23:25:29 +0800 Subject: [PATCH] 0908 --- internal_system_v1/clientmainwindow.h | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h index a172dda..53aed5b 100644 --- a/internal_system_v1/clientmainwindow.h +++ b/internal_system_v1/clientmainwindow.h @@ -2,6 +2,18 @@ #define CLIENTMAINWINDOW_H #include <QMainWindow> +#include "auditproject.h" +#include "auditworkload.h" +#include "problemmoney.h" +#include "problemcount.h" +#include "problemrectification.h" +#include "problemnotmoney.h" +#include "punish.h" +#include "caseclue.h" +#include "coverinfo.h" +#include "searchinfo.h" + +#include "xlsxdocument.h" namespace Ui { class ClientMainWindow; @@ -15,8 +27,42 @@ explicit ClientMainWindow(QWidget *parent = 0); ~ClientMainWindow(); + void initUi(); +private slots: + void on_pushButton_auditPro_clicked(); + + void on_pushButton_auditWorkload_clicked(); + + void on_pushButton_problemMoney_clicked(); + + void on_pushButton_problemCount_clicked(); + + void on_pushButton_problemRectification_clicked(); + + void on_pushButton_problemNotMoney_clicked(); + + void on_pushButton_punish_clicked(); + + 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; + AuditWorkload *m_auditworkload; + ProblemMoney *m_problemMon; + ProblemCount *m_problemCnt; + ProblemRectification *m_probleRect; + ProblemNotMoney *m_problemNotMon; + Punish *m_punish; + CaseClue *m_caseClue; + CoverInfo *m_coverInfo; + SearchInfo *m_searchInfo; }; #endif // CLIENTMAINWINDOW_H -- Gitblit v1.8.0