50 #ifndef STATUSBARINTERFACE_HH
51 #define STATUSBARINTERFACE_HH
55 #if QT_VERSION >= 0x050000
199 #endif // STATUSBARINTERFACE_HH
applicationStatus
Enum for the statusBar Status Icon.
void setStatus(ApplicationStatus::applicationStatus _status)
Sets the status icon of the StatusBar.
Status is processing and blocked system will not allow interaction (red light)
Status is processing but system will allow interaction (yellow light)
virtual ~StatusbarInterface()
Destructor.
Control OpenFlippers status bar.
Status is ready (green light)
virtual void showStatusMessage(QString _message, int _timeout=0)
Show a message in the status bar.
void clearStatusMessage()
Removes the current message from the statusBar.
void addWidgetToStatusbar(QWidget *_widget)
Add a widget on the right side of the statusBar.