Qt 6.11 is out! See what's new in the release
blog
calling another qml file from main qml file
-
@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