Home · All Classes · Modules

QBoxLayout Class Reference
[QtGui module]

Inherits QLayout.

Inherited by QHBoxLayout and QVBoxLayout.

Types

Methods


Detailed Description


Type Documentation

QBoxLayout.Direction


Method Documentation

QBoxLayout.__init__ (self, Direction, QWidget parent = None)

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

QBoxLayout.addItem (self, QLayoutItem)

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

QBoxLayout.addLayout (self, QLayout, int stretch = 0)

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

QBoxLayout.addSpacerItem (self, QSpacerItem)

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

QBoxLayout.addSpacing (self, int)

QBoxLayout.addStretch (self, int stretch = 0)

QBoxLayout.addStrut (self, int)

QBoxLayout.addWidget (self, QWidget, int stretch = 0, Qt.Alignment alignment = 0)

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

int QBoxLayout.count (self)

Direction QBoxLayout.direction (self)

Qt.Orientations QBoxLayout.expandingDirections (self)

bool QBoxLayout.hasHeightForWidth (self)

int QBoxLayout.heightForWidth (self, int)

QBoxLayout.insertItem (self, int, QLayoutItem)

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

QBoxLayout.insertLayout (self, int, QLayout, int stretch = 0)

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

QBoxLayout.insertSpacerItem (self, int, QSpacerItem)

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

QBoxLayout.insertSpacing (self, int, int)

QBoxLayout.insertStretch (self, int, int stretch = 0)

QBoxLayout.insertWidget (self, int, QWidget, int stretch = 0, Qt.Alignment alignment = 0)

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

QBoxLayout.invalidate (self)

QLayoutItem QBoxLayout.itemAt (self, int)

QSize QBoxLayout.maximumSize (self)

int QBoxLayout.minimumHeightForWidth (self, int)

QSize QBoxLayout.minimumSize (self)

QBoxLayout.setDirection (self, Direction)

QBoxLayout.setGeometry (self, QRect)

QBoxLayout.setSpacing (self, int)

QBoxLayout.setStretch (self, int, int)

bool QBoxLayout.setStretchFactor (self, QWidget, int)

bool QBoxLayout.setStretchFactor (self, QLayout, int)

QSize QBoxLayout.sizeHint (self)

int QBoxLayout.spacing (self)

int QBoxLayout.stretch (self, int)

QLayoutItem QBoxLayout.takeAt (self, int)

The QLayoutItem result


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