Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I get application binary path using QML? Thanks.
Hi,
AFAIK if you are not loading the QML file from qrc then you can use Qt.resolvedUrl(".") directly to get the current path but if loading from qrc then you will need to get it from C++ using QDir::currentpath() and pass it to QML.