aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-17 17:30:58 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-17 17:31:37 +0200
commit8dcffd4d0717e71226da8c3a848b7b6905074637 (patch)
treec7f8c90d0bd27fb9538caf7f9a2b7b79a1a8e845 /src/qt/bitcoingui.h
parent5df0b03c950184b2e2fdbfc6e9f8075dcf81c75c (diff)
downloadbitcoin-8dcffd4d0717e71226da8c3a848b7b6905074637.tar.xz
show rotating spinner when block download out of date, tick otherwise
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index 95e0eb70fe..4fc17dd36f 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -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();