Allow for shortcuts on hand viewing
Based on feedback, allow for shortcut for specs to view hands
This commit is contained in:
parent
43d34bb825
commit
ce2541af1e
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void DlgCreateGame::sharedCtor()
|
||||||
connect(spectatorsAllowedCheckBox, SIGNAL(stateChanged(int)), this, SLOT(spectatorsAllowedChanged(int)));
|
connect(spectatorsAllowedCheckBox, SIGNAL(stateChanged(int)), this, SLOT(spectatorsAllowedChanged(int)));
|
||||||
spectatorsNeedPasswordCheckBox = new QCheckBox(tr("Spectators &need a password to watch"));
|
spectatorsNeedPasswordCheckBox = new QCheckBox(tr("Spectators &need a password to watch"));
|
||||||
spectatorsCanTalkCheckBox = new QCheckBox(tr("Spectators can &chat"));
|
spectatorsCanTalkCheckBox = new QCheckBox(tr("Spectators can &chat"));
|
||||||
spectatorsSeeEverythingCheckBox = new QCheckBox(tr("Spectators can see hands"));
|
spectatorsSeeEverythingCheckBox = new QCheckBox(tr("Spectators can see &hands"));
|
||||||
QVBoxLayout *spectatorsLayout = new QVBoxLayout;
|
QVBoxLayout *spectatorsLayout = new QVBoxLayout;
|
||||||
spectatorsLayout->addWidget(spectatorsAllowedCheckBox);
|
spectatorsLayout->addWidget(spectatorsAllowedCheckBox);
|
||||||
spectatorsLayout->addWidget(spectatorsNeedPasswordCheckBox);
|
spectatorsLayout->addWidget(spectatorsNeedPasswordCheckBox);
|
||||||
|
|
Loading…
Reference in a new issue