mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
tab modified indicator
This commit is contained in:
parent
5d6652f5de
commit
70594387de
5 changed files with 103 additions and 7 deletions
|
|
@ -18,6 +18,7 @@ class Event_GameJoined;
|
|||
class TabSupervisor : public QTabWidget {
|
||||
Q_OBJECT
|
||||
private:
|
||||
QIcon *tabChangedIcon;
|
||||
Client *client;
|
||||
TabServer *tabServer;
|
||||
TabDeckStorage *tabDeckStorage;
|
||||
|
|
@ -26,13 +27,14 @@ private:
|
|||
void myAddTab(Tab *tab);
|
||||
public:
|
||||
TabSupervisor(QWidget *parent = 0);
|
||||
~TabSupervisor();
|
||||
void retranslateUi();
|
||||
void start(Client *_client);
|
||||
void stop();
|
||||
signals:
|
||||
void setMenu(QMenu *menu);
|
||||
private slots:
|
||||
void updateMenu(int index);
|
||||
void updateCurrent(int index);
|
||||
void updatePingTime(int value, int max);
|
||||
void gameJoined(Event_GameJoined *event);
|
||||
void gameLeft(TabGame *tab);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue