PDA

View Full Version : Customizing QTabWidget's title to show a dropdown.



prajain
14th May 2015, 12:57
How can I make QTabWidget's first tab to show only a drop-down (like in a menubar) and other tabs to behave normally ? Is there a possible way?
I want it to behave just like Microsoft's File tab and how other tabs work normally other than the "File" tab.

d_stranz
15th May 2015, 16:36
Maybe QTabBar::setTabButton() will do what you need.