[PyQt] SIP does not allow a %Property called 'name'

Zvi Tarem zvi.tarem at gmail.com
Wed Mar 21 15:14:43 GMT 2012


The following gives a syntax error in SIP:

%Property(name=name, get=getName, set=setName)

The following does work:

%Property(name=Name, get=getName, set=setName)

But then you get a Python property called 'Name', not 'name'...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20120321/f89d7196/attachment.html>


More information about the PyQt mailing list