mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
changed some config defaults, added about box
This commit is contained in:
parent
0fdc01f6dd
commit
bcf92fc510
4 changed files with 26 additions and 7 deletions
|
|
@ -47,14 +47,17 @@ private slots:
|
|||
void actFullScreen(bool checked);
|
||||
void actSettings();
|
||||
void actExit();
|
||||
|
||||
void actAbout();
|
||||
private:
|
||||
static const QString appName;
|
||||
void setClientStatusTitle();
|
||||
void retranslateUi();
|
||||
void createActions();
|
||||
void createMenus();
|
||||
QMenu *cockatriceMenu, *tabMenu;
|
||||
QAction *aConnect, *aDisconnect, *aSinglePlayer, *aDeckEditor, *aFullScreen, *aSettings, *aExit;
|
||||
QMenu *cockatriceMenu, *tabMenu, *helpMenu;
|
||||
QAction *aConnect, *aDisconnect, *aSinglePlayer, *aDeckEditor, *aFullScreen, *aSettings, *aExit,
|
||||
*aAbout;
|
||||
TabSupervisor *tabSupervisor;
|
||||
|
||||
RemoteClient *client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue