wumu
2024-11-28 560ebd47c33706e4482a6c158fd795a4d0a6075f
internal_system_v1/clientmainwindow.h
@@ -19,6 +19,10 @@
#include "xlsxdocument.h"
#include "problemlist.h"
#include "problemrectificationresult.h"
#include "tableitemdelegate.h"
#include <QItemDelegate>
#include "threemergeproblemlist.h"
namespace Ui {
class ClientMainWindow;
@@ -37,6 +41,11 @@
    bool readDataFromSQL(QString name);
    void calc(); // 统计结果,多处地方触发了自动调用
    void searchComName();
    void delay(int msec); // 延时处理
signals:
    void loadExcelSignal();
private slots:
    void on_pushButton_auditPro_clicked();
@@ -77,6 +86,14 @@
    void on_pushButton_save_clicked();
    void on_comboBox_currentIndexChanged(const QString &arg1);
    void on_pushButton_reset_clicked();
    void updateComboList(QMap<QString,ComInfo> & nameAndComInfos); // 更新下拉框列表
    void on_pushButton_save_export_clicked();
signals:
    void sendDataToAuditProject(QVariantList);
    void sendDataToAuditWorkLoad(QVariantList);
@@ -106,6 +123,11 @@
    ConverInfo2* m_conInfo2;
    ProblemList *m_problemList;
    ProblemRectificationResult *m_problemRectifResult;
    TableItemDelegate *m_tableItemDelegate;
    QItemDelegate *m_editDelegate; // 可编辑
    // 3合一
    ThreeMergeProblemList *m_threeMPList;
};