QGraphicsGridLayout Class Reference
[QtGui module]
Inherits QGraphicsLayout.
Methods
- __init__ (self, QGraphicsLayoutItem parent = None)
- addItem (self, QGraphicsLayoutItem, int, int, int, int, Qt.Alignment alignment = 0)
- addItem (self, QGraphicsLayoutItem, int, int, Qt.Alignment alignment = 0)
- Qt.Alignment alignment (self, QGraphicsLayoutItem)
- Qt.Alignment columnAlignment (self, int)
- int columnCount (self)
- float columnMaximumWidth (self, int)
- float columnMinimumWidth (self, int)
- float columnPreferredWidth (self, int)
- float columnSpacing (self, int)
- int columnStretchFactor (self, int)
- int count (self)
- float horizontalSpacing (self)
- invalidate (self)
- QGraphicsLayoutItem itemAt (self, int, int)
- QGraphicsLayoutItem itemAt (self, int)
- removeAt (self, int)
- Qt.Alignment rowAlignment (self, int)
- int rowCount (self)
- float rowMaximumHeight (self, int)
- float rowMinimumHeight (self, int)
- float rowPreferredHeight (self, int)
- float rowSpacing (self, int)
- int rowStretchFactor (self, int)
- setAlignment (self, QGraphicsLayoutItem, Qt.Alignment)
- setColumnAlignment (self, int, Qt.Alignment)
- setColumnFixedWidth (self, int, float)
- setColumnMaximumWidth (self, int, float)
- setColumnMinimumWidth (self, int, float)
- setColumnPreferredWidth (self, int, float)
- setColumnSpacing (self, int, float)
- setColumnStretchFactor (self, int, int)
- setGeometry (self, QRectF)
- setHorizontalSpacing (self, float)
- setRowAlignment (self, int, Qt.Alignment)
- setRowFixedHeight (self, int, float)
- setRowMaximumHeight (self, int, float)
- setRowMinimumHeight (self, int, float)
- setRowPreferredHeight (self, int, float)
- setRowSpacing (self, int, float)
- setRowStretchFactor (self, int, int)
- setSpacing (self, float)
- setVerticalSpacing (self, float)
- QSizeF sizeHint (self, Qt.SizeHint, QSizeF constraint = QSizeF())
- float verticalSpacing (self)
Detailed Description
Method Documentation
QGraphicsGridLayout.__init__ (self, QGraphicsLayoutItem parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QGraphicsGridLayout.addItem (self, QGraphicsLayoutItem, int, int, int, int, Qt.Alignment alignment = 0)
The QGraphicsLayoutItem argument has it's ownership transferred to Qt.
The QGraphicsLayoutItem argument, if not None, causes self to be owned by Qt instead of PyQt.
Qt.Alignment QGraphicsGridLayout.columnAlignment (self, int)
int QGraphicsGridLayout.columnCount (self)
float QGraphicsGridLayout.columnMaximumWidth (self, int)
float QGraphicsGridLayout.columnMinimumWidth (self, int)
float QGraphicsGridLayout.columnPreferredWidth (self, int)
float QGraphicsGridLayout.columnSpacing (self, int)
int QGraphicsGridLayout.columnStretchFactor (self, int)
int QGraphicsGridLayout.count (self)
float QGraphicsGridLayout.horizontalSpacing (self)
QGraphicsGridLayout.invalidate (self)
QGraphicsLayoutItem QGraphicsGridLayout.itemAt (self, int, int)
QGraphicsLayoutItem QGraphicsGridLayout.itemAt (self, int)
QGraphicsGridLayout.removeAt (self, int)
Qt.Alignment QGraphicsGridLayout.rowAlignment (self, int)
int QGraphicsGridLayout.rowCount (self)
float QGraphicsGridLayout.rowMaximumHeight (self, int)
float QGraphicsGridLayout.rowMinimumHeight (self, int)
float QGraphicsGridLayout.rowPreferredHeight (self, int)
float QGraphicsGridLayout.rowSpacing (self, int)
int QGraphicsGridLayout.rowStretchFactor (self, int)
QGraphicsGridLayout.setColumnAlignment (self, int, Qt.Alignment)
QGraphicsGridLayout.setColumnFixedWidth (self, int, float)
QGraphicsGridLayout.setColumnMaximumWidth (self, int, float)
QGraphicsGridLayout.setColumnMinimumWidth (self, int, float)
QGraphicsGridLayout.setColumnPreferredWidth (self, int, float)
QGraphicsGridLayout.setColumnSpacing (self, int, float)
QGraphicsGridLayout.setColumnStretchFactor (self, int, int)
QGraphicsGridLayout.setGeometry (self, QRectF)
QGraphicsGridLayout.setHorizontalSpacing (self, float)
QGraphicsGridLayout.setRowAlignment (self, int, Qt.Alignment)
QGraphicsGridLayout.setRowFixedHeight (self, int, float)
QGraphicsGridLayout.setRowMaximumHeight (self, int, float)
QGraphicsGridLayout.setRowMinimumHeight (self, int, float)
QGraphicsGridLayout.setRowPreferredHeight (self, int, float)
QGraphicsGridLayout.setRowSpacing (self, int, float)
QGraphicsGridLayout.setRowStretchFactor (self, int, int)
QGraphicsGridLayout.setSpacing (self, float)
QGraphicsGridLayout.setVerticalSpacing (self, float)
QSizeF QGraphicsGridLayout.sizeHint (self, Qt.SizeHint, QSizeF constraint = QSizeF())
float QGraphicsGridLayout.verticalSpacing (self)