func:1.添加删除添加功能。

2.添加编辑属性界面
3.删除添加同步到界面未完成。
This commit is contained in:
2024-05-15 23:06:48 +08:00
parent 950949c130
commit 41713baede
12 changed files with 534 additions and 69 deletions

View File

@@ -21,6 +21,7 @@ public:
~CUtil() = default;
public:
static void msg(QWidget* parent, const QString& content);
static bool affirm(QWidget* parent, const QString& titile, const QString& content);
};
#endif