NAME
Qt::Gui::QStackedLayout
PUBLIC METHODS
- QStackedLayout()
- QStackedLayout(QWidget * parent)
- QStackedLayout(QLayout * parentLayout)
- ~QStackedLayout()
- void addItem(QLayoutItem * item)
- int addWidget(QWidget * w)
- int count()
- int currentIndex()
- QWidget * currentWidget()
- int insertWidget(int index, QWidget * w)
- QLayoutItem * itemAt(int arg0)
- QSize minimumSize()
- void setCurrentIndex(int index)
- void setCurrentWidget(QWidget * w)
- void setGeometry(const QRect & rect)
- void setStackingMode(QStackedLayout::StackingMode stackingMode)
- QSize sizeHint()
- QStackedLayout::StackingMode stackingMode()
- QLayoutItem * takeAt(int arg0)
- QWidget * widget(int arg0)
ENUM VALUES
- StackOne
- StackAll
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.