mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Корректное переподключение к серверу
This commit is contained in:
@@ -21,6 +21,10 @@ public:
|
||||
|
||||
ServerSettings getSettings();
|
||||
|
||||
bool settingsServerIsChanged(){ return flSettingsServerChanged;}
|
||||
|
||||
static bool loadSettings(ServerSettings *settings);
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent * event) override;
|
||||
|
||||
@@ -40,8 +44,15 @@ private slots:
|
||||
|
||||
void on_btnSetVersion_clicked();
|
||||
|
||||
private:
|
||||
bool loadSettings();
|
||||
void on_cmbLanguage_currentIndexChanged(int index);
|
||||
|
||||
void on_editAddress_textChanged(const QString &arg1);
|
||||
|
||||
void on_editPort_textChanged(const QString &arg1);
|
||||
|
||||
void on_DialogSettings_accepted();
|
||||
|
||||
private:
|
||||
bool saveSettings();
|
||||
|
||||
private:
|
||||
@@ -50,6 +61,8 @@ private:
|
||||
|
||||
ServerSettings *settings;
|
||||
ConnectorToServer* connectorToServer;
|
||||
|
||||
bool flSettingsServerChanged;
|
||||
};
|
||||
|
||||
#endif // DIALOGSETTINGS_H
|
||||
|
||||
Reference in New Issue
Block a user