func:实现了排序功能。

This commit is contained in:
2024-05-18 01:26:52 +08:00
parent f9fd64d90f
commit 4976b5548e
10 changed files with 112 additions and 268 deletions

View File

@@ -44,6 +44,7 @@ private:
void init_menu();
void ele_update_gui(Element_t* target, int row);
void show_custom_menu();
void sort_by_repeat(std::vector<Element_t*>& vec);
protected:
void closeEvent(QCloseEvent* event);