Re: [PyQt] SIP - Managing ownership of objects in a QList

2013-06-27 Thread Matthias Kuhn
_None. Regards, Matthias [1] https://github.com/qgis/Quantum-GIS/blob/master/python/core/qgsfeature.sip On Fre 28 Jun 2013 08:51:58 CEST, Matthias Kuhn wrote: > Hi Michael, > > That's pretty much what is done in QgsAttributes (see qgsfeature.sip in > the current master branch) &

Re: [PyQt] SIP - Managing ownership of objects in a QList

2013-06-27 Thread Matthias Kuhn
Hi Michael, That's pretty much what is done in QgsAttributes (see qgsfeature.sip in the current master branch) Regards, Matthias On Fre 28 Jun 2013 04:07:59 CEST, michael h wrote: > I am attempting to figure out the best way make SIP transfer ownership > of items inside a QList to python. > > B