From f5f3281221c5a8cbeb2e615abb356557f2701e9d Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期四, 14 三月 2024 00:01:58 +0800 Subject: [PATCH] 0314 --- internal_system_v1/clientmainwindow.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h index b4bb1e1..c7f4023 100644 --- a/internal_system_v1/clientmainwindow.h +++ b/internal_system_v1/clientmainwindow.h @@ -19,6 +19,8 @@ #include "xlsxdocument.h" #include "problemlist.h" #include "problemrectificationresult.h" +#include "tableitemdelegate.h" +#include <QItemDelegate> namespace Ui { class ClientMainWindow; @@ -77,6 +79,8 @@ void on_pushButton_save_clicked(); + void on_comboBox_currentIndexChanged(const QString &arg1); + signals: void sendDataToAuditProject(QVariantList); void sendDataToAuditWorkLoad(QVariantList); @@ -106,6 +110,8 @@ ConverInfo2* m_conInfo2; ProblemList *m_problemList; ProblemRectificationResult *m_problemRectifResult; + TableItemDelegate *m_tableItemDelegate; + QItemDelegate *m_editDelegate; // 鍙紪杈� }; -- Gitblit v1.8.0