Tab is inherited from Loader. It allows load one component. You will hit this issue in any platform. Just try include everything under one rectangle in tab
Tab {
Rectangle {
Text {}
Text{}
}
}
This should work
↧