Qt 6.11 is out! See what's new in the release
blog
Making work Tab widget example work with repeater
QML and Qt Quick
2
Posts
1
Posters
2.1k
Views
1
Watching
-
Hi
I want to use a repeater inside the tab widget example but it only add one item, how should I process to make it work ?
Thanks.
-
I don't know what that wasn't working but now it work fine. The only problem is : the repeater is also a part of the children which lead to having one tab more than i wanted and i guess i could filter by size, since the repeater has a null size, but i don't see how...