Dear all,
I’ve read that from C++ is possible to find a QuickItem by name http://qt-project.org/doc/qt-5.0/qtqml/qtqml-cppintegration-interactqmlfromcpp.html. But, is it possible to find an item by name in Quick Object? That is from a Rectangle or from an Item?
Rectangle {
[...]
var child = find("object name");
[...]
}
Joaquim Duran
↧