Home · All Classes · Modules

QGraphicsAnchorLayout Class Reference
[QtGui module]

Inherits QGraphicsLayout.

Methods


Detailed Description


Method Documentation

QGraphicsAnchorLayout.__init__ (self, QGraphicsLayoutItem parent = None)

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

QGraphicsAnchor QGraphicsAnchorLayout.addAnchor (self, QGraphicsLayoutItem, Qt.AnchorPoint, QGraphicsLayoutItem, Qt.AnchorPoint)

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

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

QGraphicsAnchorLayout.addAnchors (self, QGraphicsLayoutItem, QGraphicsLayoutItem, Qt.Orientations orientations = Qt.Horizontal|Qt.Vertical)

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

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

QGraphicsAnchorLayout.addCornerAnchors (self, QGraphicsLayoutItem, Qt.Corner, QGraphicsLayoutItem, Qt.Corner)

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

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

QGraphicsAnchor QGraphicsAnchorLayout.anchor (self, QGraphicsLayoutItem, Qt.AnchorPoint, QGraphicsLayoutItem, Qt.AnchorPoint)

int QGraphicsAnchorLayout.count (self)

float QGraphicsAnchorLayout.horizontalSpacing (self)

QGraphicsAnchorLayout.invalidate (self)

QGraphicsLayoutItem QGraphicsAnchorLayout.itemAt (self, int)

QGraphicsAnchorLayout.removeAt (self, int)

QGraphicsAnchorLayout.setGeometry (self, QRectF)

QGraphicsAnchorLayout.setHorizontalSpacing (self, float)

QGraphicsAnchorLayout.setSpacing (self, float)

QGraphicsAnchorLayout.setVerticalSpacing (self, float)

QSizeF QGraphicsAnchorLayout.sizeHint (self, Qt.SizeHint, QSizeF constraint = QSizeF())

float QGraphicsAnchorLayout.verticalSpacing (self)


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