Home · All Classes · Modules

QGraphicsLinearLayout Class Reference
[QtGui module]

Inherits QGraphicsLayout.

Methods


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.

QGraphicsLinearLayout.__init__ (self, Qt.Orientation, QGraphicsLayoutItem parent = None)

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

QGraphicsLinearLayout.addItem (self, QGraphicsLayoutItem)

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

QGraphicsLinearLayout.addStretch (self, int stretch = 1)

Qt.Alignment QGraphicsLinearLayout.alignment (self, QGraphicsLayoutItem)

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

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)


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