X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;fp=src%2Fqt%2Fbitcoingui.h;h=8d5266b46393a2cc4e6fbd9e1de56f4436ce18bb;hp=b4dd7500b24ee51f5629981f168230f317b158ec;hb=0604b1b226eb02834b82d3873baa67b60e2e7398;hpb=8d43f1482a14263a76c039c227c4383580dcc1db diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index b4dd750..8d5266b 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -69,6 +69,7 @@ private: QLabel *labelEncryptionIcon; QLabel *labelConnectionsIcon; QLabel *labelBlocksIcon; + QLabel *labelMiningIcon; QLabel *progressBarLabel; QProgressBar *progressBar; @@ -114,6 +115,8 @@ public slots: void setNumConnections(int count); /** Set number of blocks shown in the UI */ void setNumBlocks(int count, int nTotalBlocks); + /** Set stake miner status in the UI */ + void updateMining(); /** Set the encryption status as shown in the UI. @param[in] status current encryption status @see WalletModel::EncryptionStatus