mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-03 14:50:24 -07:00
UI dialog tweaks: filter + create game(s) (#3351)
* vbox --> grid layout
This commit is contained in:
parent
69c103ede3
commit
451e1874a7
4 changed files with 22 additions and 15 deletions
|
|
@ -4,18 +4,17 @@
|
|||
#include <QDialog>
|
||||
#include <QMap>
|
||||
|
||||
class QCheckBox;
|
||||
class QDialogButtonBox;
|
||||
class QGroupBox;
|
||||
class QLabel;
|
||||
class QLineEdit;
|
||||
class QPushButton;
|
||||
class QCheckBox;
|
||||
class QRadioButton;
|
||||
class QGroupBox;
|
||||
class QSpinBox;
|
||||
class QDialogButtonBox;
|
||||
class TabRoom;
|
||||
|
||||
class Response;
|
||||
class ServerInfo_Game;
|
||||
class TabRoom;
|
||||
|
||||
class DlgCreateGame : public QDialog
|
||||
{
|
||||
|
|
@ -34,7 +33,7 @@ private:
|
|||
QMap<int, QString> gameTypes;
|
||||
QMap<int, QRadioButton *> gameTypeCheckBoxes;
|
||||
|
||||
QGroupBox *spectatorsGroupBox;
|
||||
QGroupBox *generalGroupBox, *spectatorsGroupBox;
|
||||
QLabel *descriptionLabel, *passwordLabel, *maxPlayersLabel;
|
||||
QLineEdit *descriptionEdit, *passwordEdit;
|
||||
QSpinBox *maxPlayersEdit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue