Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
in a qml I want to use something like a QDialog->exec in a normal qt application. That means a blocking dialog which returns a value, if it is closed.
Is there something in qml I can use?
Best regards
You will need to write it by your own