This commit is contained in:
朱子楚\zhuzi
2024-02-27 12:23:24 +08:00
parent fce7f8c40c
commit 6749e47c22
29 changed files with 466 additions and 441 deletions

View File

@ -7,6 +7,9 @@
#include <QtQml/qqml.h>
#include "stdafx.h"
/**
* @brief The Node class
*/
class Node : public QObject{
Q_OBJECT
Q_PROPERTY(QString key READ key CONSTANT)