show rotating spinner when block download out of date, tick otherwise

This commit is contained in:
Wladimir J. van der Laan
2011-07-17 17:30:58 +02:00
parent 5df0b03c95
commit 8dcffd4d07
9 changed files with 101 additions and 24 deletions

View File

@@ -57,6 +57,7 @@ private:
QLabel *labelConnections;
QLabel *labelConnectionsIcon;
QLabel *labelBlocks;
QLabel *labelBlocksIcon;
QLabel *progressBarLabel;
QProgressBar *progressBar;
@@ -74,6 +75,8 @@ private:
QSystemTrayIcon *trayIcon;
TransactionView *transactionView;
QMovie *syncIconMovie;
void createActions();
QWidget *createTabs();
void createTrayIcon();