aboutsummaryrefslogtreecommitdiff
path: root/qml/pages/SelectQuantityPage.qml
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2013-12-04 22:00:50 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2013-12-04 22:00:50 +0200
commit59a470e2ad6e0108c289977767f50761ecc03c3d (patch)
tree52fb31eee14c7844c34c900cc5ea5d8471c101dd /qml/pages/SelectQuantityPage.qml
parentae134f41ada5c1bd3455d3d9cd76cb01b6471a01 (diff)
downloadunitmaster-59a470e2ad6e0108c289977767f50761ecc03c3d.tar.gz
unitmaster-59a470e2ad6e0108c289977767f50761ecc03c3d.zip
add about page
Diffstat (limited to 'qml/pages/SelectQuantityPage.qml')
-rw-r--r--qml/pages/SelectQuantityPage.qml11
1 files changed, 6 insertions, 5 deletions
diff --git a/qml/pages/SelectQuantityPage.qml b/qml/pages/SelectQuantityPage.qml
index b39f08a..4e1456d 100644
--- a/qml/pages/SelectQuantityPage.qml
+++ b/qml/pages/SelectQuantityPage.qml
@@ -34,11 +34,12 @@ Page {
}
VerticalScrollDecorator {}
-// PullDownMenu {
-// MenuItem {
-// text: "About"
-// }
-// }
+ PullDownMenu {
+ MenuItem {
+ text: "About"
+ onClicked: pageStack.push(Qt.resolvedUrl("AboutPage.qml"))
+ }
+ }
}
}