wumu
2024-05-07 5e74d49c960965e3134cda27f603024483a4a1d7
internal_system_v1/clientmainwindow.h
@@ -17,6 +17,11 @@
#include "converinfo2.h"
#include "xlsxdocument.h"
#include "problemlist.h"
#include "problemrectificationresult.h"
#include "tableitemdelegate.h"
#include <QItemDelegate>
#include "threemergeproblemlist.h"
namespace Ui {
class ClientMainWindow;
@@ -73,6 +78,12 @@
    void on_tableWidget_cellClicked(int row, int column);
    void on_pushButton_save_clicked();
    void on_comboBox_currentIndexChanged(const QString &arg1);
    void on_pushButton_reset_clicked();
signals:
    void sendDataToAuditProject(QVariantList);
    void sendDataToAuditWorkLoad(QVariantList);
@@ -100,6 +111,13 @@
    // 新版本
    ConverInfo2* m_conInfo2;
    ProblemList *m_problemList;
    ProblemRectificationResult *m_problemRectifResult;
    TableItemDelegate *m_tableItemDelegate;
    QItemDelegate *m_editDelegate; // 可编辑
    // 3合一
    ThreeMergeProblemList *m_threeMPList;
};