17 #ifndef FM_STATUSBAR_H
18 #define FM_STATUSBAR_H
30 explicit Label(QWidget *parent = 0, Qt::WindowFlags f = Qt::WindowFlags());
33 void paintEvent(QPaintEvent *event)
override;
49 void showMessage(
const QString &message,
int timeout = 0);
52 void reallyShowMessage();
56 QTimer* messageTimer_;
Definition: statusbar.h:26
Definition: statusbar.h:41