X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=qml%2Fpages%2FMainPage.qml;h=101376a6b8b3ec0a17a028b6266cefea11e013af;hp=0de4dc48f2af2996e0a867c62cec4a92ee1f59fb;hb=e5b6de629d0585d29f0591deec4afec33f44f20c;hpb=baffcf729d26af75702d28861d1d4a69d0401db1 diff --git a/qml/pages/MainPage.qml b/qml/pages/MainPage.qml index 0de4dc4..101376a 100644 --- a/qml/pages/MainPage.qml +++ b/qml/pages/MainPage.qml @@ -14,8 +14,8 @@ Page { // PullDownMenu and PushUpMenu must be declared in SilicaFlickable, SilicaListView or SilicaGridView PullDownMenu { MenuItem { - text: qsTr("Show Page 2") - onClicked: pageStack.push(Qt.resolvedUrl("SecondPage.qml")) + text: qsTr("About") + onClicked: pageStack.push(Qt.resolvedUrl("About.qml")) } }