update:导入数据功能进度更新(未完成)。

This commit is contained in:
2024-05-19 00:48:03 +08:00
parent a89ef1e677
commit 2bc368c781
7 changed files with 103 additions and 27 deletions

View File

@@ -3,6 +3,8 @@
#include <QDialog>
#include "xml_opr.h"
namespace Ui {
class CDataEdit;
}
@@ -18,6 +20,7 @@ public:
public:
void set_data(const QString& data);
void import_data();
void set_xml_opr(CXmlOpr* xml_opr);
protected:
void showEvent(QShowEvent* event) override;
@@ -30,6 +33,7 @@ public:
private:
Ui::CDataEdit* ui;
QString data_{};
CXmlOpr* xml_opr_{};
};
#endif // DATA_EDIT_H