Qt Ultra Lite : StackView Alternative
-
wrote on 2 Jul 2020, 05:19 last edited by
I believe currently in version 1.2 stackView is not supported.
If so what is the alternative to it.
I want to load different pages based on some signals. This can be easily done with stack but what can I use to achieve similar functionality in QUL.-Thanks
-
I believe currently in version 1.2 stackView is not supported.
If so what is the alternative to it.
I want to load different pages based on some signals. This can be easily done with stack but what can I use to achieve similar functionality in QUL.-Thanks
-
wrote on 2 Jul 2020, 07:09 last edited by
Thank you @J-Hilk that is what I was looking for.
Also is it possible to disable swiping and change the index only based on signal using only setCurrentIndex.
For example : The signal can be a button click and I dont want to change page index on anything other than that. -
Thank you @J-Hilk that is what I was looking for.
Also is it possible to disable swiping and change the index only based on signal using only setCurrentIndex.
For example : The signal can be a button click and I dont want to change page index on anything other than that.@Sachin_Og IIRC
https://doc.qt.io/QtForMCUs/qml-qtquick-controls-swipeview.html#interactive-propset that to false
1/4