-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
-
None
I'm currently subclassing a QTabBar so the tabs are drawn vertically but not rotated.
This class sets a custom tabSizeHint so the width is fixed, based on a percentage of the main window size. However, there's no way to inform QTabBar the tabSizeHint changed and the tabs should be laid out again.
My current workaround is to call setIconSize with an unchanged size, but I think a setLayoutDirty or so should be exposed.