wumu
2024-04-29 20a43d0e0ff9e9f6ee5349373fd810c6597abf00
internal_system_v1/clientmainwindow.h
@@ -19,6 +19,9 @@
#include "xlsxdocument.h"
#include "problemlist.h"
#include "problemrectificationresult.h"
#include "tableitemdelegate.h"
#include <QItemDelegate>
#include "threemergeproblemlist.h"
namespace Ui {
class ClientMainWindow;
@@ -77,6 +80,10 @@
    void on_pushButton_save_clicked();
    void on_comboBox_currentIndexChanged(const QString &arg1);
    void on_pushButton_reset_clicked();
signals:
    void sendDataToAuditProject(QVariantList);
    void sendDataToAuditWorkLoad(QVariantList);
@@ -106,6 +113,11 @@
    ConverInfo2* m_conInfo2;
    ProblemList *m_problemList;
    ProblemRectificationResult *m_problemRectifResult;
    TableItemDelegate *m_tableItemDelegate;
    QItemDelegate *m_editDelegate; // 可编辑
    // 3合一
    ThreeMergeProblemList *m_threeMPList;
};