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