http://www.riverbankcomputing.com/Docs/PyQt4/html/qlayout.html#details

What does the following mean-regarding being owned by Qt instead of PyQt?

The *parent* argument, if not None, causes *self* to be owned by Qt instead
of PyQt.

Method DocumentationQLayout.__init__ (*self*,
QWidget<http://www.riverbankcomputing.com/Docs/PyQt4/html/qwidget.html>
*parent*)

The *parent* argument, if not None, causes *self* to be owned by Qt instead
of PyQt.

Constructs a new top-level
QLayout<http://www.riverbankcomputing.com/Docs/PyQt4/html/qlayout.html>,
with parent *parent*. *parent* may not be 0.

There can be only one top-level layout for a widget. It is returned by
QWidget.layout<http://www.riverbankcomputing.com/Docs/PyQt4/html/qwidget.html#layout>
().
_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to