General question about application flow in D.S.
-
Hi, I help maintain an HMI project in Qt Creator where all the Qml was coded manually. To navigate screens we use a loader item. For "subscreens" within a screen we use another loader. Given my experience I'm having trouble understanding the recommended flow ( navigation ) approach to an application created in design studio.
The tutorial and documentation suggests states to show/hide components on the screen. Pretty basic examples. I don't see how that would work for a larger application with multiple screens. Can each screen be a separate component where state determines what's visible? If so, are states also used to navigate between the screens? What am I missing.
Any reference or guidance would be greatly appreciated, thanks.