~music-app-dev/music-app/remix

« back to all changes in this revision

Viewing changes to music-app.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2014-10-21 18:08:12 UTC
  • mfrom: (680.1.3 remix-genres-tab-001)
  • Revision ID: tarmac-20141021180812-2due20mbqb7bv5kk
Add an initial Genres tab.

Approved by Andrew Hayzen, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1041
1041
                }
1042
1042
            }
1043
1043
 
 
1044
            // forth tab is genres
 
1045
            Tab {
 
1046
                property bool populated: true
 
1047
                property var loader: []
 
1048
                property bool loading: false
 
1049
                property var model: []
 
1050
                id: genresTab
 
1051
                objectName: "genresTab"
 
1052
                anchors.fill: parent
 
1053
                title: page.title
 
1054
 
 
1055
                // Tab content begins here
 
1056
                page: MusicGenres {
 
1057
                    id: musicGenresPage
 
1058
                }
 
1059
            }
 
1060
 
1044
1061
            // fourth tab is all songs
1045
1062
            Tab {
1046
1063
                property bool populated: true