| | |
| | | #include "xlsxdocument.h" |
| | | #include "problemlist.h" |
| | | #include "problemrectificationresult.h" |
| | | #include "tableitemdelegate.h" |
| | | #include <QItemDelegate> |
| | | |
| | | namespace Ui { |
| | | class ClientMainWindow; |
| | |
| | | |
| | | void on_pushButton_save_clicked(); |
| | | |
| | | void on_comboBox_currentIndexChanged(const QString &arg1); |
| | | |
| | | signals: |
| | | void sendDataToAuditProject(QVariantList); |
| | | void sendDataToAuditWorkLoad(QVariantList); |
| | |
| | | ConverInfo2* m_conInfo2; |
| | | ProblemList *m_problemList; |
| | | ProblemRectificationResult *m_problemRectifResult; |
| | | TableItemDelegate *m_tableItemDelegate; |
| | | QItemDelegate *m_editDelegate; // 可编辑 |
| | | |
| | | }; |
| | | |