mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 16:53:00 -07:00
Minor cleanup & set RR default for new clients (#3591)
* Minor cleanup & set RR default for new clients * Handle case of no entries Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com> * Use RR as default on rebuilds Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
This commit is contained in:
parent
45b16ba78d
commit
e77e439c4b
3 changed files with 10 additions and 27 deletions
|
|
@ -52,7 +52,7 @@ public slots:
|
|||
|
||||
private slots:
|
||||
void actOk();
|
||||
void actSaveConfig();
|
||||
|
||||
void passwordSaved(int state);
|
||||
void previousHostSelected(bool state);
|
||||
void newHostSelected(bool state);
|
||||
|
|
@ -62,9 +62,9 @@ private slots:
|
|||
void rebuildComboBoxList(int failure = -1);
|
||||
|
||||
private:
|
||||
QGridLayout *newHostLayout, *connectionLayout, *loginLayout, *serverInfoLayout, *grid;
|
||||
QGridLayout *connectionLayout, *loginLayout, *serverInfoLayout, *grid;
|
||||
QHBoxLayout *newHolderLayout;
|
||||
QGroupBox *loginGroupBox, *serverInfoGroupBox, *btnGroupBox, *restrictionsGroupBox;
|
||||
QGroupBox *loginGroupBox, *serverInfoGroupBox, *restrictionsGroupBox;
|
||||
QVBoxLayout *mainLayout;
|
||||
QLabel *hostLabel, *portLabel, *playernameLabel, *passwordLabel, *saveLabel, *serverIssuesLabel,
|
||||
*serverContactLabel, *serverContactLink;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue