Missing Scrollers for QTabWidget on MacOS
Solved
General and Desktop
-
wrote on 1 Sept 2016, 19:51 last edited by ModelTech 9 Jan 2016, 19:53
I just observed that I don't get scrollers for a standard QTabWidget on MacOS when the size of the tab text / number of tabs exceeds the space to print them, see just below the window title in the screen dump below. I don't have this problem when building on Ubuntu (gcc) and Windows (MinGW & VS). Any ideas on whether I need some extra setting to QTabWidget for MacOS?
-
wrote on 1 Sept 2016, 20:01 last edited by
Well, I already found the answer myself after digging a bit further. I need to use QTabWidget::setUsesScrollButtons, which solves it :)
1/2