[PyQt] Re: pyuic bug?

Phil Thompson phil at riverbankcomputing.com
Thu Sep 18 20:01:38 BST 2008


On Wed, 17 Sep 2008 20:59:57 +0200, Detlev Offenbach
<detlev at die-offenbachs.de> wrote:
> Hi,
> 
> I think pyuic of recent snapshot has a bug. I have a form with a
> QTreeWidget. 
> This widget has some columns where the last column has an empty title.
> Older 
> pyuic generated this line of code.
> 
> self.findList.headerItem().setText(3,"")
> 
> Newer pyuic don't generate this. The example Ui file is attached.

The current behaviour is the same as uic.

Phil



More information about the PyQt mailing list