I would like to use a West QTabWidget, but I need the text on each tab (the label of the tab) to be horizontal, not vertical (rotated 270 degrees). Is this possible?
Printable View
I would like to use a West QTabWidget, but I need the text on each tab (the label of the tab) to be horizontal, not vertical (rotated 270 degrees). Is this possible?
you may have to draw the text yourself by re-implementing the paint() method of QTabBar
OK, thank you for reply!