QGraphicsAnchorLayout Class Reference
[QtGui module]
Inherits QGraphicsLayout.
Methods
- __init__ (self, QGraphicsLayoutItem parent = None)
- QGraphicsAnchor addAnchor (self, QGraphicsLayoutItem, Qt.AnchorPoint, QGraphicsLayoutItem, Qt.AnchorPoint)
- addAnchors (self, QGraphicsLayoutItem, QGraphicsLayoutItem, Qt.Orientations orientations = Qt.Horizontal|Qt.Vertical)
- addCornerAnchors (self, QGraphicsLayoutItem, Qt.Corner, QGraphicsLayoutItem, Qt.Corner)
- QGraphicsAnchor anchor (self, QGraphicsLayoutItem, Qt.AnchorPoint, QGraphicsLayoutItem, Qt.AnchorPoint)
- int count (self)
- float horizontalSpacing (self)
- invalidate (self)
- QGraphicsLayoutItem itemAt (self, int)
- removeAt (self, int)
- setGeometry (self, QRectF)
- setHorizontalSpacing (self, float)
- setSpacing (self, float)
- setVerticalSpacing (self, float)
- QSizeF sizeHint (self, Qt.SizeHint, QSizeF constraint = QSizeF())
- float verticalSpacing (self)
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.
The QGraphicsLayoutItem argument has it's ownership transferred to Qt.
The QGraphicsLayoutItem argument has it's ownership transferred to Qt.
The QGraphicsLayoutItem argument has it's ownership transferred to Qt.
The QGraphicsLayoutItem argument has it's ownership transferred to Qt.
The QGraphicsLayoutItem argument has it's ownership transferred to Qt.
The QGraphicsLayoutItem argument has it's ownership transferred to Qt.
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)