PDA

View Full Version : QTabWidget vertical tabs ???



jesse_mark
11th July 2013, 19:08
I'm trying to have vertical tabs in my QTabWidget ..

I'm using
setTabPosition(QTabWidget::West);

but the text of the tab show vertical as well, I want to show it horizontal. is there any option to do it??

Thanks

Santosh Reddy
12th July 2013, 05:44
https://bugreports.qt-project.org/browse/QTBUG-22488

jesse_mark
12th July 2013, 16:24
so, basically there is no ready way to do this in qt.

so do you have any idea how can we do this ?? or if there anyone who made this widget ??

Santosh Reddy
12th July 2013, 22:20
You could use a QListView along with QStackedWidget/QStackedLayout