mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
configurable set priority for card pictures
This commit is contained in:
parent
e0d773e4e5
commit
fb03c5cdbb
10 changed files with 242 additions and 17 deletions
|
|
@ -25,6 +25,8 @@ private slots:
|
|||
bool actSaveDeck();
|
||||
bool actSaveDeckAs();
|
||||
|
||||
void actEditSets();
|
||||
|
||||
void actAddCard();
|
||||
void actAddCardToSideboard();
|
||||
void actRemoveCard();
|
||||
|
|
@ -46,8 +48,9 @@ private:
|
|||
CardInfoWidget *cardInfo;
|
||||
QLineEdit *searchEdit, *nameEdit, *commentsEdit;
|
||||
|
||||
QMenu *deckMenu;
|
||||
QMenu *deckMenu, *setsMenu;
|
||||
QAction *aNewDeck, *aLoadDeck, *aSaveDeck, *aSaveDeckAs, *aClose;
|
||||
QAction *aEditSets;
|
||||
QAction *aAddCard, *aAddCardToSideboard, *aRemoveCard, *aIncrement, *aDecrement;
|
||||
public:
|
||||
WndDeckEditor(CardDatabase *_db, QWidget *parent = 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue