QGraphicsLinearLayout Class Reference
[QtGui module]
Inherits QGraphicsLayout.
Methods
- __init__ (self, QGraphicsLayoutItem parent = None)
- __init__ (self, Qt.Orientation, QGraphicsLayoutItem parent = None)
- addItem (self, QGraphicsLayoutItem)
- addStretch (self, int stretch = 1)
- Qt.Alignment alignment (self, QGraphicsLayoutItem)
- int count (self)
- insertItem (self, int, QGraphicsLayoutItem)
- insertStretch (self, int, int stretch = 1)
- invalidate (self)
- QGraphicsLayoutItem itemAt (self, int)
- float itemSpacing (self, int)
- Qt.Orientation orientation (self)
- removeAt (self, int)
- removeItem (self, QGraphicsLayoutItem)
- setAlignment (self, QGraphicsLayoutItem, Qt.Alignment)
- setGeometry (self, QRectF)
- setItemSpacing (self, int, float)
- setOrientation (self, Qt.Orientation)
- setSpacing (self, float)
- setStretchFactor (self, QGraphicsLayoutItem, int)
- QSizeF sizeHint (self, Qt.SizeHint, QSizeF constraint = QSizeF())
- float spacing (self)
- int stretchFactor (self, QGraphicsLayoutItem)
Detailed Description
Method Documentation
QGraphicsLinearLayout.__init__ (self, QGraphicsLayoutItem parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
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.
QGraphicsLinearLayout.addStretch (self, int stretch = 1)
int QGraphicsLinearLayout.count (self)
QGraphicsLinearLayout.insertItem (self, int, QGraphicsLayoutItem)
The QGraphicsLayoutItem argument has it's ownership transferred to Qt.
QGraphicsLinearLayout.insertStretch (self, int, int stretch = 1)
QGraphicsLinearLayout.invalidate (self)
QGraphicsLayoutItem QGraphicsLinearLayout.itemAt (self, int)
float QGraphicsLinearLayout.itemSpacing (self, int)
Qt.Orientation QGraphicsLinearLayout.orientation (self)
QGraphicsLinearLayout.removeAt (self, int)
QGraphicsLinearLayout.removeItem (self, QGraphicsLayoutItem)
The QGraphicsLayoutItem argument
QGraphicsLinearLayout.setGeometry (self, QRectF)
QGraphicsLinearLayout.setItemSpacing (self, int, float)
QGraphicsLinearLayout.setOrientation (self, Qt.Orientation)
QGraphicsLinearLayout.setSpacing (self, float)
QGraphicsLinearLayout.setStretchFactor (self, QGraphicsLayoutItem, int)
QSizeF QGraphicsLinearLayout.sizeHint (self, Qt.SizeHint, QSizeF constraint = QSizeF())
float QGraphicsLinearLayout.spacing (self)
int QGraphicsLinearLayout.stretchFactor (self, QGraphicsLayoutItem)