28 SettingsDialog(QWidget *parent,
const IServerConfig &serverConfig,
const CoreProcess &coreProcess);
38 void initConnections()
const;
39 void regenCertificates();
40 void browseCertificatePath();
42 void setLogToFile(
bool logToFile);
43 void accept()
override;
44 void showEvent(QShowEvent *event)
override;
45 bool isClientMode()
const;
46 void updateTlsControls();
47 void updateTlsControlsEnabled();
48 void showReadOnlyMessage();
52 void loadFromConfig();
55 void updateKeyLengthOnFile(
const QString &path);
58 void updateControls();
61 void updateRequestedKeySize()
const;
64 void logLevelChanged();
66 std::unique_ptr<Ui::SettingsDialog> ui;
67 const IServerConfig &m_serverConfig;
68 const CoreProcess &m_coreProcess;
SettingsDialog(QWidget *parent, const IServerConfig &serverConfig, const CoreProcess &coreProcess)
Definition SettingsDialog.cpp:26
~SettingsDialog() override
void changeEvent(QEvent *e) override
Definition SettingsDialog.cpp:73
Definition CoreProcess.h:26
Definition IServerConfig.h:18
Definition AboutDialog.h:13