finished navigation including music player and navigate back
functionality
This commit is contained in:
parent
d6cb29ae7b
commit
6f5c9138a8
12 changed files with 213 additions and 11 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
class NavigationItemModel;
|
||||
class NavigationListModel;
|
||||
class UiStateModel;
|
||||
class MusicController;
|
||||
|
||||
class NavigationController : public QObject
|
||||
{
|
||||
|
|
@ -23,6 +25,10 @@ private:
|
|||
|
||||
NavigationItemModel* mRootItem;
|
||||
NavigationListModel* mNavList;
|
||||
|
||||
UiStateModel* mUiState;
|
||||
MusicController* mMusicController;
|
||||
|
||||
QString mRootPath = ".";
|
||||
|
||||
QQmlContext* mContext = Q_NULLPTR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue