wumu
2024-10-08 efddb5166089573f9b2508d30b217ddebbb2fab2
internal_system_v1/clientmainwindow.h
@@ -21,6 +21,7 @@
#include "problemrectificationresult.h"
#include "tableitemdelegate.h"
#include <QItemDelegate>
#include "threemergeproblemlist.h"
namespace Ui {
class ClientMainWindow;
@@ -39,6 +40,11 @@
    bool readDataFromSQL(QString name);
    void calc(); // 统计结果,多处地方触发了自动调用
    void searchComName();
    void delay(int msec); // 延时处理
signals:
    void loadExcelSignal();
private slots:
    void on_pushButton_auditPro_clicked();
@@ -115,6 +121,9 @@
    TableItemDelegate *m_tableItemDelegate;
    QItemDelegate *m_editDelegate; // 可编辑
    // 3合一
    ThreeMergeProblemList *m_threeMPList;
};
#endif // CLIENTMAINWINDOW_H