Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, April 2008
Newbee Question: tabed form with horizonta tabs (west) and horizontat text


Message 1 in thread

Dear Folks,

I am new to Qt Designer and I would like to create
a tabed form with horizontal tabs attached to the west
side of the QTabWidget-> QTabWidget::West and with
text that is also horizontal. My text is currently vertical (North-South),
can anybody help me with this? In other words a user has 
to turn his head sideways to read the currentTabText :-(

Karl
_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066

--
 [ signature omitted ] 

Message 2 in thread

On Tuesday 22 April 2008 17:32:28 Karl Schmitt wrote:
> Dear Folks,
>
> I am new to Qt Designer and I would like to create
> a tabed form with horizontal tabs attached to the west
> side of the QTabWidget-> QTabWidget::West and with
> text that is also horizontal. My text is currently vertical (North-South),
> can anybody help me with this? In other words a user has
> to turn his head sideways to read the currentTabText :-(

I remember having seen a patch to support this - some months ago on this list.

Frank

--
 [ signature omitted ] 

Message 3 in thread

is it what you remember?


C. H. wrote:
> I create patch for change text position to horizontal on vertical tab 
> position.
>
> Old vertical tabs with vertical text:
> http://www.nuos.edu.ua/~pavel/psi/psi-win1.PNG
>
> New vertical tabs with horizontal text:
> http://www.nuos.edu.ua/~pavel/psi/psi1.jpg
> http://www.nuos.edu.ua/~pavel/psi/psi-win2.PNG
>
>
>
> qt4-patch.tar.gz  for  qt-x11-opensource-src-4.3.2
>
> I patched 3 files:
> /src/gui/styles/qcommonstyle.cpp
> /src/gui/widgets/qtabbar.cpp
> /src/gui/widgets/qtabwidget.cpp
>
> I'ill try to add new const QTabWidget::TabPosition:
> QTabWidget::West_Horiz
> QTabWidget::East_Horiz
>
> Is is good or bad?

Good.

Thanks for the patch, keep them coming. I created 186458 to track your 
patch.

Girish







Frank Hemer a écrit :
> On Tuesday 22 April 2008 17:32:28 Karl Schmitt wrote:
>   
>> Dear Folks,
>>
>> I am new to Qt Designer and I would like to create
>> a tabed form with horizontal tabs attached to the west
>> side of the QTabWidget-> QTabWidget::West and with
>> text that is also horizontal. My text is currently vertical (North-South),
>> can anybody help me with this? In other words a user has
>> to turn his head sideways to read the currentTabText :-(
>>     
>
> I remember having seen a patch to support this - some months ago on this list.
>
> Frank
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
>   


Message 4 in thread

On Tuesday 22 April 2008 18:48, VÃronique LEFRERE wrote:
> is it what you remember?

Yes.
Didn't check whether it allready made it into the codebase though.

Frank

--
 [ signature omitted ]