QStackedLayout Class Reference
[QtGui module]
Inherits QLayout.
Types
Methods
- __init__ (self)
- __init__ (self, QWidget)
- __init__ (self, QLayout)
- addItem (self, QLayoutItem)
- int addWidget (self, QWidget)
- int count (self)
- int currentIndex (self)
- QWidget currentWidget (self)
- int insertWidget (self, int, QWidget)
- QLayoutItem itemAt (self, int)
- QSize minimumSize (self)
- setCurrentIndex (self, int)
- setCurrentWidget (self, QWidget)
- setGeometry (self, QRect)
- setStackingMode (self, StackingMode)
- QSize sizeHint (self)
- StackingMode stackingMode (self)
- QLayoutItem takeAt (self, int)
- QWidget widget (self, int)
- QWidget widget (self)
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.