29 #ifndef __SETTINGSDIALOG_H__
30 #define __SETTINGSDIALOG_H__
32 #include "ui/GpgFrontendUI.h"
33 #include "ui/dialog/GeneralDialog.h"
34 #include "ui/widgets/KeyList.h"
88 QTabWidget* tab_widget_;
89 QDialogButtonBox* button_box_;
90 bool restart_needed_{};
Definition: SettingsAppearance.h:38
Definition: GeneralDialog.h:35
Definition: SettingsGeneral.h:43
Definition: SettingsKeyServer.h:41
Definition: SettingsNetwork.h:37
Definition: SettingsDialog.h:47
SettingsDialog(QWidget *parent=nullptr)
Construct a new Settings Dialog object.
Definition: SettingsDialog.cpp:41
void slot_set_restart_needed(bool needed)
Definition: SettingsDialog.cpp:92
bool get_restart_needed() const
Get the Restart Needed object.
Definition: SettingsDialog.cpp:88
void SignalRestartNeeded(bool needed)
static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:116
Definition: FileReadTask.cpp:31