> 
> If you set the objectName property (from QObject) on any of your objects in 
> QML you can then access that object using the findChild method on the root 
> object (also via QObject). This is the easiest way. In general though we 
> recommend that you not make your C++ layer use knowledge of the internals of 
> the QML files, so that you have more flexibility in rewriting the UI.
> 
Thank you. Very wise counsel. I will need to re-think my design.


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

Reply via email to