I keep running into the fact that I want to be able to use QML item ids as 
strings. However no such child exists. I realize we can use the objectName 
property, but them I'm maintaining an objectName, which is no worse or better 
than me maintaining it myself. It would be a big help f I could set up a 
binding:
objectName: id
or 
objectName: ""+id

Instead I have to maintain a name to object mapping as a property, which 
shouldn't be needed.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to