On Wed, 21 Mar 2012 17:14:43 +0200, Zvi Tarem 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'.
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'...
___
PyQt mailing list