mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
nice decklist printing
This commit is contained in:
parent
c9f680f25f
commit
5d40996c0b
3 changed files with 83 additions and 21 deletions
|
|
@ -12,10 +12,12 @@ class QTreeView;
|
|||
class QTableView;
|
||||
class CardInfoWidget;
|
||||
class QLineEdit;
|
||||
class QTextEdit;
|
||||
|
||||
class WndDeckEditor : public QMainWindow {
|
||||
Q_OBJECT
|
||||
private slots:
|
||||
void updateComments();
|
||||
void updateCardInfoLeft(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
void updateCardInfoRight(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
void updateSearch(const QString &search);
|
||||
|
|
@ -47,7 +49,8 @@ private:
|
|||
QTreeView *databaseView;
|
||||
QTreeView *deckView;
|
||||
CardInfoWidget *cardInfo;
|
||||
QLineEdit *searchEdit, *nameEdit, *commentsEdit;
|
||||
QLineEdit *searchEdit, *nameEdit;
|
||||
QTextEdit *commentsEdit;
|
||||
|
||||
QMenu *deckMenu, *setsMenu;
|
||||
QAction *aNewDeck, *aLoadDeck, *aSaveDeck, *aSaveDeckAs, *aPrintDeck, *aClose;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue