bitcoinknots/bitcoin

GUI Mempool Options getting a bit unwieldy

Aberta

#71 aberto em 20 de mar. de 2024

 (3 comentários) (0 reação) (0 responsável)C++ (160 forks)auto 404
buggood first issue

Métricas do repositório

Stars
 (677 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador