Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey guy,
I have to get my app to access a list of custom C++ objects , but I don't have any idea how to access the list from qml layer.
Is this possible since the latest releases or is there another way of providing a list of objects to qml ?
Thanks for any help.
Does this help?
http://doc.qt.nokia.com/4.7-snapshot/declarative-cppextensions-referenceexamples-properties.html
Hi Tobias,
thanks for the hint, that example looks pretty good. I hope this will be useful.