Re: [PyQt] Changing the height of the QTabbar in QTabWidget

2009-09-22 Thread Chris Dunscombe
Thanks for the example. I've been able to modify it and get the appearance I want. Thanks again, Chris --- On Mon, 9/21/09, David Boddie wrote: From: David Boddie Subject: Re: [PyQt] Changing the height of the QTabbar in QTabWidget To: pyqt@riverbankcomputing.com Date: Monday, Septemb

Re: [PyQt] Changing the height of the QTabbar in QTabWidget

2009-09-21 Thread David Boddie
On Mon Sep 21 18:21:45 BST 2009, Chris Dunscombe wrote: > I would like the following: > > - > > | tab1 | tab2 | Lot of text | > | | | for tab3| > > - Maybe this code can be adapted to do what you want: http:/

[PyQt] Changing the height of the QTabbar in QTabWidget

2009-09-21 Thread Chris Dunscombe
Hi, I have some tabs in a QTabWidget that have a "long" text description so I would like to increase the height of the tabBar. See below: -- | tab1 | tab2 | Lot of text for tab3 | - |