mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
reworked card database
This commit is contained in:
parent
be9ac2e061
commit
9b1adf2dc1
10 changed files with 327 additions and 113 deletions
|
|
@ -56,6 +56,7 @@ private slots:
|
|||
void actRestartGame();
|
||||
void actLeaveGame();
|
||||
void actDeckEditor();
|
||||
void actFullScreen(bool checked);
|
||||
void actExit();
|
||||
|
||||
void updateSceneSize();
|
||||
|
|
@ -66,7 +67,7 @@ private:
|
|||
void createActions();
|
||||
void createMenus();
|
||||
QMenu *gameMenu, *actionsMenu, *cardMenu;
|
||||
QAction *aConnect, *aDisconnect, *aGames, *aRestartGame, *aLeaveGame, *aDeckEditor, *aExit;
|
||||
QAction *aConnect, *aDisconnect, *aGames, *aRestartGame, *aLeaveGame, *aDeckEditor, *aFullScreen, *aExit;
|
||||
QAction *aCloseMostRecentZoneView;
|
||||
|
||||
CardInfoWidget *cardInfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue