On Wed, 17 Sep 2008 20:59:57 +0200, Detlev Offenbach <[EMAIL PROTECTED]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
