ok, I’ve found something like a solution. The QML references I pass to the Loader must be relative to the root of the project. If that is the case, everything works. So simply saying
DynaLoader.show = "/Bla.qml"
causes Bla.qml and all nested components to be resolved correctly
↧