branch | qmlfrontend |
changeset 12888 | adb1fccc706a |
parent 12859 | 28cb18c5e712 |
child 12889 | 66171ce586cc |
--- a/qmlfrontend/main.qml Sat Jan 06 03:17:12 2018 +0100 +++ b/qmlfrontend/main.qml Sun Jan 07 01:21:42 2018 +0100 @@ -15,23 +15,5 @@ Page1 { } - - Page { - Label { - text: qsTr("Second page") - anchors.centerIn: parent - } - } - } - - footer: TabBar { - id: tabBar - currentIndex: swipeView.currentIndex - TabButton { - text: qsTr("First") - } - TabButton { - text: qsTr("Second") - } } }