Way to handle multiple qml pages in WindowApplication without using StackView or SwipeView
-
wrote on 22 Mar 2020, 09:14 last edited by
I have need of use ApplicationWindow control to have header and footer option, along with contents to be override with different QML pages based on the menu selection. How to do without using StackView or SwipeView to load different QML pages into Content section based on use menu selection ?
Appreciate your kind suggestions.
-
wrote on 22 Mar 2020, 09:25 last edited by
- try
ListView
, set theListView
currentIndex when use menu selection. - try
Loader
, set theLoader
url when use menu selection.
- try
-
- try
ListView
, set theListView
currentIndex when use menu selection. - try
Loader
, set theLoader
url when use menu selection.
- try
1/3