func:导入导出添加基本替换功能。

This commit is contained in:
2024-05-21 15:57:45 +08:00
parent e4aec3b2e1
commit 69801b6f9b
4 changed files with 78 additions and 4 deletions

View File

@@ -30,6 +30,13 @@ public:
bool is_import_{false};
bool is_import_sucess_{false};
private:
void replace();
void with_draw();
public:
QString pre_content_{};
private:
Ui::CDataEdit* ui;
QString data_{};