mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 10:03:55 -07:00
Add support for multi-selection in set editor (#2441)
This commit is contained in:
parent
33e8a2ea95
commit
85985a9433
4 changed files with 175 additions and 74 deletions
|
|
@ -43,7 +43,8 @@ public:
|
|||
QStringList mimeTypes() const;
|
||||
void swapRows(int oldRow, int newRow);
|
||||
void toggleRow(int row, bool enable);
|
||||
void toggleAll(bool enable);
|
||||
void toggleRow(int row);
|
||||
void toggleAll(bool);
|
||||
void sort(int column, Qt::SortOrder order = Qt::AscendingOrder);
|
||||
void save(CardDatabase *db);
|
||||
void restore(CardDatabase *db);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue