mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
deck editor
This commit is contained in:
parent
d9e51e58a3
commit
1e702642a4
2 changed files with 31 additions and 3 deletions
|
|
@ -18,6 +18,7 @@ class WndDeckEditor : public QMainWindow {
|
|||
private slots:
|
||||
void updateCardInfoLeft(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
void updateCardInfoRight(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
void updateSearch(const QString &search);
|
||||
|
||||
void actNewDeck();
|
||||
void actLoadDeck();
|
||||
|
|
@ -41,7 +42,7 @@ private:
|
|||
QTreeView *databaseView;
|
||||
QTreeView *deckView;
|
||||
CardInfoWidget *cardInfo;
|
||||
QLineEdit *nameEdit, *commentsEdit;
|
||||
QLineEdit *searchEdit, *nameEdit, *commentsEdit;
|
||||
|
||||
QMenu *deckMenu;
|
||||
QAction *aNewDeck, *aLoadDeck, *aSaveDeck, *aSaveDeckAs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue