From 9ddb25babb774f773b62106fb4d1a9404af71fd9 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期四, 09 五月 2024 23:22:18 +0800 Subject: [PATCH] 0509 --- internal_system_v1/threemergeproblemlist.h | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/threemergeproblemlist.h b/internal_system_v1/threemergeproblemlist.h index c8be580..e34ae3a 100644 --- a/internal_system_v1/threemergeproblemlist.h +++ b/internal_system_v1/threemergeproblemlist.h @@ -7,6 +7,10 @@ #include <QAction> #include "filedialogdelegate.h" +#include "customheaderview.h" + +#include "comboboxdelegate.h" +#include "datedelegate.h" namespace Ui { class ThreeMergeProblemList; @@ -60,6 +64,13 @@ QMenu *m_menuRectBook; // 鏁存敼鍙拌处 FileDialogDelegate *m_fdd; + CustomHeaderView *m_custonHV; + + ComboBoxDelegate *m_cbb_nw; // 鍐呭鎴栧瀹� + DateDelegate *m_date_year; // 瀹¤骞村害 + ComboBoxDelegate *m_cbb_company; // 瀹¤鍗曚綅 + ComboBoxDelegate *m_cbb_way; // 瀹¤鏂瑰紡 + ComboBoxDelegate *m_cbb_pro; // 瀹¤椤圭洰 }; #endif // THREEMERGEPROBLEMLIST_H -- Gitblit v1.8.0