I have defined the objectName in MyTab.qml.
findChildren<>() should return a list of all Items with the given objectName.
Any suggestions how I can access the TabController within
var a_tab_controller = a_tab.TabController
which returns some
[object Object]
?
↧