mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
changes to connection dialog (#2503)
This commit is contained in:
parent
b5b9527c13
commit
4feb43cdcc
4 changed files with 61 additions and 30 deletions
|
|
@ -40,7 +40,7 @@ private slots:
|
|||
void updateDisplayInfo(const QString &saveName);
|
||||
void rebuildComboBoxList();
|
||||
private:
|
||||
QLabel *hostLabel, *portLabel, *playernameLabel, *passwordLabel, *saveLabel;
|
||||
QLabel *hostLabel, *portLabel, *playernameLabel, *passwordLabel, *saveLabel, *publicServersLabel;
|
||||
QLineEdit *hostEdit, *portEdit, *playernameEdit, *passwordEdit, *saveEdit;
|
||||
QCheckBox *savePasswordCheckBox, *autoConnectCheckBox;
|
||||
QComboBox *previousHosts;
|
||||
|
|
@ -48,5 +48,4 @@ private:
|
|||
QPushButton *btnOk, *btnCancel, *btnForgotPassword;
|
||||
QMap<QString, UserConnection_Information> savedHostList;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue