How to make QML applications with multiple files using the same technique as is done with Qt and Widgets?
I would like to create muitiplas windows to feed a small database as user settings and configurations. but do not know to show in another QML file.
I am not referring to custom controls like buttons and text …
eg
main.qml
menu.qml
newuser.qml
systemsettings.qml
about.qml
↧