mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
game tab: added splitter for manual size control of text boxes
This commit is contained in:
parent
0b22f73095
commit
5f46b5cd41
6 changed files with 36 additions and 61 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue