Ok, but it is often better to invest time in improving the design than to make the implementation of a bad design work.
Maybe the tab isn't part of the QObject tree, QQuickItems don't necessarily have a QObject parent.
You could try manuyll recursing over the childItems() or calling a C++ function from QML when you have created the tab.
Cheers,
_
Bookmarks