PDA

View Full Version : Create a QML Loader in C++



mut
29th March 2016, 17:55
Hello

How to create a QML Loader object in C++ from /path/myfile.qml?

Thanks;

Mut

anda_skoa
29th March 2016, 21:28
Can you clarify if you want to create a Loader or load a QML file and instantiate the contained item tree?

Cheers,
_