qmlfrontend/main.qml
branchqmlfrontend
changeset 12883 adb1fccc706a
parent 12854 28cb18c5e712
child 12884 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")
-    }
   }
 }