branch | qmlfrontend |
changeset 12884 | 66171ce586cc |
parent 12883 | adb1fccc706a |
12883:adb1fccc706a | 12884: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 } |