How to make QTabWidget without pages
I with to use the tabs of QTabWidget 开发者_开发百科but I don't need the pages as containers. I need only the tabs.
Is there a way I can hide or disable the page containers and display only the tabs?
Use QTabBar which includes only tabs.
精彩评论