Just saying: if you are using findChild() to get access to an object defined in a QML scene, you are almost certainly doing something less than ideal.
It creates a dependency of the C++ code toward the QML code, something one usually wants to avoid (goal being that the UI depends on the compiled code, not the other way around).
Cheers,
_
Bookmarks