mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
game menu
This commit is contained in:
parent
77015c9ebf
commit
122f8ea916
15 changed files with 75 additions and 35 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <QTabWidget>
|
||||
#include <QMap>
|
||||
|
||||
class QMenu;
|
||||
class Client;
|
||||
class TabServer;
|
||||
class TabChatChannel;
|
||||
|
|
@ -26,7 +27,10 @@ public:
|
|||
void retranslateUi();
|
||||
void start(Client *_client);
|
||||
void stop();
|
||||
signals:
|
||||
void setMenu(QMenu *menu);
|
||||
private slots:
|
||||
void updateMenu(int index);
|
||||
void updatePingTime(int value, int max);
|
||||
void gameJoined(Event_GameJoined *event);
|
||||
void addChatChannelTab(const QString &channelName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue