fix:1.当编辑除了key以外的属性,无法编辑,会提示有相同key。
2.点击x退出时触发的是yes按钮功能。 3.属性编辑了key之后,界面没有同步更新。
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user