Home · All Classes · Modules

QGraphicsLayout Class Reference
[QtGui module]

Inherits QGraphicsLayoutItem.

Inherited by QGraphicsAnchorLayout, QGraphicsGridLayout and QGraphicsLinearLayout.

Methods

Special Methods


Detailed Description


Method Documentation

QGraphicsLayout.__init__ (self, QGraphicsLayoutItem parent = None)

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

QGraphicsLayout.activate (self)

QGraphicsLayout.addChildLayoutItem (self, QGraphicsLayoutItem)

The QGraphicsLayoutItem argument has it's ownership transferred to Qt.

int QGraphicsLayout.count (self)

This method is abstract and should be reimplemented in any sub-class.

(float, float, float, float) QGraphicsLayout.getContentsMargins (self)

QGraphicsLayout.invalidate (self)

bool QGraphicsLayout.isActivated (self)

QGraphicsLayoutItem QGraphicsLayout.itemAt (self, int)

This method is abstract and should be reimplemented in any sub-class.

QGraphicsLayout.removeAt (self, int)

This method is abstract and should be reimplemented in any sub-class.

QGraphicsLayout.setContentsMargins (self, float, float, float, float)

QGraphicsLayout.updateGeometry (self)

QGraphicsLayout.widgetEvent (self, QEvent)

QGraphicsLayout.__len__ (self)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0