mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Add a 'spinning' indicator to the toolbar when the program runs.
This commit is contained in:
@@ -35,6 +35,8 @@ void SeerRunStatusIndicator::setRunStatus (SeerRunStatusIndicator::RunStatus sta
|
||||
QApplication::restoreOverrideCursor();
|
||||
setText("Unknown");
|
||||
}
|
||||
|
||||
emit statusChanged(status);
|
||||
}
|
||||
|
||||
SeerRunStatusIndicator::RunStatus SeerRunStatusIndicator::runStatus () const {
|
||||
|
||||
Reference in New Issue
Block a user