Home · All Classes · Modules

QStackedLayout Class Reference
[QtGui module]

Inherits QLayout.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QStackedLayout.StackingMode


Method Documentation

QStackedLayout.__init__ (self)

QStackedLayout.__init__ (self, QWidget)

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

QStackedLayout.__init__ (self, QLayout)

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

QStackedLayout.addItem (self, QLayoutItem)

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

int QStackedLayout.addWidget (self, QWidget)

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

int QStackedLayout.count (self)

int QStackedLayout.currentIndex (self)

QWidget QStackedLayout.currentWidget (self)

int QStackedLayout.insertWidget (self, int, QWidget)

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

QLayoutItem QStackedLayout.itemAt (self, int)

QSize QStackedLayout.minimumSize (self)

QStackedLayout.setCurrentIndex (self, int)

This method is also a Qt slot with the C++ signature void setCurrentIndex(int).

QStackedLayout.setCurrentWidget (self, QWidget)

This method is also a Qt slot with the C++ signature void setCurrentWidget(QWidget *).

QStackedLayout.setGeometry (self, QRect)

QStackedLayout.setStackingMode (self, StackingMode)

QSize QStackedLayout.sizeHint (self)

StackingMode QStackedLayout.stackingMode (self)

QLayoutItem QStackedLayout.takeAt (self, int)

The QLayoutItem result

QWidget QStackedLayout.widget (self, int)

QWidget QStackedLayout.widget (self)


Qt Signal Documentation

void currentChanged (int)

This is the default overload of this signal.

void widgetRemoved (int)

This is the default overload of this signal.


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