qmlfrontend/main.qml
branchqmlfrontend
changeset 12889 66171ce586cc
parent 12888 adb1fccc706a
equal deleted inserted replaced
12888:adb1fccc706a 12889:66171ce586cc
     9   title: qsTr("Hello World")
     9   title: qsTr("Hello World")
    10 
    10 
    11   SwipeView {
    11   SwipeView {
    12     id: swipeView
    12     id: swipeView
    13     anchors.fill: parent
    13     anchors.fill: parent
    14     currentIndex: tabBar.currentIndex
       
    15 
    14 
    16     Page1 {
    15     Page1 {
    17     }
    16     }
    18   }
    17   }
    19 }
    18 }