Definition at line 57 of file qstatusbar.h.
#include <qstatusbar.h>

Public Slots |
|
| void | showMessage (const QString &text, int timeout=0) |
| void | clearMessage () |
Signals |
|
| void | messageChanged (const QString &text) |
Public Member Functions |
|
| QStatusBar (QWidget *parent=0) | |
| virtual | ~QStatusBar () |
| void | addWidget (QWidget *widget, int stretch=0) |
| int | insertWidget (int index, QWidget *widget, int stretch=0) |
| void | addPermanentWidget (QWidget *widget, int stretch=0) |
| int | insertPermanentWidget (int index, QWidget *widget, int stretch=0) |
| void | removeWidget (QWidget *widget) |
| void | setSizeGripEnabled (bool) |
| bool | isSizeGripEnabled () const |
| QString | currentMessage () const |
Protected Member Functions |
|
| void | showEvent (QShowEvent *) |
| void | paintEvent (QPaintEvent *) |
| void | resizeEvent (QResizeEvent *) |
| void | reformat () |
| void | hideOrShow () |
| bool | event (QEvent *) |
Properties |
|
| bool | sizeGripEnabled |
| QStatusBar | ( | QWidget * | parent = 0 |
) | [explicit] |
| virtual ~QStatusBar | ( | ) | [virtual] |
| void addWidget | ( | QWidget * | widget, |
| int | stretch = 0 |
||
| ) |
| int insertWidget | ( | int | index, |
| QWidget * | widget, | ||
| int | stretch = 0 |
||
| ) |
| void addPermanentWidget | ( | QWidget * | widget, |
| int | stretch = 0 |
||
| ) |
| int insertPermanentWidget | ( | int | index, |
| QWidget * | widget, | ||
| int | stretch = 0 |
||
| ) |
| void removeWidget | ( | QWidget * | widget | ) |
| void setSizeGripEnabled | ( | bool | ) |
| bool isSizeGripEnabled | ( | ) | const |
| QString currentMessage | ( | ) | const |
| void showMessage | ( | const QString & | text, |
| int | timeout = 0 |
||
| ) | [slot] |
| void clearMessage | ( | ) | [slot] |
| void messageChanged | ( | const QString & | text | ) | [signal] |
| void showEvent | ( | QShowEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void paintEvent | ( | QPaintEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void resizeEvent | ( | QResizeEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void reformat | ( | ) | [protected] |
| void hideOrShow | ( | ) | [protected] |
bool sizeGripEnabled [read,
write] |
Definition at line 61 of file qstatusbar.h.