I've a main.qml file, the UI looks like this:
############################################
# FIRST_SCENE # SECOND_SCENE # THIRD_SCENE #
############################################
############################################
# FIRST_SCENE # SECOND_SCENE # THIRD_SCENE #
############################################
To copy to clipboard, switch view to plain text mode
Each '*_SCENE' represents a button which redirects to a .qml file.
my question is, how can I implement such a thing in QtQuick?
I mean, how do I show a different .qml file with a nice effect while switching to the other .qml file?
thanks
Added after 1 9 minutes:
My post is a bit confusing...
I have 3 .qml file.
Each file represents a totally different scene with its own widgets. If the user clicks on the button 'SECOND_SCENE' the second .qml file should be shown smooth. how do I realize that?
I couldn't find anything in the examples.
Bookmarks