mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 20:43:54 -07:00
deck editor
This commit is contained in:
parent
3502ec80e4
commit
1da5c63726
9 changed files with 349 additions and 256 deletions
|
|
@ -2,11 +2,11 @@
|
|||
#define DLG_STARTGAME_H
|
||||
|
||||
#include <QDialog>
|
||||
#include "decklistmodel.h"
|
||||
|
||||
class QTreeView;
|
||||
class QPushButton;
|
||||
class CardDatabase;
|
||||
class DeckListModel;
|
||||
|
||||
class DlgStartGame: public QDialog {
|
||||
Q_OBJECT
|
||||
|
|
@ -19,8 +19,8 @@ private slots:
|
|||
void actLoad();
|
||||
private:
|
||||
CardDatabase *db;
|
||||
QTreeView *tableView;
|
||||
DeckListModel *tableModel;
|
||||
QTreeView *deckView;
|
||||
DeckListModel *deckModel;
|
||||
|
||||
QPushButton *loadButton, *okButton;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue