give the selection cards their own parts instead of label blobs

This commit is contained in:
2026-08-07 18:43:23 +02:00
parent 2289277e12
commit 075e44d295
54 changed files with 1505 additions and 533 deletions

View File

@@ -6,7 +6,6 @@
#include "SelectionContent.h"
#include "SelectionContentFactory.h"
class QLabel;
// The count summary for several selected buildings that do not aggregate
// (REQ-UI-MULTI-SELECTION, REQ-UI-SELECTION-AGGREGATE): how many of each type, and the
@@ -29,6 +28,4 @@ private:
void buildSummary();
std::vector<BuildingId> m_ids;
QLabel* m_countsLabel;
QLabel* m_totalCostLabel;
};