[SOLVED]

First thanks to David Boddie to give us this link:

http://www.diotavelli.net/PyQtWiki/SampleCode

In this web page there is another link which offer a solution:

http://www.diotavelli.net/PyQtWiki/Customising%20tab%20bars

and in this page there is another link which offer a better solution for Qt 4.5 or above:

http://doc.trolltech.com/4.5/qtabbar.html#expanding-prop

The solution is this:

tabbar = self.tabWidget.findChild(QTabBar)
tabbar.setExpanding(True)
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to