bitcoinknots/bitcoin

GUI Mempool Options getting a bit unwieldy

Open

#71 opened on Mar 20, 2024

 (3 comments) (0 reactions) (0 assignees)C++ (160 forks)auto 404
buggood first issue

Repository metrics

Stars
 (677 stars)
PR merge metrics
 (PR metrics pending)

Description

The GUI interface to configure the mempool is overflowing the screen on my test system.

It needs rethinking, or at least a scrollbar. Simply swapping the tab QWidget for a QScrollView doesn't seem to work (maybe with some more effort?).

Might be nice to categorize options and have them in expandable sections. It looks like Qt Designer does this with a QTreeWidget.

Contributor guide