29#ifndef __SETTINGSDIALOG_H__
30#define __SETTINGSDIALOG_H__
32#include "ui/GpgFrontendUI.h"
33#include "ui/widgets/KeyList.h"
87 QTabWidget* tab_widget_;
88 QDialogButtonBox* button_box_;
89 bool restart_needed_{};
Definition: SettingsAppearance.h:36
Definition: SettingsGeneral.h:43
Definition: SettingsKeyServer.h:41
Definition: SettingsNetwork.h:37
Definition: SettingsDialog.h:46
SettingsDialog(QWidget *parent=nullptr)
Construct a new Settings Dialog object.
Definition: SettingsDialog.cpp:41
void slot_set_restart_needed(bool needed)
Definition: SettingsDialog.cpp:83
bool get_restart_needed() const
Get the Restart Needed object.
Definition: SettingsDialog.cpp:79
void SignalRestartNeeded(bool needed)
static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:107
Definition: VerifyDetailsDialog.cpp:33