mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-17 16:02:14 -07:00
Bulk editing dialog functionality.
This commit is contained in:
parent
5a3af5a511
commit
b11d3e0c55
5 changed files with 248 additions and 193 deletions
|
|
@ -22,12 +22,14 @@ public:
|
|||
explicit DlgSelectSetForCards(QWidget *parent, DeckListModel *_model);
|
||||
void sortSetsByCount();
|
||||
QMap<QString, QStringList> getCardsForSets();
|
||||
QMap<QString, QStringList> getModifiedCards();
|
||||
QVBoxLayout *listLayout;
|
||||
|
||||
public slots:
|
||||
void updateCardLists();
|
||||
void dragEnterEvent(QDragEnterEvent *event) override;
|
||||
void dropEvent(QDropEvent *event) override;
|
||||
void actOK();
|
||||
|
||||
private:
|
||||
QVBoxLayout *layout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue