game tab: added splitter for manual size control of text boxes

This commit is contained in:
Max-Wilhelm Bruker 2011-04-06 15:49:03 +02:00
parent 0b22f73095
commit 5f46b5cd41
6 changed files with 36 additions and 61 deletions

View file

@ -12,6 +12,7 @@ class DeckView;
class GameScene;
class CardInfoWidget;
class MessageLogWidget;
class QSplitter;
class QLabel;
class QLineEdit;
class QPushButton;
@ -98,6 +99,7 @@ private:
int currentPhase;
int activePlayer;
QSplitter *splitter;
CardInfoWidget *infoPopup;
CardInfoWidget *cardInfo;
PlayerListWidget *playerListWidget;