Home · All Classes · Modules

QGraphicsGridLayout Class Reference
[QtGui module]

Inherits QGraphicsLayout.

Methods


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.

QGraphicsGridLayout.addItem (self, QGraphicsLayoutItem, int, int, Qt.Alignment alignment = 0)

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

Qt.Alignment QGraphicsGridLayout.alignment (self, QGraphicsLayoutItem)

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.setAlignment (self, QGraphicsLayoutItem, Qt.Alignment)

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)


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