[PyQt] Re: SIP properties

Kevin Watters kevin at digsby.com
Thu Apr 17 01:04:48 BST 2008


For future reference, my forked SIP with auto-generated properties is here:
http://github.com/kevinwatters/wxpy/tree/master

Just use %SIPOptions (AutoProperties)

There's also (as of this posting) an option to strip "wx" from the beginning of
any PyNames. This hack is enabled with %SIPOptions (RenameWx)

It's working pretty well, except for when Getters return const references--but
I will have that squared away soon.

- Kevin










More information about the PyQt mailing list