Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

[solved] Find a quick item by name

$
0
0
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

Viewing all articles
Browse latest Browse all 4972

Trending Articles