On Monday 06 March 2006 12:33 am, Sreeram Kandallu wrote: > i'm using Qt4.1.1 and PyQt4 20060226, and if i set the 'wrapping' > property in Designer for a QListWidget, then the pyuic generated code > contains: > listWidget.setIsWrapping( True ) > > This causes an AttributeError as the correct method to use would be: > listWidget.setWrapping( True ). > > Not sure if this is a bug in Qt or PyQt...
This should be fixed in tonight's snapshot. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
