<a href="http://www.riverbankcomputing.com/Docs/PyQt4/html/qlayout.html#details">http://www.riverbankcomputing.com/Docs/PyQt4/html/qlayout.html#details</a><br><br>What does the following mean-regarding being owned by Qt instead of PyQt?
<br><p>The <i>parent</i> argument, if not None, causes <i>self</i> to <span style="font-weight: bold;">be owned by Qt instead of PyQt.</span></p>
<br><h2>Method Documentation</h2><h3 class="fn"><a name="QLayout">QLayout.__init__ (<i>self</i>, </a><a href="http://www.riverbankcomputing.com/Docs/PyQt4/html/qwidget.html">QWidget</a>&nbsp;<i>parent</i>)</h3><p>The <i>parent
</i> argument, if not None, causes <i>self</i> to be owned by Qt instead of PyQt.</p><p>Constructs a new top-level <a href="http://www.riverbankcomputing.com/Docs/PyQt4/html/qlayout.html">QLayout</a>, with parent <i>parent
</i>. <i>parent</i> may not be 0.</p>
<p>There can be only one top-level layout for a widget. It is returned by <a href="http://www.riverbankcomputing.com/Docs/PyQt4/html/qwidget.html#layout">QWidget.layout</a>().</p><br>