wumu
2025-04-27 20ffcfb5507daf34f81346ca3dfa4c031e7b2fe3
internal_system_v1/clientmainwindow.h
@@ -21,6 +21,8 @@
#include "problemrectificationresult.h"
#include "tableitemdelegate.h"
#include <QItemDelegate>
#include "threemergeproblemlist.h"
namespace Ui {
class ClientMainWindow;
@@ -39,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();
@@ -83,6 +90,16 @@
    void on_pushButton_reset_clicked();
    void updateComboList(QMap<QString,ComInfo> & nameAndComInfos); // 更新下拉框列表
    void on_pushButton_save_export_clicked();
    void on_comboBox_company_currentTextChanged(const QString &arg1);
    void on_pushButton_merge_3And1_clicked();
    void on_pushButton_search_clicked();
signals:
    void sendDataToAuditProject(QVariantList);
    void sendDataToAuditWorkLoad(QVariantList);
@@ -115,6 +132,9 @@
    TableItemDelegate *m_tableItemDelegate;
    QItemDelegate *m_editDelegate; // 可编辑
    // 3合一
    ThreeMergeProblemList *m_threeMPList;
};
#endif // CLIENTMAINWINDOW_H