qmlfrontend/main.qml
branchui-scaling
changeset 15288 c4fd2813b127
parent 14148 745c73e0e644
--- a/qmlfrontend/main.qml	Wed May 16 18:22:28 2018 +0200
+++ b/qmlfrontend/main.qml	Wed Jul 31 23:14:27 2019 +0200
@@ -11,27 +11,8 @@
   SwipeView {
     id: swipeView
     anchors.fill: parent
-    currentIndex: tabBar.currentIndex
 
     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")
-    }
   }
 }