I had tried that, but it didn’t help:
var sFilePath = "C:/Templates/benchmark.qml";
var sUrl = "file:///C:/Templates/benchmark.qml";
templateLoader.source = Qt.resolvedUrl(sFilePath); // Network error
templateLoader.source = Qt.resolvedUrl(sUrl); // File not found
↧