| | |
| | | |
| | | m_coverInfo = new CoverInfo(this); |
| | | m_coverInfo->setParent(ui->tab); |
| | | |
| | | m_searchInfo = new SearchInfo(this); |
| | | ui->tabWidget->addTab(m_searchInfo,"信息查询"); |
| | | } |
| | | |
| | | void ClientMainWindow::on_pushButton_auditPro_clicked() |
| | |
| | | #include "punish.h" |
| | | #include "caseclue.h" |
| | | #include "coverinfo.h" |
| | | #include "searchinfo.h" |
| | | |
| | | #include "xlsxdocument.h" |
| | | |
| | |
| | | Punish *m_punish; |
| | | CaseClue *m_caseClue; |
| | | CoverInfo *m_coverInfo; |
| | | SearchInfo *m_searchInfo; |
| | | }; |
| | | |
| | | #endif // CLIENTMAINWINDOW_H |
| | |
| | | # |
| | | #------------------------------------------------- |
| | | |
| | | QT += core gui axcontainer |
| | | QT += core gui axcontainer sql |
| | | |
| | | greaterThan(QT_MAJOR_VERSION, 4): QT += widgets |
| | | |