I am working on a project with my team. My task is to create Gui with QML and C ++ for the embedded system.
I have for every view qml file.
But now I want to move between them. This means that when I click the "Button" button, the view should switch. Each view will have a back button, so I can return to the main view.
Is this possible in qml? If not, I have to solve it using C ++
c ++ qt qml
demonking
source share