| | |
| | | #include "problemnotmoney.h" |
| | | #include "punish.h" |
| | | #include "caseclue.h" |
| | | #include "coverinfo.h" |
| | | #include "searchinfo.h" |
| | | |
| | | #include "xlsxdocument.h" |
| | | |
| | | namespace Ui { |
| | | class ClientMainWindow; |
| | |
| | | ~ClientMainWindow(); |
| | | |
| | | void initUi(); |
| | | void readDataFromExcel(QString path); |
| | | bool readDataFromSQL(QString name); |
| | | private slots: |
| | | void on_pushButton_auditPro_clicked(); |
| | | |
| | |
| | | |
| | | void on_pushButton_caseClue_clicked(); |
| | | |
| | | void on_pushButton_clicked(); |
| | | |
| | | void on_pushButton_2_clicked(); |
| | | |
| | | void on_pushButton_openXlsxFile_clicked(); |
| | | |
| | | void on_pushButton_importExcel_clicked(); |
| | | |
| | | signals: |
| | | void sendDataToAuditProject(QVariantList); |
| | | void sendDataToAuditWorkLoad(QVariantList); |
| | | void sendDataToProblemMoney(QVariantList); |
| | | void sendDataToProblemCount(QVariantList); |
| | | void sendDataToProblemRectification(QVariantList); |
| | | void sendDataToProblemNoMoney(QVariantList); |
| | | void sendDataToPunish(QVariantList); |
| | | void sendDataToCaseClue(QVariantList); |
| | | |
| | | private: |
| | | Ui::ClientMainWindow *ui; |
| | | AuditProject *m_auditPro; |
| | |
| | | ProblemNotMoney *m_problemNotMon; |
| | | Punish *m_punish; |
| | | CaseClue *m_caseClue; |
| | | CoverInfo *m_coverInfo; |
| | | SearchInfo *m_searchInfo; |
| | | }; |
| | | |
| | | #endif // CLIENTMAINWINDOW_H |