On 2011-01-03, Abhishek wrote: > Well I don't think that is possible because, > As i understand(check qt/src/graphicsitems/qdeclarativerepeater.cpp) > *Repeater* will create all element dynamically so no Id for each item
Right, so I would have to create static Items with an Id for each one rather than use Repeater. Just seems odd that each Repeater Item does have a dynamically created "index" property, so each Item knows it's own position within the list, but that info is not available outside the Item! --markc _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
