[Qt-qml] Accessing resources of item loaded using Loader.
Rakesh.Mutharaju at tieto.com
Rakesh.Mutharaju at tieto.com
Tue May 11 09:11:21 CEST 2010
Hi,
How to access resources of Item say \\ Test1.qml using Loader{id: pageloader; source: "Test1.qml} \\ test.qml file.
I have a timer in resources of the Item and I want to set "running = true"
I tried pageloader.resources[0].running = true -->>> error message: invalid property "running" and also pageloader.item.resources[0].running = true -->> No error , but nothing happens as noticed in the documentation that Item [Read only]. Neither of them serve the purpose.
Thanks and Regards,
Rakesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20100511/cbb14ab7/attachment.html
More information about the Qt-qml
mailing list