refs #709, use load indicator for load overview

(indicating reloading)
This commit is contained in:
Klaus Basan
2016-07-18 01:38:50 +02:00
parent ff4097504c
commit 31921f34ef
5 changed files with 90 additions and 33 deletions

View File

@@ -69,6 +69,9 @@ namespace BlackGui
//! Paint to another painter
void paint(QPainter &painter) const;
//! Center this load indicator
void centerLoadIndicator(const QPoint &middle);
signals:
//! Animation has been updated
void updatedAnimation();
@@ -76,7 +79,7 @@ namespace BlackGui
public slots:
//! Starts the spin animation.
//! \sa stopAnimation isAnimated
void startAnimation();
void startAnimation(bool processEvents = false);
//! Stops the spin animation.
//! \sa startAnimation isAnimated