45 #include <QtGui/qwidget.h> 53 #ifndef QT_NO_STATUSBAR 73 void setSizeGripEnabled(
bool);
74 bool isSizeGripEnabled()
const;
79 void showMessage(
const QString &
text,
int timeout = 0);
85 QT3_SUPPORT
void addWidget(
QWidget *w,
int stretch,
bool permanent)
86 {
if (permanent) addPermanentWidget(w, stretch);
else addWidget(w, stretch); }
110 #endif // QT_NO_STATUSBAR 116 #endif // QSTATUSBAR_H
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
static void clear(QVariant::Private *d)
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
The QStatusBar class provides a horizontal bar suitable for presenting status information.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QResizeEvent class contains event parameters for resize events.
The QShowEvent class provides an event that is sent when a widget is shown.
bool sizeGripEnabled
whether the QSizeGrip in the bottom-right corner of the status bar is enabled
#define Q_DECLARE_PRIVATE(Class)
The QPaintEvent class contains event parameters for paint events.
The QEvent class is the base class of all event classes.