mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
Chat works!
This commit is contained in:
parent
1baa188067
commit
64aa68cd26
28 changed files with 714 additions and 424 deletions
|
|
@ -36,12 +36,14 @@ class MessageLogWidget;
|
|||
class QLabel;
|
||||
class QLineEdit;
|
||||
class QPushButton;
|
||||
class QTabWidget;
|
||||
class ServerZoneCard;
|
||||
class ZoneViewLayout;
|
||||
class ZoneViewWidget;
|
||||
class PhasesToolbar;
|
||||
class GameSelector;
|
||||
class ChatWidget;
|
||||
class TabSupervisor;
|
||||
|
||||
class PingWidget : public QWidget {
|
||||
Q_OBJECT
|
||||
|
|
@ -84,6 +86,7 @@ private:
|
|||
QMenu *cockatriceMenu;
|
||||
QAction *aConnect, *aDisconnect, *aRestartGame, *aLeaveGame, *aDeckEditor, *aFullScreen, *aSettings, *aExit;
|
||||
QAction *aCloseMostRecentZoneView;
|
||||
TabSupervisor *tabSupervisor;
|
||||
QVBoxLayout *viewLayout;
|
||||
|
||||
PingWidget *pingWidget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue