05-15-2012 01:22 AM
Is it possible to create a QML document, for instance a page with 2 containers and id's, then build up content for that containers in C++ and insert the content into the container with the relevant id?
I have looked at the QML and C++ integration documentation but there they only show you how to manipulate values in qml via C++ and not how to generate and inject content via C++.
Hope I made it clear enough. Any thoughts?
Solved! Go to Solution.
05-15-2012 01:25 AM
05-15-2012 01:30 AM
Thanks for the quick reply!