connected basic navigation model; completed controller
This commit is contained in:
parent
8a81c48606
commit
717e131b75
10 changed files with 60 additions and 39 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include <QObject>
|
||||
|
||||
class NavigationItemModel;
|
||||
|
||||
class NavigationListModel : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
@ -15,7 +17,7 @@ public:
|
|||
NavigationListModel(QObject* parent = Q_NULLPTR);
|
||||
|
||||
QList<QObject*> getModelItems();
|
||||
void setModelItems(QList<QObject*> list);
|
||||
void setModelItems(QList<NavigationItemModel*> list);
|
||||
|
||||
private:
|
||||
QList<QObject*> mItems;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue