mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
server site added to connect window (#3190)
This commit is contained in:
parent
034e79dd36
commit
cc2a0fa0d0
7 changed files with 80 additions and 23 deletions
|
|
@ -61,11 +61,11 @@ private slots:
|
|||
void downloadThePublicServers();
|
||||
|
||||
private:
|
||||
QGridLayout *newHostLayout, *connectionLayout, *buttons, *loginLayout, *grid;
|
||||
QGridLayout *newHostLayout, *connectionLayout, *buttons, *loginLayout, *serverInfoLayout, *grid;
|
||||
QHBoxLayout *newHolderLayout;
|
||||
QGroupBox *loginGroupBox, *btnGroupBox, *restrictionsGroupBox;
|
||||
QGroupBox *loginGroupBox, *serverInfoGroupBox, *btnGroupBox, *restrictionsGroupBox;
|
||||
QVBoxLayout *mainLayout;
|
||||
QLabel *hostLabel, *portLabel, *playernameLabel, *passwordLabel, *saveLabel;
|
||||
QLabel *hostLabel, *portLabel, *playernameLabel, *passwordLabel, *saveLabel, *serverIssuesLabel, *serverContactLink;
|
||||
QLineEdit *hostEdit, *portEdit, *playernameEdit, *passwordEdit, *saveEdit;
|
||||
QCheckBox *savePasswordCheckBox, *autoConnectCheckBox;
|
||||
QComboBox *previousHosts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue