[PyKDE] QListWidget Designer bug

Sreeram Kandallu sreeram at tachyontech.net
Mon Mar 6 00:33:01 GMT 2006


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...

Regards
Sreeram

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20060306/3b109f46/signature.bin


More information about the PyQt mailing list