- also allow users to see, if the default proxy (-proxy) is used for IPv6 and Onion
- based on #4871 (formerly #2575)

Looks good.
As discussed in #2575 I’d like to simplify this to:
Gave it a short test.
Why can’t i unselect/select the IPv4/IPv6/Tor checkboxes (i didn’t start reading why in the PRs description because IMO this must be clear within the app). If it’s just as a visual prove what networks are supported by the proxy, it should not use read-only checkboxes.
The new height of the settings window does somehow look strange on the other tabs. Auto-Resizing like this (https://vid.me/F53C) would be a better approach (check: http://stackoverflow.com/questions/11441809/resize-window-using-qpropertyanimation).
IMO the autoresizing would be nice but should not hold this PR back.
@jonasschnelli I choose the read-only checkbox approach as that seemed easy to do. What elemet do you suggest? As you discovered the state is not changable via the boxes, they just give information.
The resize issue is a different one and as far as I understand the link you gave me, this is just for getting a nice and smooth animation, but I don’t even know how to resize a window so that the contents and size are matching and that it looks good ;). IMHO our client suffers from these issue nearly everywhere.
ut ACK
Is this ready for merging? Blockers appear to be resolved.
Readonly-Checkboxes as visual indicator for a available option (but while actually supporting no interaction) should be avoided. But i can address this in another upcoming PR after merging.
I would recommend to use the checkmark icon instead (https://github.com/bitcoin/bitcoin/blob/master/src/qt/res/icons/transaction2.png).
- also allow users to see, if the default proxy (-proxy) is used for
reaching peers via IPv6 or Tor
I think this looks better. Commit: https://github.com/jonasschnelli/bitcoin/commit/3ae243422abfbdaa8c5a56ebdf86d4fedeaa467c
@jonasschhnelli I like what you’re trying to do, but I’m not sure it’s better: