diff options
author | Cristian Mircea Messel <mess110@gmail.com> | 2017-10-02 17:59:32 +0300 |
---|---|---|
committer | Cristian Mircea Messel <mess110@gmail.com> | 2018-05-15 23:23:56 +0300 |
commit | 73cd5b25b901e17d24bd2ebeb7fe334f6092d3d8 (patch) | |
tree | 6e7c9ad6b3e756d21d13a13ddf81496b946b4fa4 /src/qt/bitcoingui.h | |
parent | 13da2899ae42d48547e5cb491ea6aba4882b3306 (diff) |
[gui] Add proxy icon in statusbar
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index e59c71cd4f..8ce14f06c6 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -92,6 +92,7 @@ private: UnitDisplayStatusBarControl *unitDisplayControl; QLabel *labelWalletEncryptionIcon; QLabel *labelWalletHDStatusIcon; + QLabel *labelProxyIcon; QLabel *connectionsControl; QLabel *labelBlocksIcon; QLabel *progressBarLabel; @@ -209,6 +210,10 @@ public Q_SLOTS: void incomingTransaction(const QString& date, int unit, const CAmount& amount, const QString& type, const QString& address, const QString& label, const QString& walletName); #endif // ENABLE_WALLET +private: + /** Set the proxy-enabled icon as shown in the UI. */ + void updateProxyIcon(); + private Q_SLOTS: #ifdef ENABLE_WALLET /** Switch to overview (home) page */ |