[PyKDE] QListWidget Designer bug
    Phil Thompson 
    phil at riverbankcomputing.co.uk
       
    Tue Mar  7 08:50:26 GMT 2006
    
    
  
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
    
    
More information about the PyQt
mailing list