尝试添加恢复上次尺寸大小

This commit is contained in:
2024-05-16 08:04:55 +08:00
parent 6783e6e4f8
commit 767f9fb624
2 changed files with 19 additions and 0 deletions

View File

@@ -39,6 +39,10 @@ private:
void judge_btn_page();
void copy_key();
void edit_property();
protected:
void closeEvent(QCloseEvent* event);
private:
Element_t* get_element_bykey(const QString& key);
Element_t* get_current_select_key();