This commit is contained in:
2025-05-30 12:01:24 +03:00
parent 0ff72cf6c1
commit c4d60f0081
13 changed files with 435 additions and 362 deletions

View File

@@ -19,6 +19,8 @@ public:
explicit DialogSettings(ConnectorToServer* connectorToServer, bool instructorIsLogged, QWidget *parent = nullptr);
~DialogSettings();
ServerSettings getSettings();
protected:
void changeEvent(QEvent * event) override;