Hello List:
Does anybody have an idea on how to retrieve the QObject* from C++
with a QML Loader::item property?
Is it possible to pass a item to Q_INVOCABLE and get a valid QObject*
inside the called
invoked function (from QML->C++)
Is there a risk of blowing memory if I setContextProperty( ) on the
QQmlContext of the Loader QML element?
There does not seem to be a QQmlContext::removeContextProperty( ) function
call,
but the API does accept setContextProperty("myobj",NULL).
What is the way to manage memory usage used by setContextProperty( ) call.
Thanks,
md
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest