GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
29 #ifndef GPGFRONTEND_SETTINGSGENERAL_H
30 #define GPGFRONTEND_SETTINGSGENERAL_H
32 #include "ui/GpgFrontendUI.h"
34 class Ui_GeneralSettings;
52 explicit GeneralTab(QWidget* parent =
nullptr);
76 std::shared_ptr<Ui_GeneralSettings> ui_;
78 #ifdef MULTI_LANG_SUPPORT
79 QHash<QString, QString> lang_;
82 std::vector<std::string> key_ids_list_;
88 #ifdef MULTI_LANG_SUPPORT
93 void slot_language_changed();
99 #endif // GPGFRONTEND_SETTINGSGENERAL_H
GeneralTab(QWidget *parent=nullptr)
Construct a new General Tab object.
Definition: SettingsGeneral.cpp:40
Definition: FileReadTask.cpp:31
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
Definition: SettingsGeneral.h:43
static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:115
Definition: KeyList.h:152
void SignalRestartNeeded(bool needed)
void SetSettings()
Set the Settings object.
Definition: SettingsGeneral.cpp:81