Swipe View
-
Hello,
I have a qml that contains swipeview of three qml, in another qml I have implemented combbox say it contains three options in it. If I select first option it must open page2 .qml thats is within swipeview, must be loaded.How to access the particular page of swipeview.
-
Hello,
I have a qml that contains swipeview of three qml, in another qml I have implemented combbox say it contains three options in it. If I select first option it must open page2 .qml thats is within swipeview, must be loaded.How to access the particular page of swipeview.
@jayashree SwipeView is a Container, so look at the documentation of Container, especially 'currentIndex'.
-
Hello,
I have a qml that contains swipeview of three qml, in another qml I have implemented combbox say it contains three options in it. If I select first option it must open page2 .qml thats is within swipeview, must be loaded.How to access the particular page of swipeview.
@jayashree Hi. Please give your thread a meaningful title next time.