There is no element in the designer that is a QTabBar , the only way you could do this is to create a simple QWidget and push it to the tab, but then you will need to configure all this in the code.
As for the pages you understand, you can also promote QTabWidget content widgets in the designer to any subclass of QWidget, built-in, or something you created.
Harald scheirich
source share