added backnavigation and qrc
This commit is contained in:
parent
0b9e8fa067
commit
a32fd01e81
15 changed files with 138 additions and 55 deletions
|
|
@ -32,6 +32,8 @@ public:
|
|||
bool hasChildren() const;
|
||||
QList<NavigationItemModel *> getChildren();
|
||||
|
||||
QList<NavigationItemModel *> getSiblings();
|
||||
|
||||
void appendChild(NavigationItemModel* item);
|
||||
void clearChildren();
|
||||
|
||||
|
|
@ -43,7 +45,7 @@ private:
|
|||
bool mIsCircleDelegate = false;
|
||||
|
||||
QList<NavigationItemModel*> mChildren = QList<NavigationItemModel*>();
|
||||
NavigationItemModel* mParentItem = nullptr;
|
||||
NavigationItemModel* mParentItem;
|
||||
};
|
||||
|
||||
#endif // NAVIGATIONITEMMODEL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue