wumu
2024-05-13 ac4aaf95358d7eabc5331e30c1272ebb6eba5478
internal_system_v1/clientmainwindow.h
@@ -21,6 +21,7 @@
#include "problemrectificationresult.h"
#include "tableitemdelegate.h"
#include <QItemDelegate>
#include "threemergeproblemlist.h"
namespace Ui {
class ClientMainWindow;
@@ -81,6 +82,8 @@
    void on_comboBox_currentIndexChanged(const QString &arg1);
    void on_pushButton_reset_clicked();
signals:
    void sendDataToAuditProject(QVariantList);
    void sendDataToAuditWorkLoad(QVariantList);
@@ -113,6 +116,9 @@
    TableItemDelegate *m_tableItemDelegate;
    QItemDelegate *m_editDelegate; // 可编辑
    // 3合一
    ThreeMergeProblemList *m_threeMPList;
};
#endif // CLIENTMAINWINDOW_H