Hi!

This is somewhat related to the "Find by id" thread. Is it somehow possible to 
get id of the of a qml element. It would be useful for our automated testing 
tool.

Rectangle {
    id: myRect
    objectName: "theRectangle"
}

So basically I would need to get the id of the element in c++ code (for example 
 the myRect value in the example qml).  I do not seem to find a way to do this.

-       Tuukka Lahtela



_______________________________________________
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to