[Interest] QTabWidget Vertical writing

2013-05-16 Thread Sujan Dasmahapatra
I want to have the QTabWidget vertically...Mean they should vertical and Tab1 Tab2 text should also be vertical. How can we achieve this. Any help is highly appreciated. Thanks -- Thanks Regards Sujan ___ Interest mailing list Interest@qt-project.org

Re: [Interest] QTabWidget Vertical writing

2013-05-16 Thread Yves Bailly
Le 16/05/2013 11:47, Sujan Dasmahapatra a écrit : I want to have the QTabWidget vertically...Mean they should vertical and Tab1 Tab2 text should also be vertical. How can we achieve this. Any help is highly appreciated. Thanks Have a look at QTabWidget::TabPosition and

Re: [Interest] QTabWidget Vertical writing

2013-05-16 Thread Sujan Dasmahapatra
Can the tabText be vertical with QTabWidget::setTabPosition(). I need the TabText to be vertical. On Thu, May 16, 2013 at 5:54 PM, Yves Bailly yves.bai...@sescoi.fr wrote: Le 16/05/2013 11:47, Sujan Dasmahapatra a écrit : I want to have the QTabWidget vertically...Mean they should vertical

Re: [Interest] QTabWidget Vertical writing

2013-05-16 Thread R. Reucher
On Thursday 16 May 2013 11:56:59 Sujan Dasmahapatra wrote: Can the tabText be vertical with QTabWidget::setTabPosition(). I need the TabText to be vertical. For QTabWidget::West and QTabWidget::East, the tab's title text is drwan vertically, for North and South it's drawn horizontally. Be

Re: [Interest] QTabWidget Vertical writing

2013-05-16 Thread Sujan Dasmahapatra
Thanks Rene let me try this On Thu, May 16, 2013 at 3:31 PM, R. Reucher rene.reuc...@batcom-it.netwrote: ** On Thursday 16 May 2013 11:56:59 Sujan Dasmahapatra wrote: Can the tabText be vertical with QTabWidget::setTabPosition(). I need the TabText to be vertical. For