wumu
2024-03-14 f5f3281221c5a8cbeb2e615abb356557f2701e9d
internal_system_v1/clientmainwindow.h
@@ -14,8 +14,13 @@
#include "coverinfo.h"
#include "searchinfo.h"
#include "problemrectstandingbook.h"
#include "converinfo2.h"
#include "xlsxdocument.h"
#include "problemlist.h"
#include "problemrectificationresult.h"
#include "tableitemdelegate.h"
#include <QItemDelegate>
namespace Ui {
class ClientMainWindow;
@@ -72,6 +77,10 @@
    void on_tableWidget_cellClicked(int row, int column);
    void on_pushButton_save_clicked();
    void on_comboBox_currentIndexChanged(const QString &arg1);
signals:
    void sendDataToAuditProject(QVariantList);
    void sendDataToAuditWorkLoad(QVariantList);
@@ -96,6 +105,14 @@
    CoverInfo *m_coverInfo;
    SearchInfo *m_searchInfo;
    QMap<QString,int> m_comInfo;
    // 新版本
    ConverInfo2* m_conInfo2;
    ProblemList *m_problemList;
    ProblemRectificationResult *m_problemRectifResult;
    TableItemDelegate *m_tableItemDelegate;
    QItemDelegate *m_editDelegate; // 可编辑
};
#endif // CLIENTMAINWINDOW_H