This commit is contained in:
Lukas Brübach 2025-05-10 00:19:38 +02:00
parent 666a98d247
commit bd78c5b4f6
2 changed files with 4 additions and 3 deletions

View file

@ -70,8 +70,8 @@ private:
DeckPreviewDeckTagsDisplayWidget *deckTagsDisplayWidget; DeckPreviewDeckTagsDisplayWidget *deckTagsDisplayWidget;
QLabel *hashLabel1; QLabel *hashLabel1;
LineEditUnfocusable *hashLabel; LineEditUnfocusable *hashLabel;
QLabel* activeGroupCriteriaLabel; QLabel *activeGroupCriteriaLabel;
QComboBox* activeGroupCriteriaComboBox; QComboBox *activeGroupCriteriaComboBox;
QAction *aRemoveCard, *aIncrement, *aDecrement, *aSwapCard; QAction *aRemoveCard, *aIncrement, *aDecrement, *aSwapCard;

View file

@ -12,7 +12,8 @@ class CardDatabase;
class QPrinter; class QPrinter;
class QTextCursor; class QTextCursor;
enum DeckListModelGroupCriteria{ enum DeckListModelGroupCriteria
{
MAIN_TYPE, MAIN_TYPE,
MANA_COST, MANA_COST,
COLOR COLOR