21 import Ubuntu.Components 0.1
22 import Ubuntu.Components.ListItems 0.1 as ListItem
23 import Unity.Indicators 0.1 as Indicators
29 property string profile:
""
32 Indicators.IndicatorsModel {
35 Component.onCompleted: load(profile)
40 objectName:
"mainMenu"
42 model: indicatorsModel
47 anchors.left: parent.left
48 anchors.right: parent.right
49 height: menuItem.height
53 anchors.left: parent.left
54 anchors.right: parent.right
55 objectName: identifier
60 var new_page = Qt.createComponent(
"IndicatorsPage.qml");
61 page.pageStack.push(new_page.createObject(pages), {
"indicatorProperties" : model.indicatorProperties,
"pageSource" : model.pageSource});