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

@@ -7,7 +7,7 @@
#include "SelectionContent.h"
#include "SelectionContentFactory.h"
class QLabel;
class StatRow;
// The card for selected debris (REQ-UI-DEBRIS-PANEL): the scrap still left in it.
//
@@ -27,5 +27,5 @@ protected:
private:
std::vector<entt::entity> m_debris;
QLabel* m_scrapLabel;
StatRow* m_scrapRow;
};