Well what you can do is:
- Create a widget with desiger, call it tab1
- Create a widget with desiger, call it tab2
- Create the new widget with the tabwidget (tw) and for the pages promote your classes tab1 and tab2
Then you could have such a hierarchy tw->tab1->xxx if xxx is public... So it's possible but not really recommendable.
this you can also archive with prefixes. Which is better than the solution above.Only to have a clear code.
Thank you very much for you advice.
Best regards
Bookmarks