update:导入数据功能进度更新(未完成)。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user