GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
Signals | |
void | SignalRestartNeeded (bool needed) |
Public Member Functions | |
GeneralTab (QWidget *parent=nullptr) | |
Construct a new General Tab object. More... | |
void | SetSettings () |
Set the Settings object. More... | |
void | ApplySettings () |
Private Attributes | |
std::shared_ptr< Ui_GeneralSettings > | ui_ |
std::vector< std::string > | key_ids_list_ |
KeyList * | m_key_list_ {} |
|
explicit |
Construct a new General Tab object.
parent |
References GpgFrontend::UI::SettingsDialog::ListLanguages(), and SetSettings().
void GpgFrontend::UI::GeneralTab::SetSettings | ( | ) |
Set the Settings object.
References GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance(), and GpgFrontend::GlobalSettingStation::GetUISettings().
Referenced by GeneralTab().
|
signal |
needed |
Referenced by GpgFrontend::UI::SettingsDialog::SettingsDialog().