wumu
2023-08-15 1c3f359a876ddd81a7fbafd88e7f6ed03eefb72a
0815
3个文件已修改
7 ■■■■ 已修改文件
internal_system_v1/clientmainwindow.cpp 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
internal_system_v1/clientmainwindow.h 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
internal_system_v1/internal_system_v1.pro 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
internal_system_v1/clientmainwindow.cpp
@@ -41,6 +41,9 @@
    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()
internal_system_v1/clientmainwindow.h
@@ -11,6 +11,7 @@
#include "punish.h"
#include "caseclue.h"
#include "coverinfo.h"
#include "searchinfo.h"
#include "xlsxdocument.h"
@@ -61,6 +62,7 @@
    Punish *m_punish;
    CaseClue *m_caseClue;
    CoverInfo *m_coverInfo;
    SearchInfo *m_searchInfo;
};
#endif // CLIENTMAINWINDOW_H
internal_system_v1/internal_system_v1.pro
@@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT       += core gui axcontainer
QT       += core gui axcontainer sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets