qt: Collapsible sections for Mempool and Spam filtering tabs#281
qt: Collapsible sections for Mempool and Spam filtering tabs#281kwsantiago wants to merge 5 commits intobitcoinknots:29.x-knotsfrom
Conversation
24c4289 to
49a974f
Compare
|
Checkboxes suggest the user is changing settings, and the wasted blank space for a collapsed section seems to defeat the point... Maybe something looking like this: https://stackoverflow.com/questions/32476006/how-to-make-an-expandable-collapsable-section-widget-in-qt |
49a974f to
5d2d9d1
Compare
|
Maybe open collapsed, but with Expand/Collapse All buttons? I also feel like the lines to the right of the section label should be clickable |
luke-jr
left a comment
There was a problem hiding this comment.
I can click the line now, but ONLY the line (quite thin) - probably need to detect clicks on the full height of the text.
There's also a custom cursor for the line, but not for the text. (Both should match whatever the OS normally uses for these kind of widgets)
Finally, because things are collapsed by default, the ModScrollArea starts with a smaller width, and upon expanding grows a horizontal scrollbar, which is ugly.
… width when collapsed


Closes #71
Group options into collapsible sections and wrap Mempool tab in a scroll area.