Initial Presentation:
When node row selected - panel is presented:
When network disabled - right panel is hidden:
Initial Presentation:
When node row selected - panel is presented:
When network disabled - right panel is hidden:
Hiding the detailWidget is incorrect - hiding the right panel of the splitter view is the correct usage of the splitter view. This change uses the splitter view correctly.
Running the code will make what the change addresses readily apparent.
ACK 8353e8cecc3e34a8699b53849df0adab622c1c14
This is a welcome change as it makes more efficient use of the peers tab window. On master
the peer detail widget is always shown even if no peer has been selected. This pr
introduces a toggle feature where the peer detail widget will only pop up when a peer has been selected.
Checked and confirmed that when multiple peers are selected the peer widget will still hide (introduced in #13)
disconnectnode "" <currently-selected-peer-id>
in the console (or on the CLI with the -server
startup option) returns the window to its full size. If this is merged, it might be nice to have an obvious way to close the details area like a clickable “close this” icon in the upper left corner of the area.
bitcoind
connect to bitcoin-qt
with the PR changes, and after I quit the bitcoind
instance, right panel do disappear, compared to the previous commit where it didn’t.
Ctrl
+ click (actually, it inverses selection).
When no peer is selected, and one calls a context menu, it causes the peer selection with a layout change.
I found such a behavior distracting.