calling another qml file from main qml file
Unsolved
QML and Qt Quick
-
@Qjay have you tried using Loader? You can set it's source to view or load another qml file and set it to blank ("") to unload it.
-
Is it possible to keep on calling that qml file . Currently when i click on show page it only shows it once . If i close it , it does not show that webview again