On Wed, 21 Mar 2012 17:14:43 +0200, Zvi Tarem <zvi.ta...@gmail.com> wrote:
> 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'...

Should be fixed in tonight's snapshot if you use quotes, ie. name="name".

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to