Re: [PyQt] SIP properties

2008-04-11 Thread Phil Thompson
On Friday 11 April 2008, Kevin Watters wrote: > I want to make an option for SIP to autogenerate properties (i.e., GetTitle > and SetTitle just become Title). > > I've been reading through transform.c, trying to get a feel for how this > might happen, but I think I'm lacking the "big picture" when

[PyQt] SIP properties

2008-04-11 Thread Kevin Watters
I want to make an option for SIP to autogenerate properties (i.e., GetTitle and SetTitle just become Title). I've been reading through transform.c, trying to get a feel for how this might happen, but I think I'm lacking the "big picture" when it comes to how SIP implements methods and attribute lo