42 #ifndef QSTACKEDWIDGET_H 43 #define QSTACKEDWIDGET_H 45 #include <QtGui/qframe.h> 53 #ifndef QT_NO_STACKEDWIDGET 72 int currentIndex()
const;
79 void setCurrentIndex(
int index);
80 void setCurrentWidget(
QWidget *w);
83 void currentChanged(
int);
84 void widgetRemoved(
int index);
94 #endif // QT_NO_STACKEDWIDGET 100 #endif // QSTACKEDWIDGET_H #define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define QT_BEGIN_NAMESPACE
This macro expands to.
bool event(QEvent *e)
Reimplemented Function
#define Q_DECLARE_PRIVATE(Class)
The QEvent class is the base class of all event classes.
The QFrame class is the base class of widgets that can have a frame.