fix:1.当编辑除了key以外的属性,无法编辑,会提示有相同key。

2.点击x退出时触发的是yes按钮功能。
3.属性编辑了key之后,界面没有同步更新。
This commit is contained in:
2024-05-16 14:42:19 +08:00
parent 106f51aad2
commit 0ca591c238
4 changed files with 44 additions and 14 deletions

View File

@@ -40,8 +40,9 @@ private:
void reset();
void judge_btn_page();
void copy_key();
bool edit_property(Element_t* target);
bool edit_property(Element_t* target, int row);
void init_menu();
void ele_update_gui(Element_t* target, int row);
protected:
void closeEvent(QCloseEvent* event);