The current QT GUI shows some network status indicators in the bottom right.
I’d like someone to add one for Tor. It might be the Tor onion logo that is either green, yellow (if going through some not-quite-ready stage) or with a circle and line striking through it when not connected via Tor.
This would complement the Tor-related improvements in 0.12.0 and make it easier for users to determine whether they are connected via Tor without doing additional investigatory steps, such as using the -debug=tor switch.
.
I was hoping I could make this change mostly within Qt Creator, but the bitcoin-qt.pro file in contrib somehow wasn’t able to find main in bitcoin/src/qt. Possibly adding the Tor symbols should be done within the qt source code? Anyway, I’m stuck and wondering whether you could point me in the right direction without too much difficulty.
I’ve read something about signals and slots. Presume the state of Tor (connected, etc.) is the signal and the image display is the slot, and I’d use the “connect” syntax to link them.
As you can see, I’m very new to Qt. Please let me know whether this still looks like a good first issue for me.