8#include <private/qframe_p.h>
124 return d_func()->layout->addWidget(
widget);
144 return d_func()->layout->insertWidget(
index,
widget);
160 d_func()->layout->removeWidget(
widget);
177 d_func()->layout->setCurrentIndex(
index);
182 return d_func()->layout->currentIndex();
192 return d_func()->
layout->currentWidget();
208 qWarning(
"QStackedWidget::setCurrentWidget: widget %p not contained in stack",
widget);
211 d->layout->setCurrentWidget(
widget);
222 return d_func()->layout->indexOf(
widget);
246 return d_func()->layout->count();
257#include "moc_qstackedwidget.cpp"
The QFrame class is the base class of widgets that can have a frame.
bool event(QEvent *e) override
\reimp
virtual QWidget * widget() const
If this item manages a QWidget, returns that widget.
static QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
\threadsafe
The QStackedLayout class provides a stack of widgets where only one widget is visible at a time.
Combined button and popup list for selecting options.
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent