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