show rotating spinner when block download out of date, tick otherwise
[novacoin.git] / src / qt / bitcoingui.h
index 95e0eb7..4fc17dd 100644 (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();