is there a way how to terminate or hide an opened qml, just like in other PL's, like in visual basic, there are commands wherein a qml is just like a form, that is when a button is clicked a new form will be shown and the previous form will be hide or will be close, just like the Me.hide command,
If you use a Loader item then you can unload the item by setting the Loader's source property to undefined. This will free the allocated resources for that item.
Nokia Certified Qt Specialist
Interested in hearing about Qt related work