[PyQt] Inconsistent documentation for Factory annoctation

Phil Thompson phil at riverbankcomputing.com
Sun Aug 18 14:25:57 BST 2013


On Sun, 18 Aug 2013 01:02:30 -0500, Tyler Wade <wayedt at gmail.com> wrote:
> Hello,
> 
> I'm somewhat confused by the documentation for the Factory annotation. 
In
> one place[1] it says that the new instance "…. is owned by C/C++."  In a
> second[2] it says the new instance "…  is owned by Python."  Could I get
> some clarification on this?
> 
> [1]
>
http://pyqt.sourceforge.net/Docs/sip4/annotations.html#function-annotation-Factory
> [2] http://pyqt.sourceforge.net/Docs/sip4/using.html#id7

The first reference is incorrect, it should be Python.

Phil


More information about the PyQt mailing list