| | |
| | | #include <QAction> |
| | | |
| | | #include "filedialogdelegate.h" |
| | | #include "customheaderview.h" |
| | | |
| | | #include "comboboxdelegate.h" |
| | | #include "datedelegate.h" |
| | | |
| | | namespace Ui { |
| | | class ThreeMergeProblemList; |
| | |
| | | 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; // 审计项目 |
| | | ComboBoxDelegate *m_cbb_file_wri; // 问题描述佐证 |
| | | |
| | | DateDelegate *m_date_ymd; // 时间 年月日 |
| | | }; |
| | | |
| | | #endif // THREEMERGEPROBLEMLIST_H |