Re-layout, add instruction label.

This commit is contained in:
Lukas Brübach 2025-03-16 10:21:11 +01:00
parent 5a8dc3ec66
commit 87263b0bc4
4 changed files with 18 additions and 3 deletions

View file

@ -20,6 +20,7 @@ class DlgSelectSetForCards : public QDialog
public:
explicit DlgSelectSetForCards(QWidget *parent, DeckListModel *_model);
void retranslateUi();
void sortSetsByCount();
QMap<QString, QStringList> getCardsForSets();
QMap<QString, QStringList> getModifiedCards();
@ -40,6 +41,7 @@ public slots:
private:
QVBoxLayout *layout;
QLabel *instructionLabel;
QScrollArea *scrollArea;
QScrollArea *uneditedCardsArea;
FlowWidget *uneditedCardsFlowWidget;