34 void initConnections()
const;
35 void regenCertificates();
36 void browseCertificatePath();
38 void setLogToFile(
bool logToFile);
39 void accept()
override;
40 void showEvent(QShowEvent *event)
override;
41 bool isClientMode()
const;
42 void updateTlsControls();
43 void updateTlsControlsEnabled();
44 void showReadOnlyMessage();
48 void loadFromConfig();
51 void updateKeyLengthOnFile(
const QString &path);
54 void updateControls();
57 void updateRequestedKeySize()
const;
60 void logLevelChanged();
66 bool isModified()
const;
72 bool isDefault()
const;
77 void resetToDefault();
83 void setButtonBoxEnabledButtons()
const;
85 bool m_interfaceSetOnLoad =
false;
86 std::unique_ptr<Ui::SettingsDialog> ui;
Definition ServerConfig.h:34
~SettingsDialog() override
void changeEvent(QEvent *e) override
Definition SettingsDialog.cpp:81
SettingsDialog(QWidget *parent, const ServerConfig &serverConfig)
Definition SettingsDialog.cpp:26
Definition AboutDialog.h:13