feat(game): add persistent selection counter overlay.

Display total count of selected cards in bottom-right corner when multiple cards are selected.
Updates on selection changes and window resize.
The counter connects to QGraphicsScene::selectionChanged to stay up-to-date without requiring manual refresh.
Adds user setting to enable/disable the total count overlay.
This commit is contained in:
DawnFire42 2026-03-14 00:19:37 -04:00
parent 8b20fa0425
commit 6d4bcc6664
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33
6 changed files with 54 additions and 1 deletions

View file

@ -172,6 +172,7 @@ private:
QCheckBox focusCardViewSearchBarCheckBox;
QCheckBox annotateTokensCheckBox;
QCheckBox showDragSelectionCountCheckBox;
QCheckBox showTotalSelectionCountCheckBox;
QCheckBox useTearOffMenusCheckBox;
QCheckBox tapAnimationCheckBox;
QCheckBox openDeckInNewTabCheckBox;