diff --git a/docs/html/GnuPGControllerDialog_8h_source.html b/docs/html/GnuPGControllerDialog_8h_source.html
new file mode 100644
index 00000000..18715ada
--- /dev/null
+++ b/docs/html/GnuPGControllerDialog_8h_source.html
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+GpgFrontend Project: src/ui/dialog/gnupg/GnuPGControllerDialog.h Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GpgFrontend Project
+
+ A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
29 #ifndef GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H
+
30 #define GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H
+
+
32 #include "ui/GpgFrontendUI.h"
+
33 #include "ui/dialog/GeneralDialog.h"
+
+
35 class Ui_GnuPGControllerDialog;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
78 void slot_update_custom_key_database_path_label(
int state);
+
+
84 void slot_update_custom_gnupg_install_path_label(
int state);
+
+
+
87 std::shared_ptr<Ui_GnuPGControllerDialog> ui_;
+
88 int restart_needed_{0};
+
+
+
+
+
+
100 void apply_settings();
+
+
+
+
+
Definition: GeneralDialog.h:35
+
Definition: GnuPGControllerDialog.h:38
+
void slot_set_restart_needed(int)
Definition: GnuPGControllerDialog.cpp:410
+
void SignalRestartNeeded(int)
+
int get_restart_needed() const
Get the Restart Needed object.
Definition: GnuPGControllerDialog.cpp:406
+
GnuPGControllerDialog(QWidget *parent=nullptr)
Construct a new General Tab object.
Definition: GnuPGControllerDialog.cpp:40
+
Definition: FileReadTask.cpp:29
+
+
+
+
+
+
diff --git a/docs/html/GpgAdvancedOperator_8h_source.html b/docs/html/GpgAdvancedOperator_8h_source.html
index f7926ad1..a643a8ee 100644
--- a/docs/html/GpgAdvancedOperator_8h_source.html
+++ b/docs/html/GpgAdvancedOperator_8h_source.html
@@ -155,7 +155,7 @@ $(document).ready(function(){initNavTree('GpgAdvancedOperator_8h_source.html',''
Definition: GpgAdvancedOperator.h:42
-Definition: GpgContext.h:66
+Definition: GpgContext.h:71
Definition: GpgFunctionObject.h:150
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:251
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:172
diff --git a/docs/html/GpgBasicOperator_8h_source.html b/docs/html/GpgBasicOperator_8h_source.html
index 1551a326..f31119d3 100644
--- a/docs/html/GpgBasicOperator_8h_source.html
+++ b/docs/html/GpgBasicOperator_8h_source.html
@@ -140,7 +140,7 @@ $(document).ready(function(){initNavTree('GpgBasicOperator_8h_source.html','');
Basic operation collection.
Definition: GpgBasicOperator.h:44
-Definition: GpgContext.h:66
+Definition: GpgContext.h:71
Definition: GpgFunctionObject.h:150
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:251
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:172
diff --git a/docs/html/GpgCommandExecutor_8h_source.html b/docs/html/GpgCommandExecutor_8h_source.html
index 6ea43a7b..edd28558 100644
--- a/docs/html/GpgCommandExecutor_8h_source.html
+++ b/docs/html/GpgCommandExecutor_8h_source.html
@@ -126,7 +126,7 @@ $(document).ready(function(){initNavTree('GpgCommandExecutor_8h_source.html','')
Extra commands related to GPG.
Definition: GpgCommandExecutor.h:47
-Definition: GpgContext.h:66
+Definition: GpgContext.h:71
Definition: GpgFunctionObject.h:150
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:251
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:172
diff --git a/docs/html/GpgContext_8h_source.html b/docs/html/GpgContext_8h_source.html
index 5218a3b3..48507928 100644
--- a/docs/html/GpgContext_8h_source.html
+++ b/docs/html/GpgContext_8h_source.html
@@ -104,81 +104,86 @@ $(document).ready(function(){initNavTree('GpgContext_8h_source.html',''); initRe
48 bool independent_database =
false ;
49 std::string db_path = {};
- 50 bool gpg_alone =
false ;
- 51 std::string gpg_path = {};
- 52 bool test_mode =
false ;
-
- 54 bool offline_mode =
false ;
- 55 bool auto_import_missing_key =
false ;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 95 [[nodiscard]]
bool good()
const ;
-
- 102 [[nodiscard]]
const GpgInfo & GetInfo(
bool refresh =
false );
-
- 109 operator gpgme_ctx_t()
const {
return _ctx_ref.get(); }
-
-
-
- 113 GpgContextInitArgs args_{};
- 114 bool extend_info_loaded_ =
false ;
- 115 std::shared_mutex preload_lock_{};
-
- 121 void post_init_ctx();
-
- 128 std::string need_user_input_passphrase();
-
- 134 std::optional<std::string> check_binary_chacksum(std::filesystem::path);
-
-
- 141 void operator()(gpgme_ctx_t _ctx);
-
-
- 144 using CtxRefHandler =
- 145 std::unique_ptr<struct gpgme_context, _ctx_ref_deleter>;
- 146 CtxRefHandler _ctx_ref =
nullptr ;
-
+
+ 51 bool gpg_alone =
false ;
+ 52 std::string gpg_path = {};
+
+ 54 bool test_mode =
false ;
+
+ 56 bool offline_mode =
false ;
+ 57 bool auto_import_missing_key =
false ;
+
+ 59 bool custom_gpgconf =
false ;
+ 60 std::string custom_gpgconf_path;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 100 [[nodiscard]]
bool good()
const ;
+
+ 107 [[nodiscard]]
const GpgInfo & GetInfo(
bool refresh =
false );
+
+ 114 operator gpgme_ctx_t()
const {
return _ctx_ref.get(); }
+
+
+
+ 118 GpgContextInitArgs args_{};
+ 119 bool extend_info_loaded_ =
false ;
+ 120 std::shared_mutex preload_lock_{};
+
+ 126 void post_init_ctx();
+
+ 133 std::string need_user_input_passphrase();
+
+ 139 std::optional<std::string> check_binary_chacksum(std::filesystem::path);
+
+
+ 146 void operator()(gpgme_ctx_t _ctx);
+
-
- 154 void SignalNeedUserInputPassphrase();
-
-
- 167 static gpgme_error_t test_passphrase_cb(
void * opaque,
const char * uid_hint,
- 168 const char * passphrase_info,
- 169 int last_was_bad,
int fd);
-
- 181 static gpgme_error_t custom_passphrase_cb(
void * opaque,
const char * uid_hint,
- 182 const char * passphrase_info,
- 183 int last_was_bad,
int fd);
-
- 193 static gpgme_error_t test_status_cb(
void * hook,
const char * keyword,
-
-
- 201 void SetPassphraseCb(gpgme_passphrase_cb_t func)
const ;
-
-
-
-
-Definition: GpgContext.h:66
+ 149 using CtxRefHandler =
+ 150 std::unique_ptr<struct gpgme_context, _ctx_ref_deleter>;
+ 151 CtxRefHandler _ctx_ref =
nullptr ;
+
+
+
+ 159 void SignalNeedUserInputPassphrase();
+
+
+ 172 static gpgme_error_t test_passphrase_cb(
void * opaque,
const char * uid_hint,
+ 173 const char * passphrase_info,
+ 174 int last_was_bad,
int fd);
+
+ 186 static gpgme_error_t custom_passphrase_cb(
void * opaque,
const char * uid_hint,
+ 187 const char * passphrase_info,
+ 188 int last_was_bad,
int fd);
+
+ 198 static gpgme_error_t test_status_cb(
void * hook,
const char * keyword,
+
+
+ 206 void SetPassphraseCb(gpgme_passphrase_cb_t func)
const ;
+
+
+
+
+Definition: GpgContext.h:71
~GpgContext() override=default
Destroy the Gpg Context object.
Use to record some info about gnupg.
Definition: GpgInfo.h:40
Definition: GpgFunctionObject.h:150
Definition: CoreCommonUtil.cpp:31
Definition: GpgContext.h:46
-Definition: GpgContext.h:140
+Definition: GpgContext.h:145
diff --git a/docs/html/GpgCoreInit_8h_source.html b/docs/html/GpgCoreInit_8h_source.html
index 42a0285d..63ae4803 100644
--- a/docs/html/GpgCoreInit_8h_source.html
+++ b/docs/html/GpgCoreInit_8h_source.html
@@ -111,8 +111,8 @@ $(document).ready(function(){initNavTree('GpgCoreInit_8h_source.html',''); initR
Definition: CoreCommonUtil.cpp:31
-void new_default_settings_channel(int channel)
Definition: GpgCoreInit.cpp:209
-void InitCoreLoggingSystem()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:50
+void new_default_settings_channel(int channel)
Definition: GpgCoreInit.cpp:245
+void InitCoreLoggingSystem()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:52
diff --git a/docs/html/GpgFrontendUIInit_8h_source.html b/docs/html/GpgFrontendUIInit_8h_source.html
index 1ce8e739..a0648e7e 100644
--- a/docs/html/GpgFrontendUIInit_8h_source.html
+++ b/docs/html/GpgFrontendUIInit_8h_source.html
@@ -106,8 +106,8 @@ $(document).ready(function(){initNavTree('GpgFrontendUIInit_8h_source.html','');
Definition: FileReadTask.cpp:29
-int RunGpgFrontendUI(QApplication *app)
run main window
Definition: GpgFrontendUIInit.cpp:178
-void InitGpgFrontendUI(QApplication *app)
init the UI library
Definition: GpgFrontendUIInit.cpp:52
+int RunGpgFrontendUI(QApplication *app)
run main window
Definition: GpgFrontendUIInit.cpp:180
+void InitGpgFrontendUI(QApplication *app)
init the UI library
Definition: GpgFrontendUIInit.cpp:54
diff --git a/docs/html/GpgKeyGetter_8h_source.html b/docs/html/GpgKeyGetter_8h_source.html
index 4e802a92..fc4f21d2 100644
--- a/docs/html/GpgKeyGetter_8h_source.html
+++ b/docs/html/GpgKeyGetter_8h_source.html
@@ -134,7 +134,7 @@ $(document).ready(function(){initNavTree('GpgKeyGetter_8h_source.html',''); init
-Definition: GpgContext.h:66
+Definition: GpgContext.h:71
Definition: GpgKeyGetter.h:46
std::mutex ctx_mutex_
shared mutex for the keys cache
Definition: GpgKeyGetter.h:121
std::map< std::string, GpgKey > keys_cache_
cache the keys with key id
Definition: GpgKeyGetter.h:127
diff --git a/docs/html/GpgKeyImportExporter_8h_source.html b/docs/html/GpgKeyImportExporter_8h_source.html
index bf0ae5f7..15d3b24d 100644
--- a/docs/html/GpgKeyImportExporter_8h_source.html
+++ b/docs/html/GpgKeyImportExporter_8h_source.html
@@ -164,7 +164,7 @@ $(document).ready(function(){initNavTree('GpgKeyImportExporter_8h_source.html','
-Definition: GpgContext.h:66
+Definition: GpgContext.h:71
Definition: GpgKeyImportExporter.h:45
Definition: GpgKeyImportExporter.h:90
diff --git a/docs/html/GpgKeyManager_8h_source.html b/docs/html/GpgKeyManager_8h_source.html
index 5070991e..9f353e47 100644
--- a/docs/html/GpgKeyManager_8h_source.html
+++ b/docs/html/GpgKeyManager_8h_source.html
@@ -119,7 +119,7 @@ $(document).ready(function(){initNavTree('GpgKeyManager_8h_source.html',''); ini
-Definition: GpgContext.h:66
+Definition: GpgContext.h:71
Definition: GpgKeyManager.h:43
Definition: GpgFunctionObject.h:150
diff --git a/docs/html/GpgKeyOpera_8h_source.html b/docs/html/GpgKeyOpera_8h_source.html
index 748acd62..575e9d8f 100644
--- a/docs/html/GpgKeyOpera_8h_source.html
+++ b/docs/html/GpgKeyOpera_8h_source.html
@@ -130,7 +130,7 @@ $(document).ready(function(){initNavTree('GpgKeyOpera_8h_source.html',''); initR
-Definition: GpgContext.h:66
+Definition: GpgContext.h:71
Definition: GpgKeyOpera.h:48
Definition: GpgFunctionObject.h:150
diff --git a/docs/html/GpgUIDOperator_8h_source.html b/docs/html/GpgUIDOperator_8h_source.html
index 3c5afbb0..ab80fca2 100644
--- a/docs/html/GpgUIDOperator_8h_source.html
+++ b/docs/html/GpgUIDOperator_8h_source.html
@@ -117,7 +117,7 @@ $(document).ready(function(){initNavTree('GpgUIDOperator_8h_source.html',''); in
-Definition: GpgContext.h:66
+Definition: GpgContext.h:71
Definition: GpgUIDOperator.h:41
Definition: GpgFunctionObject.h:150
diff --git a/docs/html/MainWindow_8h_source.html b/docs/html/MainWindow_8h_source.html
index 7f7e2baf..2d74b615 100644
--- a/docs/html/MainWindow_8h_source.html
+++ b/docs/html/MainWindow_8h_source.html
@@ -133,309 +133,312 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
-
-
- 100 void SlotSetStatusBarText(const QString& text);
+ 98 void SignalRestartApplication(
int );
+
+
-
-
-
-
-
-
+ 105 void SlotSetStatusBarText(const QString& text);
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
- 231 void slot_append_keys_create_datetime();
-
- 237 void slot_append_keys_expire_datetime();
-
- 243 void slot_append_keys_fingerprint();
-
-
-
-
-
-
-
-
+
+
+ 236 void slot_append_keys_create_datetime();
+
+ 242 void slot_append_keys_expire_datetime();
+
+ 248 void slot_append_keys_fingerprint();
+
+
+
+
+
+
-
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
- 367 QMenu* email_menu_{};
-
-
-
-
-
-
-
-
-
-
-
-
-
- 381 QDockWidget* info_board_dock_{};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 403 QAction* clean_gpg_password_cache_act_{};
- 404 QAction* reload_components_act_{};
- 405 QAction* restart_components_act_{};
-
-
-
- 409 QAction* append_key_fingerprint_to_editor_act_{};
- 410 QAction* append_key_create_date_to_editor_act_{};
- 411 QAction* append_key_expire_date_to_editor_act_{};
+
+
+
+
+
+
+
+
+
+
+
+
+ 372 QMenu* email_menu_{};
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 386 QDockWidget* info_board_dock_{};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 408 QAction* gnupg_controller_open_act_{};
+ 409 QAction* clean_gpg_password_cache_act_{};
+ 410 QAction* reload_components_act_{};
+ 411 QAction* restart_components_act_{};
-
- 415 QAction* copy_key_id_to_clipboard_act_{};
- 416 QAction* copy_key_default_uid_to_clipboard_act_{};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 438 QAction* import_key_from_file_act_{};
- 439 QAction* import_key_from_clipboard_act_{};
- 440 QAction* import_key_from_key_server_act_{};
-
- 442 QLabel* status_bar_icon_{};
-
- 444 KeyList* m_key_list_{};
- 445 InfoBoardWidget* info_board_{};
-
- 447 bool attachment_dock_created_{};
- 448 int restart_needed_{0};
- 449 bool prohibit_update_checking_ =
false ;
-
-
-
-
-
+
+
+ 415 QAction* append_key_fingerprint_to_editor_act_{};
+ 416 QAction* append_key_create_date_to_editor_act_{};
+ 417 QAction* append_key_expire_date_to_editor_act_{};
+
+
+ 421 QAction* copy_key_id_to_clipboard_act_{};
+ 422 QAction* copy_key_default_uid_to_clipboard_act_{};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 444 QAction* import_key_from_file_act_{};
+ 445 QAction* import_key_from_clipboard_act_{};
+ 446 QAction* import_key_from_key_server_act_{};
+
+ 448 QLabel* status_bar_icon_{};
+
+ 450 KeyList* m_key_list_{};
+ 451 InfoBoardWidget* info_board_{};
+
+ 453 bool attachment_dock_created_{};
+ 454 int restart_needed_{0};
+ 455 bool prohibit_update_checking_ =
false ;
+
+
+
+
+
Definition: GeneralMainWindow.h:39
Definition: MainWindow.h:53
-QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:399
+QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:404
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:738
-void create_dock_windows()
Definition: MainWindowUI.cpp:581
+void create_dock_windows()
Definition: MainWindowUI.cpp:590
void SlotOpenFile(QString &path)
Definition: MainWindowSlotFunction.cpp:766
-void Init() noexcept
Definition: MainWindow.cpp:45
-QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:391
+void Init() noexcept
Definition: MainWindow.cpp:46
+QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:396
void SlotFileDecrypt()
Definition: MainWindowFileSlotFunction.cpp:292
-void create_actions()
Definition: MainWindowUI.cpp:36
-QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:400
-QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:397
-QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:364
-QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:398
-QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:363
+void create_actions()
Definition: MainWindowUI.cpp:37
+QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:405
+QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:402
+QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:369
+QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:403
+QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:368
void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:53
-void closeEvent(QCloseEvent *event) override
Definition: MainWindow.cpp:275
-void create_status_bar()
Definition: MainWindowUI.cpp:565
+void closeEvent(QCloseEvent *event) override
Definition: MainWindow.cpp:280
+void create_status_bar()
Definition: MainWindowUI.cpp:574
void slot_decrypt_verify()
Definition: MainWindowSlotFunction.cpp:516
-QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:372
-QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:360
-void restore_settings()
Definition: MainWindow.cpp:170
-QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:389
-QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:394
+QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:377
+QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:365
+void restore_settings()
Definition: MainWindow.cpp:175
+QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:394
+QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:399
void slot_disable_tab_actions(int number)
Definition: MainWindowSlotUI.cpp:61
void SlotFileEncryptSign()
Definition: MainWindowFileSlotFunction.cpp:553
void SlotSetRestartNeeded(int)
Definition: MainWindowSlotUI.cpp:184
void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:59
-QMenu * gpg_menu_
Submenu for help-operations.
Definition: MainWindow.h:361
-QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:421
+QMenu * gpg_menu_
Submenu for help-operations.
Definition: MainWindow.h:366
+QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:427
void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:394
-QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:436
-QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:376
+QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:442
+QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:381
void slot_copy_default_uid_to_clipboard()
Definition: MainWindowSlotFunction.cpp:712
-QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:387
-QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:427
+QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:392
+QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:433
void slot_sign()
Definition: MainWindowSlotFunction.cpp:173
-QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:383
-void close_attachment_dock()
Definition: MainWindow.cpp:266
+QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:388
+void close_attachment_dock()
Definition: MainWindow.cpp:271
void slot_version_upgrade(const SoftwareVersion &version)
Definition: MainWindowSlotFunction.cpp:768
-QAction * open_act_
Action to open file.
Definition: MainWindow.h:386
+QAction * open_act_
Action to open file.
Definition: MainWindow.h:391
void slot_import_key_from_edit()
Definition: MainWindowSlotUI.cpp:47
int get_restart_needed() const
return true, if restart is needed
Definition: MainWindowSlotUI.cpp:189
-QAction * find_act_
Action to find text.
Definition: MainWindow.h:424
-QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:422
-QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:430
-QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:359
-QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:428
-QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:395
-QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:419
+QAction * find_act_
Action to find text.
Definition: MainWindow.h:430
+QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:428
+QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:436
+QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:364
+QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:434
+QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:400
+QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:425
void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:609
-QAction * gnupg_act_
Action to open about dialog.
Definition: MainWindow.h:432
-void save_settings()
Definition: MainWindow.cpp:241
-TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:357
+QAction * gnupg_act_
Action to open about dialog.
Definition: MainWindow.h:438
+void save_settings()
Definition: MainWindow.cpp:246
+TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:362
void slot_cut_pgp_header()
Definition: MainWindowSlotUI.cpp:160
void slot_add_pgp_header()
Definition: MainWindowSlotUI.cpp:146
-QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:378
+QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:383
void SetCryptoMenuStatus(CryptoMenu::OperationType type)
Definition: MainWindowSlotUI.cpp:191
void slot_open_settings_dialog()
Definition: MainWindowSlotUI.cpp:103
-QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:385
-QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:362
+QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:390
+QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:367
void SlotFileSign()
Definition: MainWindowFileSlotFunction.cpp:365
-QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:384
-QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:365
-QAction * print_act_
Action to print.
Definition: MainWindow.h:390
+QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:389
+QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:370
+QAction * print_act_
Action to print.
Definition: MainWindow.h:395
void create_attachment_dock()
-QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:437
+QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:443
void SlotFileVerify()
Definition: MainWindowFileSlotFunction.cpp:460
-QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:429
+QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:435
void slot_copy_key_id_to_clipboard()
Definition: MainWindowSlotFunction.cpp:725
void SlotFileEncrypt()
Definition: MainWindowFileSlotFunction.cpp:155
-void create_menus()
Definition: MainWindowUI.cpp:444
-QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:425
-QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:396
+void create_menus()
Definition: MainWindowUI.cpp:451
+QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:431
+QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:401
void slot_verify()
Definition: MainWindowSlotFunction.cpp:327
-void create_tool_bars()
Definition: MainWindowUI.cpp:516
+void create_tool_bars()
Definition: MainWindowUI.cpp:525
void slot_start_wizard()
Definition: MainWindowSlotUI.cpp:41
-QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:371
-QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:435
-QAction * save_act_
Action to save file.
Definition: MainWindow.h:388
+QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:376
+QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:441
+QAction * save_act_
Action to save file.
Definition: MainWindow.h:393
void SlotFileDecryptVerify()
Definition: MainWindowFileSlotFunction.cpp:684
-QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:373
-QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:408
-QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:392
-QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:426
-QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:423
-QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:434
+QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:378
+QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:414
+QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:397
+QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:432
+QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:429
+QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:440
void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:759
-QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:393
-QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:418
-QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:379
-QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:431
+QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:398
+QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:424
+QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:384
+QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:437
void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:750
void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:51
void slot_find()
Definition: MainWindowSlotFunction.cpp:594
void slot_decrypt()
Definition: MainWindowSlotFunction.cpp:259
void slot_clean_double_line_breaks()
Definition: MainWindowSlotUI.cpp:136
-QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:358
-QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:375
-QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:370
-QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:413
+QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:363
+QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:380
+QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:375
+QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:419
void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:699
-QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:420
-QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:433
-QDockWidget * attachment_dock_
Attachment Dock.
Definition: MainWindow.h:380
+QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:426
+QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:439
+QDockWidget * attachment_dock_
Attachment Dock.
Definition: MainWindow.h:385
TextEdit class.
Definition: TextEdit.h:41
Definition: FileReadTask.cpp:29
Definition: MainWindow.h:60
diff --git a/docs/html/SettingsGeneral_8h_source.html b/docs/html/SettingsGeneral_8h_source.html
index 5bd61427..d49062fd 100644
--- a/docs/html/SettingsGeneral_8h_source.html
+++ b/docs/html/SettingsGeneral_8h_source.html
@@ -128,21 +128,14 @@ $(document).ready(function(){initNavTree('SettingsGeneral_8h_source.html',''); i
95 #ifdef MULTI_LANG_SUPPORT
100 void slot_language_changed();
-
- 106 void slot_update_custom_key_database_path_label(
int state);
-
- 112 void slot_update_custom_gnupg_install_path_label(
int state);
-
- 118 void slot_gnupg_stettings_changed();
-
-
-
-
-
-
+
+
+
+
+
Definition: SettingsGeneral.h:43
GeneralTab(QWidget *parent=nullptr)
Construct a new General Tab object.
Definition: SettingsGeneral.cpp:42
-void SetSettings()
Set the Settings object.
Definition: SettingsGeneral.cpp:186
+void SetSettings()
Set the Settings object.
Definition: SettingsGeneral.cpp:80
void SignalRestartNeeded(bool needed)
void SignalDeepRestartNeeded(bool needed)
Definition: KeyList.h:152
diff --git a/docs/html/SignalStation_8h_source.html b/docs/html/SignalStation_8h_source.html
index bfd0d528..bfb05dbe 100644
--- a/docs/html/SignalStation_8h_source.html
+++ b/docs/html/SignalStation_8h_source.html
@@ -115,11 +115,13 @@ $(document).ready(function(){initNavTree('SignalStation_8h_source.html',''); ini
87 void SignalUserInputPassphraseDone(QString passparase);
93 void SignalNeedUserInputPassphrase();
-
-
-
-
-
+
+ 99 void SignalRestartApplication(
int );
+
+
+
+
+
Definition: SignalStation.h:41
void SignalRefreshStatusBar(const QString &message, int timeout)
void SignalRefreshInfoBoard(const QString &text, InfoBoardStatus verify_label_status)
diff --git a/docs/html/UserInterfaceUtils_8h_source.html b/docs/html/UserInterfaceUtils_8h_source.html
index 8c6e9e36..6840438f 100644
--- a/docs/html/UserInterfaceUtils_8h_source.html
+++ b/docs/html/UserInterfaceUtils_8h_source.html
@@ -138,68 +138,75 @@ $(document).ready(function(){initNavTree('UserInterfaceUtils_8h_source.html','')
-
- 152 void SignalKeyStatusUpdated();
-
- 158 void SignalGnupgNotInstall();
+ 151 bool isApplicationNeedRestart();
+
+
+ 158 void SignalKeyStatusUpdated();
-
+ 164 void SignalGnupgNotInstall();
- 170 void SignalNeedUserInputPassphrase();
+
- 176 void SignalUserInputPassphraseDone(QString passphrase);
+ 176 void SignalNeedUserInputPassphrase();
-
- 185 void SlotImportKeys (QWidget* parent,
const std::string& in_buffer);
-
-
-
-
-
-
-
-
- 216 const GpgFrontend::KeyIdArgsList& key_ids,
- 217 const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn& callback);
-
-
- 226 const QStringList& arguments,
- 227 const std::function<
void (QProcess*)>& interact_func);
-
-
- 236 const std::function<
void (QProcess*)>& interact_func);
-
-
-
-
-
- 250 void slot_popup_passphrase_input_dialog();
-
-
- 253 static std::unique_ptr<CommonUtils> instance_;
-
+ 182 void SignalUserInputPassphraseDone(QString passphrase);
+
+ 188 void SignalRestartApplication(
int );
+
+
+ 197 void SlotImportKeys (QWidget* parent,
const std::string& in_buffer);
+
+
+
+
+
+
+
+
+ 228 const GpgFrontend::KeyIdArgsList& key_ids,
+ 229 const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn& callback);
+
+
+ 238 const QStringList& arguments,
+ 239 const std::function<
void (QProcess*)>& interact_func);
+
+
+ 248 const std::function<
void (QProcess*)>& interact_func);
+
+ 254 void SlotRestartApplication(
int );
-
+
-
+
+
+ 268 void slot_popup_passphrase_input_dialog();
+
+
+ 271 static std::unique_ptr<CommonUtils> instance_;
+ 272 bool application_need_to_restart_at_once_ =
false ;
+
+
+
+
+
Definition: UserInterfaceUtils.h:124
-void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:194
-void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:215
+void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:230
+void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:251
void SignalKeyDatabaseRefreshDone()
emit when the key database is refreshed
-void SlotImportKeys(QWidget *parent, const std::string &in_buffer)
Definition: UserInterfaceUtils.cpp:186
-CommonUtils()
Construct a new Common Utils object.
Definition: UserInterfaceUtils.cpp:150
-void SlotExecuteCommand(const std::string &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:221
-void slot_update_key_status()
update the key status when signal is emitted
Definition: UserInterfaceUtils.cpp:398
-static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:143
-void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:210
-void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:253
+void SlotImportKeys(QWidget *parent, const std::string &in_buffer)
Definition: UserInterfaceUtils.cpp:222
+CommonUtils()
Construct a new Common Utils object.
Definition: UserInterfaceUtils.cpp:155
+void SlotExecuteCommand(const std::string &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:257
+void slot_update_key_status()
update the key status when signal is emitted
Definition: UserInterfaceUtils.cpp:434
+static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:148
+void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:246
+void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:289
Definition: FileReadTask.cpp:29
-void refresh_info_board(InfoBoardWidget *info_board, int status, const std::string &report_text)
Definition: UserInterfaceUtils.cpp:86
-void process_operation(QWidget *parent, const std::string &waiting_title, const Thread::Task::TaskRunnable func, const Thread::Task::TaskCallback callback, Thread::Task::DataObjectPtr data_object)
Definition: UserInterfaceUtils.cpp:116
-void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)
Definition: UserInterfaceUtils.cpp:54
-void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)
Definition: UserInterfaceUtils.cpp:63
+void refresh_info_board(InfoBoardWidget *info_board, int status, const std::string &report_text)
Definition: UserInterfaceUtils.cpp:88
+void process_operation(QWidget *parent, const std::string &waiting_title, const Thread::Task::TaskRunnable func, const Thread::Task::TaskCallback callback, Thread::Task::DataObjectPtr data_object)
Definition: UserInterfaceUtils.cpp:118
+void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)
Definition: UserInterfaceUtils.cpp:56
+void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)
Definition: UserInterfaceUtils.cpp:65
void import_key_from_keyserver(QWidget *parent, const std::string &key_id, const std::string &key_server)
-void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)
Definition: UserInterfaceUtils.cpp:98
+void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)
Definition: UserInterfaceUtils.cpp:100
Definition: CoreCommonUtil.cpp:31
diff --git a/docs/html/annotated.html b/docs/html/annotated.html
index b2b3deaa..8c5fb808 100644
--- a/docs/html/annotated.html
+++ b/docs/html/annotated.html
@@ -100,66 +100,67 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
C FileReadTask
C VerifyDetailsDialog
C GeneralDialog
- C InfoTab Class containing the main tab of about dialog
- C TranslatorsTab Class containing the translator tab of about dialog
- C UpdateTab Class containing the main tab of about dialog
- C AboutDialog Class for handling the about dialog
- C GnupgTab
- C ExportKeyPackageDialog
- C KeyImportDetailDialog
- C KeyServerImportDialog
- C KeyUploadDialog
- C KeyGenDialog
- C SubkeyGenerateDialog
- C KeyDetailsDialog
- C KeyNewUIDDialog
- C KeyPairDetailTab
- C KeyPairOperaTab
- C KeyPairSubkeyTab
- C KeyPairUIDTab
- C KeySetExpireDateDialog
- C KeyUIDSignDialog
- C QuitDialog
- C AdvancedTab
- C AppearanceTab
- C SettingsDialog
- C GeneralTab
- C KeyserverTab
- C NetworkTab
- C SignersPicker
- C WaitingDialog
- C Wizard
- C IntroPage
- C ChoosePage
- C KeyGenPage
- C ConclusionPage
- C GpgFrontendApplication
- C GeneralMainWindow
- C KeyMgmt
- ► C MainWindow
- C CryptoMenu
- C SignalStation
- C SettingsObject The SettingsObject class This class is used to store settings for the application securely
- C SoftwareVersion
- C KeyServerImportTask
- C KeyServerSearchTask
- C ListedKeyServerTestTask
- C ProxyConnectionTestTask
- C VersionCheckTask
- C CommonUtils
- C FilePage
- C FindWidget Class for handling the find widget shown at buttom of a textedit-page
- C HelpPage
- C InfoBoardWidget Class for handling the verify label shown at bottom of a textedit-page
- C KeyListRow
- C KeyListColumn
- C KeyMenuAbility
- C KeyTable
- C KeyList
- C PlainTextEditorPage Class for handling a single tab of the tabwidget
- C TextEdit TextEdit class
- C TOFUInfoPage
- C VerifyKeyDetailBox
+ C GnuPGControllerDialog
+ C InfoTab Class containing the main tab of about dialog
+ C TranslatorsTab Class containing the translator tab of about dialog
+ C UpdateTab Class containing the main tab of about dialog
+ C AboutDialog Class for handling the about dialog
+ C GnupgTab
+ C ExportKeyPackageDialog
+ C KeyImportDetailDialog
+ C KeyServerImportDialog
+ C KeyUploadDialog
+ C KeyGenDialog
+ C SubkeyGenerateDialog
+ C KeyDetailsDialog
+ C KeyNewUIDDialog
+ C KeyPairDetailTab
+ C KeyPairOperaTab
+ C KeyPairSubkeyTab
+ C KeyPairUIDTab
+ C KeySetExpireDateDialog
+ C KeyUIDSignDialog
+ C QuitDialog
+ C AdvancedTab
+ C AppearanceTab
+ C SettingsDialog
+ C GeneralTab
+ C KeyserverTab
+ C NetworkTab
+ C SignersPicker
+ C WaitingDialog
+ C Wizard
+ C IntroPage
+ C ChoosePage
+ C KeyGenPage
+ C ConclusionPage
+ C GpgFrontendApplication
+ C GeneralMainWindow
+ C KeyMgmt
+ ► C MainWindow
+ C CryptoMenu
+ C SignalStation
+ C SettingsObject The SettingsObject class This class is used to store settings for the application securely
+ C SoftwareVersion
+ C KeyServerImportTask
+ C KeyServerSearchTask
+ C ListedKeyServerTestTask
+ C ProxyConnectionTestTask
+ C VersionCheckTask
+ C CommonUtils
+ C FilePage
+ C FindWidget Class for handling the find widget shown at buttom of a textedit-page
+ C HelpPage
+ C InfoBoardWidget Class for handling the verify label shown at bottom of a textedit-page
+ C KeyListRow
+ C KeyListColumn
+ C KeyMenuAbility
+ C KeyTable
+ C KeyList
+ C PlainTextEditorPage Class for handling a single tab of the tabwidget
+ C TextEdit TextEdit class
+ C TOFUInfoPage
+ C VerifyKeyDetailBox
C CoreCommonUtil
C ArchiveStruct
C ArchiveFileOperator
diff --git a/docs/html/annotated_dup.js b/docs/html/annotated_dup.js
index 9ba6d66f..ce19e7b3 100644
--- a/docs/html/annotated_dup.js
+++ b/docs/html/annotated_dup.js
@@ -11,6 +11,7 @@ var annotated_dup =
[ "FileReadTask", "classGpgFrontend_1_1UI_1_1FileReadTask.html", "classGpgFrontend_1_1UI_1_1FileReadTask" ],
[ "VerifyDetailsDialog", "classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html", "classGpgFrontend_1_1UI_1_1VerifyDetailsDialog" ],
[ "GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html", "classGpgFrontend_1_1UI_1_1GeneralDialog" ],
+ [ "GnuPGControllerDialog", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog" ],
[ "InfoTab", "classGpgFrontend_1_1UI_1_1InfoTab.html", "classGpgFrontend_1_1UI_1_1InfoTab" ],
[ "TranslatorsTab", "classGpgFrontend_1_1UI_1_1TranslatorsTab.html", "classGpgFrontend_1_1UI_1_1TranslatorsTab" ],
[ "UpdateTab", "classGpgFrontend_1_1UI_1_1UpdateTab.html", "classGpgFrontend_1_1UI_1_1UpdateTab" ],
diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation.html b/docs/html/classGpgFrontend_1_1GlobalSettingStation.html
index 92ca7360..65e3a147 100644
--- a/docs/html/classGpgFrontend_1_1GlobalSettingStation.html
+++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation.html
@@ -494,7 +494,7 @@ virtual
Returns libconfig::Setting&
-Referenced by GpgFrontend::UI::KeyMgmt::create_actions() , GpgFrontend::UI::MainWindow::create_actions() , GpgFrontend::UI::KeyList::dropEvent() , GpgFrontend::UI::GeneralTab::GeneralTab() , GpgFrontend::UI::init_locale() , GpgFrontend::UI::InitGpgFrontendUI() , GpgFrontend::UI::KeyGenDialog::KeyGenDialog() , GpgFrontend::UI::KeyMgmt::KeyMgmt() , GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab() , GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog() , GpgFrontend::GpgContext::post_init_ctx() , GpgFrontend::UI::GeneralTab::SetSettings() , GpgFrontend::UI::NetworkTab::SetSettings() , GpgFrontend::UI::MainWindow::SlotFileEncrypt() , GpgFrontend::UI::MainWindow::SlotFileEncryptSign() , GpgFrontend::UI::MainWindow::SlotFileSign() , GpgFrontend::UI::MainWindow::SlotFileVerify() , GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer() , GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog() , GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox() , and GpgFrontend::UI::Wizard::Wizard() .
+Referenced by GpgFrontend::UI::KeyMgmt::create_actions() , GpgFrontend::UI::MainWindow::create_actions() , GpgFrontend::UI::KeyList::dropEvent() , GpgFrontend::UI::GnuPGControllerDialog::GnuPGControllerDialog() , GpgFrontend::UI::init_locale() , GpgFrontend::UI::InitGpgFrontendUI() , GpgFrontend::UI::KeyGenDialog::KeyGenDialog() , GpgFrontend::UI::KeyMgmt::KeyMgmt() , GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab() , GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog() , GpgFrontend::GpgContext::post_init_ctx() , GpgFrontend::UI::GeneralTab::SetSettings() , GpgFrontend::UI::NetworkTab::SetSettings() , GpgFrontend::UI::MainWindow::SlotFileEncrypt() , GpgFrontend::UI::MainWindow::SlotFileEncryptSign() , GpgFrontend::UI::MainWindow::SlotFileSign() , GpgFrontend::UI::MainWindow::SlotFileVerify() , GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer() , GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog() , GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox() , and GpgFrontend::UI::Wizard::Wizard() .
diff --git a/docs/html/classGpgFrontend_1_1GpgAdvancedOperator.html b/docs/html/classGpgFrontend_1_1GpgAdvancedOperator.html
index da8abb3c..8083d5c8 100644
--- a/docs/html/classGpgFrontend_1_1GpgAdvancedOperator.html
+++ b/docs/html/classGpgFrontend_1_1GpgAdvancedOperator.html
@@ -106,25 +106,25 @@ Collaboration diagram for GpgFrontend::GpgAdvancedOperator:
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.map
index 82d8ee38..1a97b595 100644
--- a/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.map
@@ -1,22 +1,22 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.md5
index 6e1e43c1..b39c8a10 100644
--- a/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.md5
@@ -1 +1 @@
-41bd1d31a15de6c4689277d60f745c79
\ No newline at end of file
+a211d338b1a0606aa84255aa837e69bc
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.png
index c9da6be9..6c220000 100644
Binary files a/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1GpgBasicOperator.html b/docs/html/classGpgFrontend_1_1GpgBasicOperator.html
index 0cc802d4..c0b5a179 100644
--- a/docs/html/classGpgFrontend_1_1GpgBasicOperator.html
+++ b/docs/html/classGpgFrontend_1_1GpgBasicOperator.html
@@ -111,23 +111,23 @@ Collaboration diagram for GpgFrontend::GpgBasicOperator:
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.map
index 1beb9044..b018d350 100644
--- a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.map
@@ -1,21 +1,21 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5
index 9e9a24db..70eb98a4 100644
--- a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5
@@ -1 +1 @@
-b0dd141a70c55b619a41895949638f17
\ No newline at end of file
+c76ac110914db542662b53a49f8d34e8
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.png
index 37167e87..a334e516 100644
Binary files a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1GpgCommandExecutor.html b/docs/html/classGpgFrontend_1_1GpgCommandExecutor.html
index 51bad340..9370a9ea 100644
--- a/docs/html/classGpgFrontend_1_1GpgCommandExecutor.html
+++ b/docs/html/classGpgFrontend_1_1GpgCommandExecutor.html
@@ -111,25 +111,25 @@ Collaboration diagram for GpgFrontend::GpgCommandExecutor:
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.map
index 2c8e6d54..a063cebc 100644
--- a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.map
@@ -1,22 +1,22 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5
index 56000b68..7e092a05 100644
--- a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5
@@ -1 +1 @@
-60df22c626dcf1657ef33eff3301177a
\ No newline at end of file
+f0344dfc66fcf3d3832dc80adabe3d0d
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.png
index 5d4cb1aa..d4e86206 100644
Binary files a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1GpgContext.html b/docs/html/classGpgFrontend_1_1GpgContext.html
index 95e89c5c..c32f8cd1 100644
--- a/docs/html/classGpgFrontend_1_1GpgContext.html
+++ b/docs/html/classGpgFrontend_1_1GpgContext.html
@@ -112,9 +112,9 @@ Collaboration diagram for GpgFrontend::GpgContext:
-
-
-
+
+
+
@@ -123,10 +123,10 @@ Collaboration diagram for GpgFrontend::GpgContext:
-
-
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.map
index a971334a..02208a87 100644
--- a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.map
@@ -1,7 +1,7 @@
-
-
-
+
+
+
@@ -10,10 +10,10 @@
-
-
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.md5
index e5712b6f..5eccd69b 100644
--- a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.md5
@@ -1 +1 @@
-4e82b420efe047d6a1efa6668b2a6e44
\ No newline at end of file
+0bbc972a6a670b645bee4cda49901f69
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.png
index 509c6aab..c3e50f8c 100644
Binary files a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyGetter.html b/docs/html/classGpgFrontend_1_1GpgKeyGetter.html
index d0aede58..00e17a21 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyGetter.html
+++ b/docs/html/classGpgFrontend_1_1GpgKeyGetter.html
@@ -107,15 +107,15 @@ Collaboration diagram for GpgFrontend::GpgKeyGetter:
-
-
+
+
-
-
+
+
-
-
+
+
@@ -126,10 +126,10 @@ Collaboration diagram for GpgFrontend::GpgKeyGetter:
-
+
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.map
index 720ebcf9..accd5290 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.map
@@ -1,13 +1,13 @@
-
-
+
+
-
-
+
+
-
-
+
+
@@ -18,9 +18,9 @@
-
+
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5
index 5c23cc1a..04556b90 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5
@@ -1 +1 @@
-e7ebe9e97db890a630cf44be9b22ce54
\ No newline at end of file
+00ca14f0c0495bad961d20b4e1036e2d
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.png
index 8844ea18..8414b6f1 100644
Binary files a/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter.html b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter.html
index 08addf69..c99f508c 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter.html
+++ b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter.html
@@ -106,25 +106,25 @@ Collaboration diagram for GpgFrontend::GpgKeyImportExporter:
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.map
index fc765ed0..5ebcfd7a 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.map
@@ -1,22 +1,22 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5
index 8a2b920e..ea8daf9e 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5
@@ -1 +1 @@
-2deb58c6f90d706ad2bd68f1fc801a84
\ No newline at end of file
+21ef6ea833dff7e6cb88228447d1c32c
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.png
index b7930ff6..3ce3ba95 100644
Binary files a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyManager.html b/docs/html/classGpgFrontend_1_1GpgKeyManager.html
index 8e66a324..09fd5884 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyManager.html
+++ b/docs/html/classGpgFrontend_1_1GpgKeyManager.html
@@ -106,23 +106,23 @@ Collaboration diagram for GpgFrontend::GpgKeyManager:
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.map
index e9dd5f94..d2dc6d6b 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.map
@@ -1,21 +1,21 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5
index 2637a4cc..42baf38b 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5
@@ -1 +1 @@
-69be7d365b131e78f4a8e4ac572bd85d
\ No newline at end of file
+d41404f797688a383d37f12a91040c70
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.png
index 75afa4e2..1909ef4a 100644
Binary files a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyOpera.html b/docs/html/classGpgFrontend_1_1GpgKeyOpera.html
index 6b3f3a6b..ffd281b1 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyOpera.html
+++ b/docs/html/classGpgFrontend_1_1GpgKeyOpera.html
@@ -107,23 +107,23 @@ Collaboration diagram for GpgFrontend::GpgKeyOpera:
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.map
index 17b625fb..054d479a 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.map
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5
index 36af4e4b..640f3a57 100644
--- a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5
@@ -1 +1 @@
-f157d686d1f8e3ee61d15aa9a7607c84
\ No newline at end of file
+8b49382e3789c44f04736620e8e31c8c
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.png
index f44c34f1..70d03281 100644
Binary files a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1GpgUIDOperator.html b/docs/html/classGpgFrontend_1_1GpgUIDOperator.html
index fbdc18d8..53269c62 100644
--- a/docs/html/classGpgFrontend_1_1GpgUIDOperator.html
+++ b/docs/html/classGpgFrontend_1_1GpgUIDOperator.html
@@ -106,23 +106,23 @@ Collaboration diagram for GpgFrontend::GpgUIDOperator:
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.map
index 86684795..88410ba0 100644
--- a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.map
@@ -1,21 +1,21 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
+
diff --git a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5
index 85b82657..df7ef193 100644
--- a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5
@@ -1 +1 @@
-acc7c843e2e84af8082398f550e732d0
\ No newline at end of file
+75cf14670f465531d6d8848525d97fdc
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.png
index 15e7547b..ebb7696a 100644
Binary files a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils-members.html b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils-members.html
index 7f708c9b..9b0cb862 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils-members.html
@@ -89,24 +89,28 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1CommonUtils.
This is the complete list of members for GpgFrontend::UI::CommonUtils , including all inherited members.
- CommonUtils ()GpgFrontend::UI::CommonUtils
- GetInstance ()GpgFrontend::UI::CommonUtils static
- ImportCallbackFunctiopn typedef (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils
- instance_ (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils private static
+ application_need_to_restart_at_once_ (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils private
+ CommonUtils ()GpgFrontend::UI::CommonUtils
+ GetInstance ()GpgFrontend::UI::CommonUtils static
+ ImportCallbackFunctiopn typedef (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils
+ instance_ (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils private static
+ isApplicationNeedRestart () (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils
SignalGnupgNotInstall () (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils signal
SignalKeyDatabaseRefreshDone ()GpgFrontend::UI::CommonUtils signal
SignalKeyStatusUpdated () (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils signal
SignalNeedUserInputPassphrase () (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils signal
- SignalUserInputPassphraseDone (QString passphrase) (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils signal
- slot_popup_passphrase_input_dialog () (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils private slot
- slot_update_key_status ()GpgFrontend::UI::CommonUtils private slot
- SlotExecuteCommand (const std::string &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)GpgFrontend::UI::CommonUtils slot
- SlotExecuteGpgCommand (const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)GpgFrontend::UI::CommonUtils slot
- SlotImportKeyFromClipboard (QWidget *parent)GpgFrontend::UI::CommonUtils slot
- SlotImportKeyFromFile (QWidget *parent)GpgFrontend::UI::CommonUtils slot
- SlotImportKeyFromKeyServer (QWidget *parent)GpgFrontend::UI::CommonUtils slot
- SlotImportKeyFromKeyServer (const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)GpgFrontend::UI::CommonUtils static slot
- SlotImportKeys (QWidget *parent, const std::string &in_buffer)GpgFrontend::UI::CommonUtils slot
+ SignalRestartApplication (int) (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils signal
+ SignalUserInputPassphraseDone (QString passphrase) (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils signal
+ slot_popup_passphrase_input_dialog () (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils private slot
+ slot_update_key_status ()GpgFrontend::UI::CommonUtils private slot
+ SlotExecuteCommand (const std::string &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)GpgFrontend::UI::CommonUtils slot
+ SlotExecuteGpgCommand (const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)GpgFrontend::UI::CommonUtils slot
+ SlotImportKeyFromClipboard (QWidget *parent)GpgFrontend::UI::CommonUtils slot
+ SlotImportKeyFromFile (QWidget *parent)GpgFrontend::UI::CommonUtils slot
+ SlotImportKeyFromKeyServer (QWidget *parent)GpgFrontend::UI::CommonUtils slot
+ SlotImportKeyFromKeyServer (const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)GpgFrontend::UI::CommonUtils static slot
+ SlotImportKeys (QWidget *parent, const std::string &in_buffer)GpgFrontend::UI::CommonUtils slot
+ SlotRestartApplication (int) (defined in GpgFrontend::UI::CommonUtils )GpgFrontend::UI::CommonUtils slot
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.html b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.html
index 00f975db..6a1e49a6 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.html
@@ -89,6 +89,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1CommonUtils.
Public Member Functions |
Static Public Member Functions |
Private Slots |
+Private Attributes |
Static Private Attributes |
List of all members
@@ -109,7 +110,7 @@ Collaboration diagram for GpgFrontend::UI::CommonUtils:
-
+
@@ -139,6 +140,9 @@ Public Slots
void SlotExecuteCommand (const std::string &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
+
+void SlotRestartApplication (int)
+
@@ -158,6 +162,9 @@ void SignalNeedUserInputPa
void SignalUserInputPassphraseDone (QString passphrase)
+
+void SignalRestartApplication (int)
+
@@ -165,6 +172,9 @@ Public Member Functions
CommonUtils ()
Construct a new Common Utils object.
+
+bool isApplicationNeedRestart ()
+
+
+
+bool application_need_to_restart_at_once_ = false
+
+
@@ -215,7 +231,7 @@ static std::unique_ptr< Returns CommonUtils*
-Referenced by GpgFrontend::UI::KeyMgmt::create_actions() , GpgFrontend::UI::MainWindow::create_actions() , GpgFrontend::UI::InitGpgFrontendUI() , and GpgFrontend::UI::MainWindow::slot_import_key_from_edit() .
+Referenced by GpgFrontend::UI::KeyMgmt::create_actions() , GpgFrontend::UI::MainWindow::create_actions() , GpgFrontend::UI::InitGpgFrontendUI() , GpgFrontend::UI::RunGpgFrontendUI() , and GpgFrontend::UI::MainWindow::slot_import_key_from_edit() .
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.js b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.js
index 536f7690..3b8ecc92 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.js
+++ b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.js
@@ -3,10 +3,12 @@ var classGpgFrontend_1_1UI_1_1CommonUtils =
[ "ImportCallbackFunctiopn", "classGpgFrontend_1_1UI_1_1CommonUtils.html#aadd249062c24f9b7fc545c03296bbb83", null ],
[ "CommonUtils", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965", null ],
[ "GetInstance", "classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49", null ],
+ [ "isApplicationNeedRestart", "classGpgFrontend_1_1UI_1_1CommonUtils.html#abb25baa60d62d6842028e174f7e341fe", null ],
[ "SignalGnupgNotInstall", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a4d2f10c2089c2bfb23be5c1f573af31f", null ],
[ "SignalKeyDatabaseRefreshDone", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28", null ],
[ "SignalKeyStatusUpdated", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc9e91daa0d3c4ee4141ba4bd8726bb", null ],
[ "SignalNeedUserInputPassphrase", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a1e7dff5252d5ec77c8450ad356891ebb", null ],
+ [ "SignalRestartApplication", "classGpgFrontend_1_1UI_1_1CommonUtils.html#aa69efbcd684e9a99cc5c47c23de8d38c", null ],
[ "SignalUserInputPassphraseDone", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a80350e7fe1cd696004c9aa2a43eab184", null ],
[ "slot_popup_passphrase_input_dialog", "classGpgFrontend_1_1UI_1_1CommonUtils.html#aef14c7eaaf8b73bd1b8f845a5484748e", null ],
[ "slot_update_key_status", "classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e", null ],
@@ -17,5 +19,7 @@ var classGpgFrontend_1_1UI_1_1CommonUtils =
[ "SlotImportKeyFromKeyServer", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a", null ],
[ "SlotImportKeyFromKeyServer", "classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea", null ],
[ "SlotImportKeys", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8", null ],
+ [ "SlotRestartApplication", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a86d3827a2e5df17747c58d00b2f5fe6e", null ],
+ [ "application_need_to_restart_at_once_", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a99b5dad4b17d1e71120e2c7708ef47a0", null ],
[ "instance_", "classGpgFrontend_1_1UI_1_1CommonUtils.html#aa533206591b0c57ea93b8f0cb7d795cd", null ]
];
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.map
index 922e23d7..24807443 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.map
@@ -1,5 +1,5 @@
-
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.md5
index 880fae64..95196deb 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.md5
@@ -1 +1 @@
-3d4f6559eeea9cbfefe58172fbfa92a7
\ No newline at end of file
+9ccaa9bbac90405c7f875bd65294ac91
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.png
index af36bd84..6638b130 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.map
index 99ffd557..e5ea9b25 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.map
@@ -1,4 +1,4 @@
-
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.md5
index 20542a88..be72a484 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.md5
@@ -1 +1 @@
-003180a8bee9f30a4cdaa79904a60afe
\ No newline at end of file
+1f5d3460c478127374910b0894596624
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.png
index 081a69ee..03972db5 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html
index fb7c071b..bfca0736 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html
@@ -97,22 +97,23 @@ Inheritance diagram for GpgFrontend::UI::GeneralDialog:
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
References GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance() , GpgFrontend::GlobalSettingStation::GetUISettings() , and GpgFrontend::UI::SettingsDialog::ListLanguages() .
+References GpgFrontend::UI::SettingsDialog::ListLanguages() , and SetSettings() .
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html
new file mode 100644
index 00000000..64b4bc93
--- /dev/null
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+GpgFrontend Project: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GpgFrontend Project
+
+ A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for GpgFrontend::UI::GnuPGControllerDialog , including all inherited members.
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html
new file mode 100644
index 00000000..b3d2259c
--- /dev/null
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html
@@ -0,0 +1,335 @@
+
+
+
+
+
+
+
+GpgFrontend Project: GpgFrontend::UI::GnuPGControllerDialog Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GpgFrontend Project
+
+ A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+void SlotAccept ()
+
+
+
+void slot_set_restart_needed (int)
+
+
+void slot_update_custom_key_database_path_label (int state)
+
+
+void slot_update_custom_gnupg_install_path_label (int state)
+
+
+
+int get_restart_needed () const
+ Get the Restart Needed object. More...
+
+
+void set_settings ()
+
+
+void apply_settings ()
+
+
+
+
+std::shared_ptr< Ui_GnuPGControllerDialog > ui_
+
+
+int restart_needed_ {0}
+
+
+
+
+
+void setPosCenterOfScreen ()
+
+
+void movePosition2CenterOfParent ()
+
+
+
+
+
◆ GnuPGControllerDialog()
+
+
+
+
+
+
+
+
+ GpgFrontend::UI::GnuPGControllerDialog::GnuPGControllerDialog
+ (
+ QWidget *
+ parent = nullptr
)
+
+
+
+
+
+explicit
+
+
+
+
+
+
+
◆ get_restart_needed()
+
+
+
+
+
+
+
+
+ int GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed
+ (
+ )
+ const
+
+
+
+
+private
+
+
+
+
+
Get the Restart Needed object.
+
Returns true
+
+false
+
+
+
+
+
◆ SignalRestartNeeded
+
+
+
+
+
+
+
+
+ void GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded
+ (
+ int
+ )
+
+
+
+
+
+signal
+
+
+
+
+
+
◆ slot_set_restart_needed
+
+
+
+
+
+
+
+
+ void GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed
+ (
+ int
+ mode )
+
+
+
+
+
+private slot
+
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js
new file mode 100644
index 00000000..e69c6c3b
--- /dev/null
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js
@@ -0,0 +1,14 @@
+var classGpgFrontend_1_1UI_1_1GnuPGControllerDialog =
+[
+ [ "GnuPGControllerDialog", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835", null ],
+ [ "apply_settings", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a04611d5160fcc6ef36f6fce8dd94c645", null ],
+ [ "get_restart_needed", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529", null ],
+ [ "set_settings", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e", null ],
+ [ "SignalRestartNeeded", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c", null ],
+ [ "slot_set_restart_needed", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83", null ],
+ [ "slot_update_custom_gnupg_install_path_label", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a917cf89e7920c1c5d7d8070b53bd49fc", null ],
+ [ "slot_update_custom_key_database_path_label", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a626c30712552f1c7fdf69d1d13d7b303", null ],
+ [ "SlotAccept", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af97fbd4ee0b57a20cc9a97c7e877d520", null ],
+ [ "restart_needed_", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#acd2918a181aa9c8c59e5d789ce34a92a", null ],
+ [ "ui_", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#afda750c1511434cb0d3162d9bd1ab78f", null ]
+];
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.map
new file mode 100644
index 00000000..cb809b07
--- /dev/null
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.map
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5
new file mode 100644
index 00000000..54f0c21f
--- /dev/null
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5
@@ -0,0 +1 @@
+be776250c0630b56d8da79cd3deb0efa
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.png
new file mode 100644
index 00000000..d78a91d7
Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.map
new file mode 100644
index 00000000..7b898f55
--- /dev/null
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5
new file mode 100644
index 00000000..7b6bc308
--- /dev/null
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5
@@ -0,0 +1 @@
+9c518fde92c023761360d38ced7c21c7
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.png
new file mode 100644
index 00000000..a0b56472
Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html
index 08dff5f9..45d63cff 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html
@@ -132,49 +132,51 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1MainWindow.h
GeneralMainWindow (std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralMainWindow explicit
get_restart_needed () constGpgFrontend::UI::MainWindow private
gnupg_act_ GpgFrontend::UI::MainWindow private
- gpg_menu_ GpgFrontend::UI::MainWindow private
- help_menu_ GpgFrontend::UI::MainWindow private
- icon_size_ (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow protected
- icon_style_ (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow protected
- import_button_ GpgFrontend::UI::MainWindow private
- import_key_from_clipboard_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
- import_key_from_edit_act_ GpgFrontend::UI::MainWindow private
- import_key_from_file_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
- import_key_from_key_server_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
- import_key_menu_ GpgFrontend::UI::MainWindow private
- info_board_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
- info_board_dock_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
- Init () noexceptGpgFrontend::UI::MainWindow
- key_list_dock_ GpgFrontend::UI::MainWindow private
- key_menu_ GpgFrontend::UI::MainWindow private
- key_tool_bar_ GpgFrontend::UI::MainWindow private
- m_key_list_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
- MainWindow () (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow
- name_ (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow private
- new_tab_act_ GpgFrontend::UI::MainWindow private
- open_act_ GpgFrontend::UI::MainWindow private
- open_key_management_act_ GpgFrontend::UI::MainWindow private
- open_settings_act_ GpgFrontend::UI::MainWindow private
- paste_act_ GpgFrontend::UI::MainWindow private
- pos_ (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow private
- print_act_ GpgFrontend::UI::MainWindow private
- prohibit_update_checking_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
- quit_act_ GpgFrontend::UI::MainWindow private
- quote_act_ GpgFrontend::UI::MainWindow private
- redo_act_ GpgFrontend::UI::MainWindow private
- refresh_keys_from_key_server ()GpgFrontend::UI::MainWindow private slot
- reload_components_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
- restart_components_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
- restart_needed_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
- restore_settings ()GpgFrontend::UI::MainWindow private
- save_act_ GpgFrontend::UI::MainWindow private
- save_as_act_ GpgFrontend::UI::MainWindow private
- save_settings ()GpgFrontend::UI::MainWindow private
- select_all_act_ GpgFrontend::UI::MainWindow private
- SetCryptoMenuStatus (CryptoMenu::OperationType type)GpgFrontend::UI::MainWindow
- show_key_details_act_ GpgFrontend::UI::MainWindow private
- sign_act_ GpgFrontend::UI::MainWindow private
- SignalLoaded () (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow signal
+ gnupg_controller_open_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ gpg_menu_ GpgFrontend::UI::MainWindow private
+ help_menu_ GpgFrontend::UI::MainWindow private
+ icon_size_ (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow protected
+ icon_style_ (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow protected
+ import_button_ GpgFrontend::UI::MainWindow private
+ import_key_from_clipboard_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ import_key_from_edit_act_ GpgFrontend::UI::MainWindow private
+ import_key_from_file_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ import_key_from_key_server_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ import_key_menu_ GpgFrontend::UI::MainWindow private
+ info_board_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ info_board_dock_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ Init () noexceptGpgFrontend::UI::MainWindow
+ key_list_dock_ GpgFrontend::UI::MainWindow private
+ key_menu_ GpgFrontend::UI::MainWindow private
+ key_tool_bar_ GpgFrontend::UI::MainWindow private
+ m_key_list_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ MainWindow () (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow
+ name_ (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow private
+ new_tab_act_ GpgFrontend::UI::MainWindow private
+ open_act_ GpgFrontend::UI::MainWindow private
+ open_key_management_act_ GpgFrontend::UI::MainWindow private
+ open_settings_act_ GpgFrontend::UI::MainWindow private
+ paste_act_ GpgFrontend::UI::MainWindow private
+ pos_ (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow private
+ print_act_ GpgFrontend::UI::MainWindow private
+ prohibit_update_checking_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ quit_act_ GpgFrontend::UI::MainWindow private
+ quote_act_ GpgFrontend::UI::MainWindow private
+ redo_act_ GpgFrontend::UI::MainWindow private
+ refresh_keys_from_key_server ()GpgFrontend::UI::MainWindow private slot
+ reload_components_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ restart_components_act_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ restart_needed_ (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private
+ restore_settings ()GpgFrontend::UI::MainWindow private
+ save_act_ GpgFrontend::UI::MainWindow private
+ save_as_act_ GpgFrontend::UI::MainWindow private
+ save_settings ()GpgFrontend::UI::MainWindow private
+ select_all_act_ GpgFrontend::UI::MainWindow private
+ SetCryptoMenuStatus (CryptoMenu::OperationType type)GpgFrontend::UI::MainWindow
+ show_key_details_act_ GpgFrontend::UI::MainWindow private
+ sign_act_ GpgFrontend::UI::MainWindow private
+ SignalLoaded () (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow signal
+ SignalRestartApplication (int) (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow signal
size_ (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow private
slot_add_pgp_header ()GpgFrontend::UI::MainWindow private slot
slot_append_keys_create_datetime () (defined in GpgFrontend::UI::MainWindow )GpgFrontend::UI::MainWindow private slot
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html
index 0d5126d0..731551eb 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html
@@ -169,6 +169,9 @@ Signals
void SignalLoaded ()
+
+void SignalRestartApplication (int)
+
@@ -420,6 +423,9 @@ QAction *
QAction * clean_double_line_breaks_act_ {}
+
+QAction * gnupg_controller_open_act_ {}
+
QAction * clean_gpg_password_cache_act_ {}
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js
index 9c918274..84dc8030 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js
+++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js
@@ -17,6 +17,7 @@ var classGpgFrontend_1_1UI_1_1MainWindow =
[ "save_settings", "classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98", null ],
[ "SetCryptoMenuStatus", "classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd", null ],
[ "SignalLoaded", "classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a", null ],
+ [ "SignalRestartApplication", "classGpgFrontend_1_1UI_1_1MainWindow.html#a23c517e1b4c63d03e0413bf3772ffb92", null ],
[ "slot_add_pgp_header", "classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9", null ],
[ "slot_append_keys_create_datetime", "classGpgFrontend_1_1UI_1_1MainWindow.html#a261fb867b194d5b16ad15ed2ff6c60ec", null ],
[ "slot_append_keys_expire_datetime", "classGpgFrontend_1_1UI_1_1MainWindow.html#a091087c673fa86bcaaadbbfc7ec7caed", null ],
@@ -84,6 +85,7 @@ var classGpgFrontend_1_1UI_1_1MainWindow =
[ "file_tool_bar_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64", null ],
[ "find_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8", null ],
[ "gnupg_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227", null ],
+ [ "gnupg_controller_open_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a5dce98bfc01ecbb0a90eaa2b304675ed", null ],
[ "gpg_menu_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb", null ],
[ "help_menu_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63", null ],
[ "import_button_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be", null ],
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5
index 1ba5b92b..b107a430 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5
@@ -1 +1 @@
-79ea265804d439bf86bf793bf7612983
\ No newline at end of file
+c99107d91314ea68053b9b04e30e7635
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png
index 1e11e4c4..d28e1daf 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5
index 37c6071c..e8edaa9b 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5
@@ -1 +1 @@
-bf35b9b179341dd24d4d78de8c5013c7
\ No newline at end of file
+1cc7c6ecfccd3f7efac8ce72a1330d28
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png
index 0dc8c4c9..aebdd6d0 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignalStation-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SignalStation-members.html
index a6e8eb46..aa66a773 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SignalStation-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SignalStation-members.html
@@ -96,7 +96,8 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SignalStatio
SignalNeedUserInputPassphrase () (defined in GpgFrontend::UI::SignalStation )GpgFrontend::UI::SignalStation signal
SignalRefreshInfoBoard (const QString &text, InfoBoardStatus verify_label_status)GpgFrontend::UI::SignalStation signal
SignalRefreshStatusBar (const QString &message, int timeout)GpgFrontend::UI::SignalStation signal
- SignalUserInputPassphraseDone (QString passparase) (defined in GpgFrontend::UI::SignalStation )GpgFrontend::UI::SignalStation signal
+ SignalRestartApplication (int) (defined in GpgFrontend::UI::SignalStation )GpgFrontend::UI::SignalStation signal
+ SignalUserInputPassphraseDone (QString passparase) (defined in GpgFrontend::UI::SignalStation )GpgFrontend::UI::SignalStation signal
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignalStation.html b/docs/html/classGpgFrontend_1_1UI_1_1SignalStation.html
index 6f520ae7..f4d04d08 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SignalStation.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SignalStation.html
@@ -131,6 +131,9 @@ void SignalUserInputPassph
void SignalNeedUserInputPassphrase ()
+
+void SignalRestartApplication (int)
+
diff --git a/docs/html/functions_func_g.html b/docs/html/functions_func_g.html
index dc58f747..dcaac62d 100644
--- a/docs/html/functions_func_g.html
+++ b/docs/html/functions_func_g.html
@@ -131,7 +131,8 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
: GpgFrontend::GpgKeyGetter
get_restart_needed()
-: GpgFrontend::UI::MainWindow
+: GpgFrontend::UI::GnuPGControllerDialog
+, GpgFrontend::UI::MainWindow
, GpgFrontend::UI::SettingsDialog
get_selected_subkey()
@@ -433,6 +434,9 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
GlobalSettingStation()
: GpgFrontend::GlobalSettingStation
+GnuPGControllerDialog()
+: GpgFrontend::UI::GnuPGControllerDialog
+
GnupgTab()
: GpgFrontend::UI::GnupgTab
@@ -485,7 +489,7 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
: GpgFrontend::GpgKeyOpera
GpgKeySignature()
-: GpgFrontend::GpgKeySignature
+: GpgFrontend::GpgKeySignature
GpgResultAnalyse()
: GpgFrontend::GpgResultAnalyse
diff --git a/docs/html/functions_func_s.html b/docs/html/functions_func_s.html
index edb97661..b0de4126 100644
--- a/docs/html/functions_func_s.html
+++ b/docs/html/functions_func_s.html
@@ -260,6 +260,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
SignalRestartNeeded()
: GpgFrontend::UI::GeneralTab
+, GpgFrontend::UI::GnuPGControllerDialog
, GpgFrontend::UI::KeyserverTab
, GpgFrontend::UI::SettingsDialog
@@ -417,7 +418,8 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
: GpgFrontend::UI::TextEdit
slot_set_restart_needed()
-: GpgFrontend::UI::SettingsDialog
+: GpgFrontend::UI::GnuPGControllerDialog
+, GpgFrontend::UI::SettingsDialog
slot_show_key_details()
: GpgFrontend::UI::MainWindow
diff --git a/docs/html/functions_g.html b/docs/html/functions_g.html
index ca900f42..bb9fd9a0 100644
--- a/docs/html/functions_g.html
+++ b/docs/html/functions_g.html
@@ -131,7 +131,8 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
: GpgFrontend::GpgKeyGetter
get_restart_needed()
-: GpgFrontend::UI::MainWindow
+: GpgFrontend::UI::GnuPGControllerDialog
+, GpgFrontend::UI::MainWindow
, GpgFrontend::UI::SettingsDialog
get_selected_subkey()
@@ -439,6 +440,9 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
gnupg_act_
: GpgFrontend::UI::MainWindow
+GnuPGControllerDialog()
+: GpgFrontend::UI::GnuPGControllerDialog
+
GnuPGHomePath
: GpgFrontend::GpgInfo
@@ -506,7 +510,7 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
: GpgFrontend::GpgKeyOpera
GpgKeySignature()
-: GpgFrontend::GpgKeySignature
+: GpgFrontend::GpgKeySignature
GpgResultAnalyse()
: GpgFrontend::GpgResultAnalyse
@@ -518,7 +522,7 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
: GpgFrontend::GpgSignResultAnalyse
GpgSubKey()
-: GpgFrontend::GpgSubKey
+: GpgFrontend::GpgSubKey
GpgTOFUInfo()
: GpgFrontend::GpgTOFUInfo
diff --git a/docs/html/functions_s.html b/docs/html/functions_s.html
index b674d102..979ebfec 100644
--- a/docs/html/functions_s.html
+++ b/docs/html/functions_s.html
@@ -221,7 +221,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
: GpgFrontend::UI::SettingsDialog
SettingsObject()
-: GpgFrontend::UI::SettingsObject
+: GpgFrontend::UI::SettingsObject
show_key_details_act_
: GpgFrontend::UI::MainWindow
@@ -281,6 +281,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
SignalRestartNeeded()
: GpgFrontend::UI::GeneralTab
+, GpgFrontend::UI::GnuPGControllerDialog
, GpgFrontend::UI::KeyserverTab
, GpgFrontend::UI::SettingsDialog
@@ -438,7 +439,8 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
: GpgFrontend::UI::TextEdit
slot_set_restart_needed()
-: GpgFrontend::UI::SettingsDialog
+: GpgFrontend::UI::GnuPGControllerDialog
+, GpgFrontend::UI::SettingsDialog
slot_show_key_details()
: GpgFrontend::UI::MainWindow
diff --git a/docs/html/hierarchy.html b/docs/html/hierarchy.html
index 627ba701..f7c71094 100644
--- a/docs/html/hierarchy.html
+++ b/docs/html/hierarchy.html
@@ -165,18 +165,19 @@ This inheritance list is sorted roughly, but not completely, alphabetically: ► C GpgFrontend::UI::GeneralDialog
C GpgFrontend::UI::AboutDialog Class for handling the about dialog
C GpgFrontend::UI::ExportKeyPackageDialog
- C GpgFrontend::UI::KeyDetailsDialog
- C GpgFrontend::UI::KeyGenDialog
- C GpgFrontend::UI::KeyImportDetailDialog
- C GpgFrontend::UI::KeyNewUIDDialog
- C GpgFrontend::UI::KeyServerImportDialog
- C GpgFrontend::UI::KeySetExpireDateDialog
- C GpgFrontend::UI::KeyUIDSignDialog
- C GpgFrontend::UI::KeyUploadDialog
- C GpgFrontend::UI::QuitDialog
- C GpgFrontend::UI::SettingsDialog
- C GpgFrontend::UI::SignersPicker
- C GpgFrontend::UI::SubkeyGenerateDialog
+ C GpgFrontend::UI::GnuPGControllerDialog
+ C GpgFrontend::UI::KeyDetailsDialog
+ C GpgFrontend::UI::KeyGenDialog
+ C GpgFrontend::UI::KeyImportDetailDialog
+ C GpgFrontend::UI::KeyNewUIDDialog
+ C GpgFrontend::UI::KeyServerImportDialog
+ C GpgFrontend::UI::KeySetExpireDateDialog
+ C GpgFrontend::UI::KeyUIDSignDialog
+ C GpgFrontend::UI::KeyUploadDialog
+ C GpgFrontend::UI::QuitDialog
+ C GpgFrontend::UI::SettingsDialog
+ C GpgFrontend::UI::SignersPicker
+ C GpgFrontend::UI::SubkeyGenerateDialog
C GpgFrontend::UI::VerifyDetailsDialog
C GpgFrontend::UI::WaitingDialog
C SignatureDetailsDialog
diff --git a/docs/html/hierarchy.js b/docs/html/hierarchy.js
index 08abfe9c..b2d9595a 100644
--- a/docs/html/hierarchy.js
+++ b/docs/html/hierarchy.js
@@ -93,6 +93,7 @@ var hierarchy =
[ "GpgFrontend::UI::GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html", [
[ "GpgFrontend::UI::AboutDialog", "classGpgFrontend_1_1UI_1_1AboutDialog.html", null ],
[ "GpgFrontend::UI::ExportKeyPackageDialog", "classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html", null ],
+ [ "GpgFrontend::UI::GnuPGControllerDialog", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html", null ],
[ "GpgFrontend::UI::KeyDetailsDialog", "classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html", null ],
[ "GpgFrontend::UI::KeyGenDialog", "classGpgFrontend_1_1UI_1_1KeyGenDialog.html", null ],
[ "GpgFrontend::UI::KeyImportDetailDialog", "classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html", null ],
diff --git a/docs/html/inherit_graph_30.md5 b/docs/html/inherit_graph_30.md5
index 3073896b..eb8c3911 100644
--- a/docs/html/inherit_graph_30.md5
+++ b/docs/html/inherit_graph_30.md5
@@ -1 +1 @@
-6404c6495b27bf98682a79b162d00347
\ No newline at end of file
+838418b9a5e64765761d2f70a2ac8b60
\ No newline at end of file
diff --git a/docs/html/inherit_graph_31.md5 b/docs/html/inherit_graph_31.md5
index e31e0d99..58ab17e1 100644
--- a/docs/html/inherit_graph_31.md5
+++ b/docs/html/inherit_graph_31.md5
@@ -1 +1 @@
-c76c1a5b53653b0b1a67cc30480dfc02
\ No newline at end of file
+c96b460d7867cae0513a2552e9b51e7c
\ No newline at end of file
diff --git a/docs/html/inherit_graph_32.md5 b/docs/html/inherit_graph_32.md5
index 6a063c6a..d3f7ee07 100644
--- a/docs/html/inherit_graph_32.md5
+++ b/docs/html/inherit_graph_32.md5
@@ -1 +1 @@
-8096954063b270dae6b0e0279fe8f4cb
\ No newline at end of file
+62b078f2d689c896595e1eb04930faf3
\ No newline at end of file
diff --git a/docs/html/inherit_graph_33.map b/docs/html/inherit_graph_33.map
index 37eae43f..db39b51e 100644
--- a/docs/html/inherit_graph_33.map
+++ b/docs/html/inherit_graph_33.map
@@ -1,21 +1,22 @@
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/inherit_graph_33.md5 b/docs/html/inherit_graph_33.md5
index 782c04cb..8bdad928 100644
--- a/docs/html/inherit_graph_33.md5
+++ b/docs/html/inherit_graph_33.md5
@@ -1 +1 @@
-c3feebfc5a0a2dcad09fbd9c98e95e52
\ No newline at end of file
+f1a5dfbe9749503acdeccaaf9194c134
\ No newline at end of file
diff --git a/docs/html/inherit_graph_33.png b/docs/html/inherit_graph_33.png
index 14b2bcf4..d77500e4 100644
Binary files a/docs/html/inherit_graph_33.png and b/docs/html/inherit_graph_33.png differ
diff --git a/docs/html/inherit_graph_34.md5 b/docs/html/inherit_graph_34.md5
index cecdf901..14c7b421 100644
--- a/docs/html/inherit_graph_34.md5
+++ b/docs/html/inherit_graph_34.md5
@@ -1 +1 @@
-2d75ff5f2c2861a9cb542f6b5e3fb497
\ No newline at end of file
+f0e85b8166501d48c57dfa78974242b4
\ No newline at end of file
diff --git a/docs/html/inherit_graph_43.md5 b/docs/html/inherit_graph_43.md5
index a8aefda2..eabbe3a6 100644
--- a/docs/html/inherit_graph_43.md5
+++ b/docs/html/inherit_graph_43.md5
@@ -1 +1 @@
-4acb4f868e87339a404d8425b969c72a
\ No newline at end of file
+466c5aef608f9a38777f22eda7179a28
\ No newline at end of file
diff --git a/docs/html/inherit_graph_44.md5 b/docs/html/inherit_graph_44.md5
index d4b0087d..8b6970f1 100644
--- a/docs/html/inherit_graph_44.md5
+++ b/docs/html/inherit_graph_44.md5
@@ -1 +1 @@
-567b5f558aa5a56a8d3e8f170d0c8da5
\ No newline at end of file
+ba43e4ba78c3c0b44ac521c596d1b8a6
\ No newline at end of file
diff --git a/docs/html/inherit_graph_5.md5 b/docs/html/inherit_graph_5.md5
index 4977b0ca..0e721ff8 100644
--- a/docs/html/inherit_graph_5.md5
+++ b/docs/html/inherit_graph_5.md5
@@ -1 +1 @@
-b4d59e5578a5bf74c87a92763c720bf7
\ No newline at end of file
+ca1c12efcd30c79b12899c959ac4ccd0
\ No newline at end of file
diff --git a/docs/html/inherits.html b/docs/html/inherits.html
index d3d9cac7..9e1878cd 100644
--- a/docs/html/inherits.html
+++ b/docs/html/inherits.html
@@ -329,25 +329,26 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable();
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/md_src_SECURITY.html b/docs/html/md_src_SECURITY.html
deleted file mode 100644
index 0a75f8f8..00000000
--- a/docs/html/md_src_SECURITY.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-GpgFrontend Project: Security Policy
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GpgFrontend Project
-
- A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Supported Versions
-
The application white check mark is still in support, without it means there version will no longer have a update including security fixture. That's beacuse currently I have a job and a hard learning plain, which means I don't have too much time to dealing with this project now, sincerely, I am sorry for that. Maybe this situation will get better in the future. So it is recommand to use the latest version.
-
-
-Version Supported
-
-1.x.x :x:
-
-2.x.x :x:
-
-2.1.x :white_check_mark:
-
-
-Platform & Library Support
-
According to security concern and my limiting time to contributing, GpgFrontend will gradually drop the support of some old platforms.
-
Starting from v1.0.0, x32 operating system is no longer support. Mainly because I have limit time and the fact that x32 machime is getting less and less in the pc market, so I plan to stop spending tons of time dealing with lots of complex problem which might made me crazy. x64 is just enough, or you can use gpg4usb.
-
Starting from v2.0.1, Ubuntu 16.04 is no longer support. Mainly because this Ubuntu 16.04 LTS's life time had come into an end at during that time. Keep using this version of Ubuntu is not safty anymore.
-
Starting from v2.1.0, macOS 10.15 is no longer support. Mainly because this system will no longer support by github action in the near future. Also, I think this version is old enough to drop it out, and Apple might not longer to support it soon.
-
-Reporting a Vulnerability
-
If you want to report a vulnerability, it's not good to raise an issue in public. You should send an email to eric@.nosp@m. bktu.nosp@m. s.com to contract me. In the email, You can describe the vulnerability you have just discovered and request a hot-fix. Or you can just provide a git patch to fix it and send it to me using the email. This is a better way to solve the vulnerability as quick as possible.
-
-
-
-
-
-
-
diff --git a/docs/html/menudata.js b/docs/html/menudata.js
index c9f6d1f6..3e915ee3 100644
--- a/docs/html/menudata.js
+++ b/docs/html/menudata.js
@@ -24,7 +24,6 @@
*/
var menudata={children:[
{text:"Main Page",url:"index.html"},
-{text:"Related Pages",url:"pages.html"},
{text:"Namespaces",url:"namespaces.html",children:[
{text:"Namespace List",url:"namespaces.html"},
{text:"Namespace Members",url:"namespacemembers.html",children:[
diff --git a/docs/html/namespaceGpgFrontend_1_1UI.html b/docs/html/namespaceGpgFrontend_1_1UI.html
index 852e248a..d7f11f01 100644
--- a/docs/html/namespaceGpgFrontend_1_1UI.html
+++ b/docs/html/namespaceGpgFrontend_1_1UI.html
@@ -99,6 +99,8 @@ Classes
class GeneralDialog
+class GnuPGControllerDialog
+
class InfoTab
Class containing the main tab of about dialog. More...
diff --git a/docs/html/namespaceGpgFrontend_1_1UI.js b/docs/html/namespaceGpgFrontend_1_1UI.js
index c12cd97e..9c02493b 100644
--- a/docs/html/namespaceGpgFrontend_1_1UI.js
+++ b/docs/html/namespaceGpgFrontend_1_1UI.js
@@ -3,6 +3,7 @@ var namespaceGpgFrontend_1_1UI =
[ "FileReadTask", "classGpgFrontend_1_1UI_1_1FileReadTask.html", "classGpgFrontend_1_1UI_1_1FileReadTask" ],
[ "VerifyDetailsDialog", "classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html", "classGpgFrontend_1_1UI_1_1VerifyDetailsDialog" ],
[ "GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html", "classGpgFrontend_1_1UI_1_1GeneralDialog" ],
+ [ "GnuPGControllerDialog", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog" ],
[ "InfoTab", "classGpgFrontend_1_1UI_1_1InfoTab.html", "classGpgFrontend_1_1UI_1_1InfoTab" ],
[ "TranslatorsTab", "classGpgFrontend_1_1UI_1_1TranslatorsTab.html", "classGpgFrontend_1_1UI_1_1TranslatorsTab" ],
[ "UpdateTab", "classGpgFrontend_1_1UI_1_1UpdateTab.html", "classGpgFrontend_1_1UI_1_1UpdateTab" ],
diff --git a/docs/html/namespaces.html b/docs/html/namespaces.html
index b2a4f625..1ab1d9e2 100644
--- a/docs/html/namespaces.html
+++ b/docs/html/namespaces.html
@@ -101,66 +101,67 @@ $(document).ready(function(){initNavTree('namespaces.html',''); initResizable();
C FileReadTask
C VerifyDetailsDialog
C GeneralDialog
- C InfoTab Class containing the main tab of about dialog
- C TranslatorsTab Class containing the translator tab of about dialog
- C UpdateTab Class containing the main tab of about dialog
- C AboutDialog Class for handling the about dialog
- C GnupgTab
- C ExportKeyPackageDialog
- C KeyImportDetailDialog
- C KeyServerImportDialog
- C KeyUploadDialog
- C KeyGenDialog
- C SubkeyGenerateDialog
- C KeyDetailsDialog
- C KeyNewUIDDialog
- C KeyPairDetailTab
- C KeyPairOperaTab
- C KeyPairSubkeyTab
- C KeyPairUIDTab
- C KeySetExpireDateDialog
- C KeyUIDSignDialog
- C QuitDialog
- C AdvancedTab
- C AppearanceTab
- C SettingsDialog
- C GeneralTab
- C KeyserverTab
- C NetworkTab
- C SignersPicker
- C WaitingDialog
- C Wizard
- C IntroPage
- C ChoosePage
- C KeyGenPage
- C ConclusionPage
- C GpgFrontendApplication
- C GeneralMainWindow
- C KeyMgmt
- ► C MainWindow
- C CryptoMenu
- C SignalStation
- C SettingsObject The SettingsObject class This class is used to store settings for the application securely
- C SoftwareVersion
- C KeyServerImportTask
- C KeyServerSearchTask
- C ListedKeyServerTestTask
- C ProxyConnectionTestTask
- C VersionCheckTask
- C CommonUtils
- C FilePage
- C FindWidget Class for handling the find widget shown at buttom of a textedit-page
- C HelpPage
- C InfoBoardWidget Class for handling the verify label shown at bottom of a textedit-page
- C KeyListRow
- C KeyListColumn
- C KeyMenuAbility
- C KeyTable
- C KeyList
- C PlainTextEditorPage Class for handling a single tab of the tabwidget
- C TextEdit TextEdit class
- C TOFUInfoPage
- C VerifyKeyDetailBox
+ C GnuPGControllerDialog
+ C InfoTab Class containing the main tab of about dialog
+ C TranslatorsTab Class containing the translator tab of about dialog
+ C UpdateTab Class containing the main tab of about dialog
+ C AboutDialog Class for handling the about dialog
+ C GnupgTab
+ C ExportKeyPackageDialog
+ C KeyImportDetailDialog
+ C KeyServerImportDialog
+ C KeyUploadDialog
+ C KeyGenDialog
+ C SubkeyGenerateDialog
+ C KeyDetailsDialog
+ C KeyNewUIDDialog
+ C KeyPairDetailTab
+ C KeyPairOperaTab
+ C KeyPairSubkeyTab
+ C KeyPairUIDTab
+ C KeySetExpireDateDialog
+ C KeyUIDSignDialog
+ C QuitDialog
+ C AdvancedTab
+ C AppearanceTab
+ C SettingsDialog
+ C GeneralTab
+ C KeyserverTab
+ C NetworkTab
+ C SignersPicker
+ C WaitingDialog
+ C Wizard
+ C IntroPage
+ C ChoosePage
+ C KeyGenPage
+ C ConclusionPage
+ C GpgFrontendApplication
+ C GeneralMainWindow
+ C KeyMgmt
+ ► C MainWindow
+ C CryptoMenu
+ C SignalStation
+ C SettingsObject The SettingsObject class This class is used to store settings for the application securely
+ C SoftwareVersion
+ C KeyServerImportTask
+ C KeyServerSearchTask
+ C ListedKeyServerTestTask
+ C ProxyConnectionTestTask
+ C VersionCheckTask
+ C CommonUtils
+ C FilePage
+ C FindWidget Class for handling the find widget shown at buttom of a textedit-page
+ C HelpPage
+ C InfoBoardWidget Class for handling the verify label shown at bottom of a textedit-page
+ C KeyListRow
+ C KeyListColumn
+ C KeyMenuAbility
+ C KeyTable
+ C KeyList
+ C PlainTextEditorPage Class for handling a single tab of the tabwidget
+ C TextEdit TextEdit class
+ C TOFUInfoPage
+ C VerifyKeyDetailBox
C CoreCommonUtil
C ArchiveStruct
C ArchiveFileOperator
diff --git a/docs/html/navtreedata.js b/docs/html/navtreedata.js
index e2dfbec8..20d71dd1 100644
--- a/docs/html/navtreedata.js
+++ b/docs/html/navtreedata.js
@@ -26,11 +26,6 @@ var NAVTREE =
[
[ "GpgFrontend Project", "index.html", [
[ "GpgFrontend Develop Document Main Page", "index.html", null ],
- [ "Security Policy", "md_src_SECURITY.html", [
- [ "Supported Versions", "md_src_SECURITY.html#autotoc_md1", null ],
- [ "Platform & Library Support", "md_src_SECURITY.html#autotoc_md2", null ],
- [ "Reporting a Vulnerability", "md_src_SECURITY.html#autotoc_md3", null ]
- ] ],
[ "Namespaces", "namespaces.html", [
[ "Namespace List", "namespaces.html", "namespaces_dup" ],
[ "Namespace Members", "namespacemembers.html", [
@@ -58,13 +53,13 @@ var NAVTREE =
var NAVTREEINDEX =
[
"AboutDialog_8h_source.html",
-"classGpgFrontend_1_1GpgAdvancedOperator.html#a387ad457bb729f340f680d0b743733ad",
-"classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f",
-"classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3",
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a",
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec",
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a9dedd8bc17bbc53d31c9d292429be68b",
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a1e9badf8cc20ca49b2374cdc705b7602"
+"classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226",
+"classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402",
+"classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f",
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d",
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8",
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e",
+"structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/docs/html/navtreeindex0.js b/docs/html/navtreeindex0.js
index 3b5989ac..27440a9b 100644
--- a/docs/html/navtreeindex0.js
+++ b/docs/html/navtreeindex0.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX0 =
{
-"AboutDialog_8h_source.html":[4,0,0,1,0,1,0],
-"ArchiveFileOperator_8h_source.html":[4,0,0,0,1,3],
-"CacheManager_8h_source.html":[4,0,0,0,1,4],
-"CharsetOperator_8h_source.html":[4,0,0,0,1,5],
-"CoreCommonUtil_8h_source.html":[4,0,0,0,0,0],
-"CoreSignalStation_8h_source.html":[4,0,0,0,1,6],
-"CtxCheckTask_8h_source.html":[4,0,0,0,3,0],
-"DataObjectOperator_8h_source.html":[4,0,0,0,1,7],
-"ExportKeyPackageDialog_8h_source.html":[4,0,0,1,0,2,0],
-"FileOperator_8h_source.html":[4,0,0,0,1,8],
-"FilePage_8h_source.html":[4,0,0,1,4,0],
-"FileReadTask_8h_source.html":[4,0,0,0,3,1],
-"FindWidget_8h_source.html":[4,0,0,1,4,1],
-"GeneralDialog_8h_source.html":[4,0,0,1,0,6],
-"GeneralMainWindow_8h_source.html":[4,0,0,1,1,0],
-"GlobalSettingStation_8h_source.html":[4,0,0,0,1,9],
-"GnupgTab_8h_source.html":[4,0,0,1,0,1,1],
-"GpgAdvancedOperator_8h_source.html":[4,0,0,0,1,1,0],
-"GpgBasicOperator_8h_source.html":[4,0,0,0,1,1,1],
-"GpgCommandExecutor_8h_source.html":[4,0,0,0,1,1,2],
-"GpgConstants_8h_source.html":[4,0,0,0,4],
-"GpgContext_8h_source.html":[4,0,0,0,5],
-"GpgCoreInit_8h_source.html":[4,0,0,0,6],
-"GpgData_8h_source.html":[4,0,0,0,2,0],
-"GpgDecryptResultAnalyse_8h_source.html":[4,0,0,0,1,2,0],
-"GpgEncryptResultAnalyse_8h_source.html":[4,0,0,0,1,2,1],
-"GpgFileOpera_8h_source.html":[4,0,0,0,1,1,3],
-"GpgFrontendApplication_8h_source.html":[4,0,0,1,5],
-"GpgFrontendCore_8h_source.html":[4,0,0,0,7],
-"GpgFrontendUIInit_8h_source.html":[4,0,0,1,7],
-"GpgFrontendUI_8h_source.html":[4,0,0,1,6],
-"GpgFunctionObject_8h_source.html":[4,0,0,0,8],
-"GpgGenKeyInfo_8h_source.html":[4,0,0,0,9],
-"GpgInfo_8h_source.html":[4,0,0,0,10],
-"GpgKeyGetter_8h_source.html":[4,0,0,0,1,1,4],
-"GpgKeyImportExporter_8h_source.html":[4,0,0,0,1,1,5],
-"GpgKeyManager_8h_source.html":[4,0,0,0,1,1,6],
-"GpgKeyOpera_8h_source.html":[4,0,0,0,1,1,7],
-"GpgKeySignature_8h_source.html":[4,0,0,0,2,2],
-"GpgKey_8h_source.html":[4,0,0,0,2,1],
-"GpgModel_8h_source.html":[4,0,0,0,11],
-"GpgResultAnalyse_8h_source.html":[4,0,0,0,1,2,2],
-"GpgSignResultAnalyse_8h_source.html":[4,0,0,0,1,2,3],
-"GpgSignature_8h_source.html":[4,0,0,0,2,3],
-"GpgSubKey_8h_source.html":[4,0,0,0,2,4],
-"GpgTOFUInfo_8h_source.html":[4,0,0,0,2,5],
-"GpgUIDOperator_8h_source.html":[4,0,0,0,1,1,8],
-"GpgUID_8h_source.html":[4,0,0,0,2,6],
-"GpgVerifyResultAnalyse_8h_source.html":[4,0,0,0,1,2,4],
-"HelpPage_8h_source.html":[4,0,0,1,4,2],
-"InfoBoardWidget_8h_source.html":[4,0,0,1,4,3],
-"KeyDetailsDialog_8h_source.html":[4,0,0,1,0,4,0],
-"KeyImportDetailDialog_8h_source.html":[4,0,0,1,0,2,1],
-"KeyList_8h_source.html":[4,0,0,1,4,4],
-"KeyMgmt_8h_source.html":[4,0,0,1,1,1],
-"KeyNewUIDDialog_8h_source.html":[4,0,0,1,0,4,1],
-"KeyPackageOperator_8h_source.html":[4,0,0,0,1,10],
-"KeyPairDetailTab_8h_source.html":[4,0,0,1,0,4,2],
-"KeyPairOperaTab_8h_source.html":[4,0,0,1,0,4,3],
-"KeyPairSubkeyTab_8h_source.html":[4,0,0,1,0,4,4],
-"KeyPairUIDTab_8h_source.html":[4,0,0,1,0,4,5],
-"KeyServerImportDialog_8h_source.html":[4,0,0,1,0,2,2],
-"KeyServerImportTask_8h_source.html":[4,0,0,1,3,0],
-"KeyServerSearchTask_8h_source.html":[4,0,0,1,3,1],
-"KeySetExpireDateDialog_8h_source.html":[4,0,0,1,0,4,6],
-"KeyUIDSignDialog_8h_source.html":[4,0,0,1,0,4,7],
-"KeyUploadDialog_8h_source.html":[4,0,0,1,0,2,3],
-"KeygenDialog_8h_source.html":[4,0,0,1,0,3,0],
-"ListedKeyServerTestTask_8h_source.html":[4,0,0,1,3,2],
-"MainWindow_8h_source.html":[4,0,0,1,1,2],
-"PassphraseGenerator_8h_source.html":[4,0,0,0,1,11],
-"PlainTextEditorPage_8h_source.html":[4,0,0,1,4,5],
-"ProxyConnectionTestTask_8h_source.html":[4,0,0,1,3,3],
-"QuitDialog_8h_source.html":[4,0,0,1,0,7],
-"SettingsAdvanced_8h_source.html":[4,0,0,1,0,5,0],
-"SettingsAppearance_8h_source.html":[4,0,0,1,0,5,1],
-"SettingsDialog_8h_source.html":[4,0,0,1,0,5,2],
-"SettingsGeneral_8h_source.html":[4,0,0,1,0,5,3],
-"SettingsKeyServer_8h_source.html":[4,0,0,1,0,5,4],
-"SettingsNetwork_8h_source.html":[4,0,0,1,0,5,5],
-"SettingsObject_8h_source.html":[4,0,0,1,2,0],
-"SignalStation_8h_source.html":[4,0,0,1,8],
-"SignatureDetailsDialog_8h_source.html":[4,0,0,1,0,0,0],
-"SignersPicker_8h_source.html":[4,0,0,1,0,8],
-"SoftwareVersion_8h_source.html":[4,0,0,1,2,1],
-"SubkeyGenerateDialog_8h_source.html":[4,0,0,1,0,3,1],
-"TOFUInfoPage_8h_source.html":[4,0,0,1,4,7],
-"TaskRunnerGetter_8h_source.html":[4,0,0,0,3,4],
-"TaskRunner_8h_source.html":[4,0,0,0,3,3],
-"Task_8h_source.html":[4,0,0,0,3,2],
-"TextEdit_8h_source.html":[4,0,0,1,4,6],
-"ThreadingModel_8h_source.html":[4,0,0,0,3,5],
-"UserInterfaceUtils_8h_source.html":[4,0,0,1,9],
-"VerifyDetailsDialog_8h_source.html":[4,0,0,1,0,0,1],
-"VerifyKeyDetailBox_8h_source.html":[4,0,0,1,4,8],
-"VersionCheckTask_8h_source.html":[4,0,0,1,3,4],
-"WaitingDialog_8h_source.html":[4,0,0,1,0,9],
-"Wizard_8h_source.html":[4,0,0,1,0,10],
-"aes__ssl_8h_source.html":[4,0,0,0,1,0,0],
-"annotated.html":[3,0],
-"classGpgFrontend_1_1ArchiveFileOperator.html":[3,0,0,4],
-"classGpgFrontend_1_1ArchiveFileOperator.html#a872fc2bfdd8876d5bf6bc9893ff0d963":[3,0,0,4,0],
-"classGpgFrontend_1_1ArchiveFileOperator.html#ae2ca57d6af2f27560e97430a9eee3505":[3,0,0,4,2],
-"classGpgFrontend_1_1ArchiveFileOperator.html#ae80009defc3c4a94a7180966fb82a0d8":[3,0,0,4,1],
-"classGpgFrontend_1_1CacheManager.html":[3,0,0,5],
-"classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe":[3,0,0,5,2],
-"classGpgFrontend_1_1CacheManager.html#aaac1a2b86867831713efa5f092abf985":[3,0,0,5,1],
-"classGpgFrontend_1_1CacheManager.html#ae5246d24c5dbafb8f9abb561217ea235":[3,0,0,5,0],
-"classGpgFrontend_1_1ChannelObject.html":[3,0,0,33],
-"classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8":[3,0,0,33,2],
-"classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311":[3,0,0,33,5],
-"classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd":[3,0,0,33,1],
-"classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09":[3,0,0,33,4],
-"classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef":[3,0,0,33,3],
-"classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0":[3,0,0,33,0],
-"classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee":[3,0,0,33,6],
-"classGpgFrontend_1_1CharsetOperator.html":[3,0,0,6],
-"classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f":[3,0,0,6,2],
-"classGpgFrontend_1_1CharsetOperator.html#a5ec0034ec02c373471b9b23fa988829b":[3,0,0,6,1],
-"classGpgFrontend_1_1CharsetOperator.html#a707198805867df0e92b2db162da0f044":[3,0,0,6,0],
-"classGpgFrontend_1_1CoreCommonUtil.html":[3,0,0,2],
-"classGpgFrontend_1_1CoreCommonUtil.html#a0c5bfd282e20abb390aa01023ee27682":[3,0,0,2,0],
-"classGpgFrontend_1_1CoreCommonUtil.html#a4d36aa8744c3fb246080075ca1d81c9a":[3,0,0,2,7],
-"classGpgFrontend_1_1CoreCommonUtil.html#a84e293c5806f34231e682426092ed298":[3,0,0,2,6],
-"classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c":[3,0,0,2,1],
-"classGpgFrontend_1_1CoreCommonUtil.html#aa3e4003ca3248537973ea6cf42e9f040":[3,0,0,2,2],
-"classGpgFrontend_1_1CoreCommonUtil.html#abe5fa8731b0b672613505d59a576a3d7":[3,0,0,2,4],
-"classGpgFrontend_1_1CoreCommonUtil.html#ae2df4542d0d7d15a542f9c664f1f295f":[3,0,0,2,3],
-"classGpgFrontend_1_1CoreCommonUtil.html#ae78bbd20a519cbd8b4384e443c98231e":[3,0,0,2,5],
-"classGpgFrontend_1_1CoreSignalStation.html":[3,0,0,7],
-"classGpgFrontend_1_1CoreSignalStation.html#a0c5893909726b919ea733de9906cfb36":[3,0,0,7,0],
-"classGpgFrontend_1_1CoreSignalStation.html#a36c316a2a76fdf7c3e74dfa5f8ed6b15":[3,0,0,7,3],
-"classGpgFrontend_1_1CoreSignalStation.html#aac91061a578d4afe738495b5c6b3883f":[3,0,0,7,2],
-"classGpgFrontend_1_1CoreSignalStation.html#af30315ec5659ca05557b4f21f5297b08":[3,0,0,7,1],
-"classGpgFrontend_1_1DataObjectOperator.html":[3,0,0,8],
-"classGpgFrontend_1_1DataObjectOperator.html#a1f5c8469197b382a8c0974d64114dfcd":[3,0,0,8,2],
-"classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90":[3,0,0,8,11],
-"classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6":[3,0,0,8,0],
-"classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601":[3,0,0,8,8],
-"classGpgFrontend_1_1DataObjectOperator.html#a4bc3dbecd688c2ac1e01624a4d7b65b9":[3,0,0,8,4],
-"classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca":[3,0,0,8,6],
-"classGpgFrontend_1_1DataObjectOperator.html#a6190acb6a4b9dc4350cb346fb4a03a74":[3,0,0,8,1],
-"classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf":[3,0,0,8,3],
-"classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a":[3,0,0,8,7],
-"classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca":[3,0,0,8,10],
-"classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b":[3,0,0,8,9],
-"classGpgFrontend_1_1DataObjectOperator.html#ae6762d4f0f5ca2e83f7c1508cd25cc21":[3,0,0,8,5],
-"classGpgFrontend_1_1FileOperator.html":[3,0,0,9],
-"classGpgFrontend_1_1FileOperator.html#a08baef750a723ee709804120a34d19c9":[3,0,0,9,0],
-"classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c":[3,0,0,9,1],
-"classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338":[3,0,0,9,3],
-"classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b":[3,0,0,9,4],
-"classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a":[3,0,0,9,2],
-"classGpgFrontend_1_1GenKeyInfo.html":[3,0,0,37],
-"classGpgFrontend_1_1GenKeyInfo.html#a01baca0288fe2c4574a8b3d9ae8552d8":[3,0,0,37,62],
-"classGpgFrontend_1_1GenKeyInfo.html#a03230bfec48cfdf9d6f615c08a07b717":[3,0,0,37,49],
-"classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94":[3,0,0,37,23],
-"classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51":[3,0,0,37,12],
-"classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c":[3,0,0,37,7],
-"classGpgFrontend_1_1GenKeyInfo.html#a168d6fe5252812f5984ba6d8046c7741":[3,0,0,37,15],
-"classGpgFrontend_1_1GenKeyInfo.html#a1944c0da5cc25ca3c0df404d5b9a07e9":[3,0,0,37,67],
-"classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a":[3,0,0,37,35],
-"classGpgFrontend_1_1GenKeyInfo.html#a2226ccb2b0a53b7a8d2d11507efe27d6":[3,0,0,37,46],
-"classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9":[3,0,0,37,24],
-"classGpgFrontend_1_1GenKeyInfo.html#a2a2128871ff307439be30105d3845be9":[3,0,0,37,30],
-"classGpgFrontend_1_1GenKeyInfo.html#a2f156598d0f080ddf219f28f47c5addf":[3,0,0,37,51],
-"classGpgFrontend_1_1GenKeyInfo.html#a34392244d8cd477a590d02f02567a665":[3,0,0,37,58],
-"classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04":[3,0,0,37,1],
-"classGpgFrontend_1_1GenKeyInfo.html#a3885a3e81bdae51d324d4265403d664c":[3,0,0,37,55],
-"classGpgFrontend_1_1GenKeyInfo.html#a3d8347402309098d8d41e97b38a9336d":[3,0,0,37,50],
-"classGpgFrontend_1_1GenKeyInfo.html#a3e8a1d4943b283a6c6042e4e0bba02a8":[3,0,0,37,56],
-"classGpgFrontend_1_1GenKeyInfo.html#a3ed156b4414de8696db53e0539627743":[3,0,0,37,48],
-"classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55":[3,0,0,37,29],
-"classGpgFrontend_1_1GenKeyInfo.html#a48c113454bd67cd0d918da0469924727":[3,0,0,37,57],
-"classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9":[3,0,0,37,6],
-"classGpgFrontend_1_1GenKeyInfo.html#a4d1962deb33d9848b9b43343bfa55045":[3,0,0,37,65],
-"classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1":[3,0,0,37,17],
-"classGpgFrontend_1_1GenKeyInfo.html#a4fa1fb60b3e623d3e96d45b8156b4819":[3,0,0,37,53],
-"classGpgFrontend_1_1GenKeyInfo.html#a54aa9ef123265ff945af6a4ec091fd90":[3,0,0,37,63],
-"classGpgFrontend_1_1GenKeyInfo.html#a6102b91607b07598e1c3f262d66bbcdd":[3,0,0,37,47],
-"classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05":[3,0,0,37,37],
-"classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7":[3,0,0,37,41],
-"classGpgFrontend_1_1GenKeyInfo.html#a6819b0ca3ef7712b85ae320030cde023":[3,0,0,37,16],
-"classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d":[3,0,0,37,2],
-"classGpgFrontend_1_1GenKeyInfo.html#a6e54dd17a9e16a80e100a1a367f6e41c":[3,0,0,37,54],
-"classGpgFrontend_1_1GenKeyInfo.html#a742e5bcc903e8e01b69e568659fe3e20":[3,0,0,37,59],
-"classGpgFrontend_1_1GenKeyInfo.html#a76721be08c18907762ba6f6ccc4afc8a":[3,0,0,37,4],
-"classGpgFrontend_1_1GenKeyInfo.html#a7b8c6d162f1cb8a74e3ff150908270f5":[3,0,0,37,61],
-"classGpgFrontend_1_1GenKeyInfo.html#a7eda73ff0625a635f041365c21531c60":[3,0,0,37,0],
-"classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01":[3,0,0,37,28],
-"classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef":[3,0,0,37,43],
-"classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89":[3,0,0,37,9],
-"classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e":[3,0,0,37,36],
-"classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454":[3,0,0,37,34],
-"classGpgFrontend_1_1GenKeyInfo.html#a9e3cec33031de7d3d2728bd6883caece":[3,0,0,37,66],
-"classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a":[3,0,0,37,38],
-"classGpgFrontend_1_1GenKeyInfo.html#aa8fdbf7db3cb7e7a013fcf9c18cf069a":[3,0,0,37,45],
-"classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87":[3,0,0,37,18],
-"classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de":[3,0,0,37,32],
-"classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4":[3,0,0,37,20],
-"classGpgFrontend_1_1GenKeyInfo.html#ab97cbf3c5d6e30a6c85e8ca82b1ccfe3":[3,0,0,37,64],
-"classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892":[3,0,0,37,3],
-"classGpgFrontend_1_1GenKeyInfo.html#abb3e1366dca0288bdc42123e55d77335":[3,0,0,37,8],
-"classGpgFrontend_1_1GenKeyInfo.html#ac0dbb2d89b1e5f9b272679ba3f24314e":[3,0,0,37,13],
-"classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7":[3,0,0,37,10],
-"classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e":[3,0,0,37,33],
-"classGpgFrontend_1_1GenKeyInfo.html#ac629312630a78e32ee36ba0ff30bc9ff":[3,0,0,37,5],
-"classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1":[3,0,0,37,39],
-"classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149":[3,0,0,37,22],
-"classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7":[3,0,0,37,19],
-"classGpgFrontend_1_1GenKeyInfo.html#ad899d9ac85bb4fe39613b3207fd676c6":[3,0,0,37,60],
-"classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0":[3,0,0,37,26],
-"classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc":[3,0,0,37,21],
-"classGpgFrontend_1_1GenKeyInfo.html#adcd9c4f3e75f989810988e0bc81d401f":[3,0,0,37,31],
-"classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2":[3,0,0,37,11],
-"classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75":[3,0,0,37,40],
-"classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329":[3,0,0,37,42],
-"classGpgFrontend_1_1GenKeyInfo.html#aed17aae3218f74cea7273c9dd853a539":[3,0,0,37,52],
-"classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380":[3,0,0,37,27],
-"classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415":[3,0,0,37,25],
-"classGpgFrontend_1_1GenKeyInfo.html#afb8315b6612c64b3921b72df98ebcc74":[3,0,0,37,14],
-"classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4":[3,0,0,37,44],
-"classGpgFrontend_1_1GlobalSettingStation.html":[3,0,0,10],
-"classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565":[3,0,0,10,6],
-"classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b":[3,0,0,10,11],
-"classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c":[3,0,0,10,21],
-"classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388":[3,0,0,10,20],
-"classGpgFrontend_1_1GlobalSettingStation.html#a1e1993b72d0ad09d247b643b4447e57c":[3,0,0,10,12],
-"classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb":[3,0,0,10,17],
-"classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789":[3,0,0,10,5],
-"classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a":[3,0,0,10,14],
-"classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6":[3,0,0,10,16],
-"classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7":[3,0,0,10,18],
-"classGpgFrontend_1_1GlobalSettingStation.html#a657a17d85d06a3455a2d3ed0782f76a2":[3,0,0,10,3],
-"classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac":[3,0,0,10,19],
-"classGpgFrontend_1_1GlobalSettingStation.html#a73d553587447165c5c7b7a9704771963":[3,0,0,10,2],
-"classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23":[3,0,0,10,7],
-"classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00":[3,0,0,10,10],
-"classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb":[3,0,0,10,22],
-"classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0":[3,0,0,10,0],
-"classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d":[3,0,0,10,13],
-"classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a":[3,0,0,10,15],
-"classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3":[3,0,0,10,4],
-"classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332":[3,0,0,10,9],
-"classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451":[3,0,0,10,1],
-"classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830":[3,0,0,10,23],
-"classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0":[3,0,0,10,8],
-"classGpgFrontend_1_1GpgAdvancedOperator.html":[3,0,0,11],
-"classGpgFrontend_1_1GpgAdvancedOperator.html#a07c32ba25cf6153fbc8ee585c4ba377c":[3,0,0,11,6],
-"classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226":[3,0,0,11,3]
+"AboutDialog_8h_source.html":[3,0,0,1,0,2,0],
+"ArchiveFileOperator_8h_source.html":[3,0,0,0,1,3],
+"CacheManager_8h_source.html":[3,0,0,0,1,4],
+"CharsetOperator_8h_source.html":[3,0,0,0,1,5],
+"CoreCommonUtil_8h_source.html":[3,0,0,0,0,0],
+"CoreSignalStation_8h_source.html":[3,0,0,0,1,6],
+"CtxCheckTask_8h_source.html":[3,0,0,0,3,0],
+"DataObjectOperator_8h_source.html":[3,0,0,0,1,7],
+"ExportKeyPackageDialog_8h_source.html":[3,0,0,1,0,3,0],
+"FileOperator_8h_source.html":[3,0,0,0,1,8],
+"FilePage_8h_source.html":[3,0,0,1,4,0],
+"FileReadTask_8h_source.html":[3,0,0,0,3,1],
+"FindWidget_8h_source.html":[3,0,0,1,4,1],
+"GeneralDialog_8h_source.html":[3,0,0,1,0,7],
+"GeneralMainWindow_8h_source.html":[3,0,0,1,1,0],
+"GlobalSettingStation_8h_source.html":[3,0,0,0,1,9],
+"GnuPGControllerDialog_8h_source.html":[3,0,0,1,0,1,0],
+"GnupgTab_8h_source.html":[3,0,0,1,0,2,1],
+"GpgAdvancedOperator_8h_source.html":[3,0,0,0,1,1,0],
+"GpgBasicOperator_8h_source.html":[3,0,0,0,1,1,1],
+"GpgCommandExecutor_8h_source.html":[3,0,0,0,1,1,2],
+"GpgConstants_8h_source.html":[3,0,0,0,4],
+"GpgContext_8h_source.html":[3,0,0,0,5],
+"GpgCoreInit_8h_source.html":[3,0,0,0,6],
+"GpgData_8h_source.html":[3,0,0,0,2,0],
+"GpgDecryptResultAnalyse_8h_source.html":[3,0,0,0,1,2,0],
+"GpgEncryptResultAnalyse_8h_source.html":[3,0,0,0,1,2,1],
+"GpgFileOpera_8h_source.html":[3,0,0,0,1,1,3],
+"GpgFrontendApplication_8h_source.html":[3,0,0,1,5],
+"GpgFrontendCore_8h_source.html":[3,0,0,0,7],
+"GpgFrontendUIInit_8h_source.html":[3,0,0,1,7],
+"GpgFrontendUI_8h_source.html":[3,0,0,1,6],
+"GpgFunctionObject_8h_source.html":[3,0,0,0,8],
+"GpgGenKeyInfo_8h_source.html":[3,0,0,0,9],
+"GpgInfo_8h_source.html":[3,0,0,0,10],
+"GpgKeyGetter_8h_source.html":[3,0,0,0,1,1,4],
+"GpgKeyImportExporter_8h_source.html":[3,0,0,0,1,1,5],
+"GpgKeyManager_8h_source.html":[3,0,0,0,1,1,6],
+"GpgKeyOpera_8h_source.html":[3,0,0,0,1,1,7],
+"GpgKeySignature_8h_source.html":[3,0,0,0,2,2],
+"GpgKey_8h_source.html":[3,0,0,0,2,1],
+"GpgModel_8h_source.html":[3,0,0,0,11],
+"GpgResultAnalyse_8h_source.html":[3,0,0,0,1,2,2],
+"GpgSignResultAnalyse_8h_source.html":[3,0,0,0,1,2,3],
+"GpgSignature_8h_source.html":[3,0,0,0,2,3],
+"GpgSubKey_8h_source.html":[3,0,0,0,2,4],
+"GpgTOFUInfo_8h_source.html":[3,0,0,0,2,5],
+"GpgUIDOperator_8h_source.html":[3,0,0,0,1,1,8],
+"GpgUID_8h_source.html":[3,0,0,0,2,6],
+"GpgVerifyResultAnalyse_8h_source.html":[3,0,0,0,1,2,4],
+"HelpPage_8h_source.html":[3,0,0,1,4,2],
+"InfoBoardWidget_8h_source.html":[3,0,0,1,4,3],
+"KeyDetailsDialog_8h_source.html":[3,0,0,1,0,5,0],
+"KeyImportDetailDialog_8h_source.html":[3,0,0,1,0,3,1],
+"KeyList_8h_source.html":[3,0,0,1,4,4],
+"KeyMgmt_8h_source.html":[3,0,0,1,1,1],
+"KeyNewUIDDialog_8h_source.html":[3,0,0,1,0,5,1],
+"KeyPackageOperator_8h_source.html":[3,0,0,0,1,10],
+"KeyPairDetailTab_8h_source.html":[3,0,0,1,0,5,2],
+"KeyPairOperaTab_8h_source.html":[3,0,0,1,0,5,3],
+"KeyPairSubkeyTab_8h_source.html":[3,0,0,1,0,5,4],
+"KeyPairUIDTab_8h_source.html":[3,0,0,1,0,5,5],
+"KeyServerImportDialog_8h_source.html":[3,0,0,1,0,3,2],
+"KeyServerImportTask_8h_source.html":[3,0,0,1,3,0],
+"KeyServerSearchTask_8h_source.html":[3,0,0,1,3,1],
+"KeySetExpireDateDialog_8h_source.html":[3,0,0,1,0,5,6],
+"KeyUIDSignDialog_8h_source.html":[3,0,0,1,0,5,7],
+"KeyUploadDialog_8h_source.html":[3,0,0,1,0,3,3],
+"KeygenDialog_8h_source.html":[3,0,0,1,0,4,0],
+"ListedKeyServerTestTask_8h_source.html":[3,0,0,1,3,2],
+"MainWindow_8h_source.html":[3,0,0,1,1,2],
+"PassphraseGenerator_8h_source.html":[3,0,0,0,1,11],
+"PlainTextEditorPage_8h_source.html":[3,0,0,1,4,5],
+"ProxyConnectionTestTask_8h_source.html":[3,0,0,1,3,3],
+"QuitDialog_8h_source.html":[3,0,0,1,0,8],
+"SettingsAdvanced_8h_source.html":[3,0,0,1,0,6,0],
+"SettingsAppearance_8h_source.html":[3,0,0,1,0,6,1],
+"SettingsDialog_8h_source.html":[3,0,0,1,0,6,2],
+"SettingsGeneral_8h_source.html":[3,0,0,1,0,6,3],
+"SettingsKeyServer_8h_source.html":[3,0,0,1,0,6,4],
+"SettingsNetwork_8h_source.html":[3,0,0,1,0,6,5],
+"SettingsObject_8h_source.html":[3,0,0,1,2,0],
+"SignalStation_8h_source.html":[3,0,0,1,8],
+"SignatureDetailsDialog_8h_source.html":[3,0,0,1,0,0,0],
+"SignersPicker_8h_source.html":[3,0,0,1,0,9],
+"SoftwareVersion_8h_source.html":[3,0,0,1,2,1],
+"SubkeyGenerateDialog_8h_source.html":[3,0,0,1,0,4,1],
+"TOFUInfoPage_8h_source.html":[3,0,0,1,4,7],
+"TaskRunnerGetter_8h_source.html":[3,0,0,0,3,4],
+"TaskRunner_8h_source.html":[3,0,0,0,3,3],
+"Task_8h_source.html":[3,0,0,0,3,2],
+"TextEdit_8h_source.html":[3,0,0,1,4,6],
+"ThreadingModel_8h_source.html":[3,0,0,0,3,5],
+"UserInterfaceUtils_8h_source.html":[3,0,0,1,9],
+"VerifyDetailsDialog_8h_source.html":[3,0,0,1,0,0,1],
+"VerifyKeyDetailBox_8h_source.html":[3,0,0,1,4,8],
+"VersionCheckTask_8h_source.html":[3,0,0,1,3,4],
+"WaitingDialog_8h_source.html":[3,0,0,1,0,10],
+"Wizard_8h_source.html":[3,0,0,1,0,11],
+"aes__ssl_8h_source.html":[3,0,0,0,1,0,0],
+"annotated.html":[2,0],
+"classGpgFrontend_1_1ArchiveFileOperator.html":[2,0,0,4],
+"classGpgFrontend_1_1ArchiveFileOperator.html#a872fc2bfdd8876d5bf6bc9893ff0d963":[2,0,0,4,0],
+"classGpgFrontend_1_1ArchiveFileOperator.html#ae2ca57d6af2f27560e97430a9eee3505":[2,0,0,4,2],
+"classGpgFrontend_1_1ArchiveFileOperator.html#ae80009defc3c4a94a7180966fb82a0d8":[2,0,0,4,1],
+"classGpgFrontend_1_1CacheManager.html":[2,0,0,5],
+"classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe":[2,0,0,5,2],
+"classGpgFrontend_1_1CacheManager.html#aaac1a2b86867831713efa5f092abf985":[2,0,0,5,1],
+"classGpgFrontend_1_1CacheManager.html#ae5246d24c5dbafb8f9abb561217ea235":[2,0,0,5,0],
+"classGpgFrontend_1_1ChannelObject.html":[2,0,0,33],
+"classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8":[2,0,0,33,2],
+"classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311":[2,0,0,33,5],
+"classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd":[2,0,0,33,1],
+"classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09":[2,0,0,33,4],
+"classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef":[2,0,0,33,3],
+"classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0":[2,0,0,33,0],
+"classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee":[2,0,0,33,6],
+"classGpgFrontend_1_1CharsetOperator.html":[2,0,0,6],
+"classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f":[2,0,0,6,2],
+"classGpgFrontend_1_1CharsetOperator.html#a5ec0034ec02c373471b9b23fa988829b":[2,0,0,6,1],
+"classGpgFrontend_1_1CharsetOperator.html#a707198805867df0e92b2db162da0f044":[2,0,0,6,0],
+"classGpgFrontend_1_1CoreCommonUtil.html":[2,0,0,2],
+"classGpgFrontend_1_1CoreCommonUtil.html#a0c5bfd282e20abb390aa01023ee27682":[2,0,0,2,0],
+"classGpgFrontend_1_1CoreCommonUtil.html#a4d36aa8744c3fb246080075ca1d81c9a":[2,0,0,2,7],
+"classGpgFrontend_1_1CoreCommonUtil.html#a84e293c5806f34231e682426092ed298":[2,0,0,2,6],
+"classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c":[2,0,0,2,1],
+"classGpgFrontend_1_1CoreCommonUtil.html#aa3e4003ca3248537973ea6cf42e9f040":[2,0,0,2,2],
+"classGpgFrontend_1_1CoreCommonUtil.html#abe5fa8731b0b672613505d59a576a3d7":[2,0,0,2,4],
+"classGpgFrontend_1_1CoreCommonUtil.html#ae2df4542d0d7d15a542f9c664f1f295f":[2,0,0,2,3],
+"classGpgFrontend_1_1CoreCommonUtil.html#ae78bbd20a519cbd8b4384e443c98231e":[2,0,0,2,5],
+"classGpgFrontend_1_1CoreSignalStation.html":[2,0,0,7],
+"classGpgFrontend_1_1CoreSignalStation.html#a0c5893909726b919ea733de9906cfb36":[2,0,0,7,0],
+"classGpgFrontend_1_1CoreSignalStation.html#a36c316a2a76fdf7c3e74dfa5f8ed6b15":[2,0,0,7,3],
+"classGpgFrontend_1_1CoreSignalStation.html#aac91061a578d4afe738495b5c6b3883f":[2,0,0,7,2],
+"classGpgFrontend_1_1CoreSignalStation.html#af30315ec5659ca05557b4f21f5297b08":[2,0,0,7,1],
+"classGpgFrontend_1_1DataObjectOperator.html":[2,0,0,8],
+"classGpgFrontend_1_1DataObjectOperator.html#a1f5c8469197b382a8c0974d64114dfcd":[2,0,0,8,2],
+"classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90":[2,0,0,8,11],
+"classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6":[2,0,0,8,0],
+"classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601":[2,0,0,8,8],
+"classGpgFrontend_1_1DataObjectOperator.html#a4bc3dbecd688c2ac1e01624a4d7b65b9":[2,0,0,8,4],
+"classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca":[2,0,0,8,6],
+"classGpgFrontend_1_1DataObjectOperator.html#a6190acb6a4b9dc4350cb346fb4a03a74":[2,0,0,8,1],
+"classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf":[2,0,0,8,3],
+"classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a":[2,0,0,8,7],
+"classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca":[2,0,0,8,10],
+"classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b":[2,0,0,8,9],
+"classGpgFrontend_1_1DataObjectOperator.html#ae6762d4f0f5ca2e83f7c1508cd25cc21":[2,0,0,8,5],
+"classGpgFrontend_1_1FileOperator.html":[2,0,0,9],
+"classGpgFrontend_1_1FileOperator.html#a08baef750a723ee709804120a34d19c9":[2,0,0,9,0],
+"classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c":[2,0,0,9,1],
+"classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338":[2,0,0,9,3],
+"classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b":[2,0,0,9,4],
+"classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a":[2,0,0,9,2],
+"classGpgFrontend_1_1GenKeyInfo.html":[2,0,0,37],
+"classGpgFrontend_1_1GenKeyInfo.html#a01baca0288fe2c4574a8b3d9ae8552d8":[2,0,0,37,62],
+"classGpgFrontend_1_1GenKeyInfo.html#a03230bfec48cfdf9d6f615c08a07b717":[2,0,0,37,49],
+"classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94":[2,0,0,37,23],
+"classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51":[2,0,0,37,12],
+"classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c":[2,0,0,37,7],
+"classGpgFrontend_1_1GenKeyInfo.html#a168d6fe5252812f5984ba6d8046c7741":[2,0,0,37,15],
+"classGpgFrontend_1_1GenKeyInfo.html#a1944c0da5cc25ca3c0df404d5b9a07e9":[2,0,0,37,67],
+"classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a":[2,0,0,37,35],
+"classGpgFrontend_1_1GenKeyInfo.html#a2226ccb2b0a53b7a8d2d11507efe27d6":[2,0,0,37,46],
+"classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9":[2,0,0,37,24],
+"classGpgFrontend_1_1GenKeyInfo.html#a2a2128871ff307439be30105d3845be9":[2,0,0,37,30],
+"classGpgFrontend_1_1GenKeyInfo.html#a2f156598d0f080ddf219f28f47c5addf":[2,0,0,37,51],
+"classGpgFrontend_1_1GenKeyInfo.html#a34392244d8cd477a590d02f02567a665":[2,0,0,37,58],
+"classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04":[2,0,0,37,1],
+"classGpgFrontend_1_1GenKeyInfo.html#a3885a3e81bdae51d324d4265403d664c":[2,0,0,37,55],
+"classGpgFrontend_1_1GenKeyInfo.html#a3d8347402309098d8d41e97b38a9336d":[2,0,0,37,50],
+"classGpgFrontend_1_1GenKeyInfo.html#a3e8a1d4943b283a6c6042e4e0bba02a8":[2,0,0,37,56],
+"classGpgFrontend_1_1GenKeyInfo.html#a3ed156b4414de8696db53e0539627743":[2,0,0,37,48],
+"classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55":[2,0,0,37,29],
+"classGpgFrontend_1_1GenKeyInfo.html#a48c113454bd67cd0d918da0469924727":[2,0,0,37,57],
+"classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9":[2,0,0,37,6],
+"classGpgFrontend_1_1GenKeyInfo.html#a4d1962deb33d9848b9b43343bfa55045":[2,0,0,37,65],
+"classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1":[2,0,0,37,17],
+"classGpgFrontend_1_1GenKeyInfo.html#a4fa1fb60b3e623d3e96d45b8156b4819":[2,0,0,37,53],
+"classGpgFrontend_1_1GenKeyInfo.html#a54aa9ef123265ff945af6a4ec091fd90":[2,0,0,37,63],
+"classGpgFrontend_1_1GenKeyInfo.html#a6102b91607b07598e1c3f262d66bbcdd":[2,0,0,37,47],
+"classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05":[2,0,0,37,37],
+"classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7":[2,0,0,37,41],
+"classGpgFrontend_1_1GenKeyInfo.html#a6819b0ca3ef7712b85ae320030cde023":[2,0,0,37,16],
+"classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d":[2,0,0,37,2],
+"classGpgFrontend_1_1GenKeyInfo.html#a6e54dd17a9e16a80e100a1a367f6e41c":[2,0,0,37,54],
+"classGpgFrontend_1_1GenKeyInfo.html#a742e5bcc903e8e01b69e568659fe3e20":[2,0,0,37,59],
+"classGpgFrontend_1_1GenKeyInfo.html#a76721be08c18907762ba6f6ccc4afc8a":[2,0,0,37,4],
+"classGpgFrontend_1_1GenKeyInfo.html#a7b8c6d162f1cb8a74e3ff150908270f5":[2,0,0,37,61],
+"classGpgFrontend_1_1GenKeyInfo.html#a7eda73ff0625a635f041365c21531c60":[2,0,0,37,0],
+"classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01":[2,0,0,37,28],
+"classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef":[2,0,0,37,43],
+"classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89":[2,0,0,37,9],
+"classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e":[2,0,0,37,36],
+"classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454":[2,0,0,37,34],
+"classGpgFrontend_1_1GenKeyInfo.html#a9e3cec33031de7d3d2728bd6883caece":[2,0,0,37,66],
+"classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a":[2,0,0,37,38],
+"classGpgFrontend_1_1GenKeyInfo.html#aa8fdbf7db3cb7e7a013fcf9c18cf069a":[2,0,0,37,45],
+"classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87":[2,0,0,37,18],
+"classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de":[2,0,0,37,32],
+"classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4":[2,0,0,37,20],
+"classGpgFrontend_1_1GenKeyInfo.html#ab97cbf3c5d6e30a6c85e8ca82b1ccfe3":[2,0,0,37,64],
+"classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892":[2,0,0,37,3],
+"classGpgFrontend_1_1GenKeyInfo.html#abb3e1366dca0288bdc42123e55d77335":[2,0,0,37,8],
+"classGpgFrontend_1_1GenKeyInfo.html#ac0dbb2d89b1e5f9b272679ba3f24314e":[2,0,0,37,13],
+"classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7":[2,0,0,37,10],
+"classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e":[2,0,0,37,33],
+"classGpgFrontend_1_1GenKeyInfo.html#ac629312630a78e32ee36ba0ff30bc9ff":[2,0,0,37,5],
+"classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1":[2,0,0,37,39],
+"classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149":[2,0,0,37,22],
+"classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7":[2,0,0,37,19],
+"classGpgFrontend_1_1GenKeyInfo.html#ad899d9ac85bb4fe39613b3207fd676c6":[2,0,0,37,60],
+"classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0":[2,0,0,37,26],
+"classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc":[2,0,0,37,21],
+"classGpgFrontend_1_1GenKeyInfo.html#adcd9c4f3e75f989810988e0bc81d401f":[2,0,0,37,31],
+"classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2":[2,0,0,37,11],
+"classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75":[2,0,0,37,40],
+"classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329":[2,0,0,37,42],
+"classGpgFrontend_1_1GenKeyInfo.html#aed17aae3218f74cea7273c9dd853a539":[2,0,0,37,52],
+"classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380":[2,0,0,37,27],
+"classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415":[2,0,0,37,25],
+"classGpgFrontend_1_1GenKeyInfo.html#afb8315b6612c64b3921b72df98ebcc74":[2,0,0,37,14],
+"classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4":[2,0,0,37,44],
+"classGpgFrontend_1_1GlobalSettingStation.html":[2,0,0,10],
+"classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565":[2,0,0,10,6],
+"classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b":[2,0,0,10,11],
+"classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c":[2,0,0,10,21],
+"classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388":[2,0,0,10,20],
+"classGpgFrontend_1_1GlobalSettingStation.html#a1e1993b72d0ad09d247b643b4447e57c":[2,0,0,10,12],
+"classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb":[2,0,0,10,17],
+"classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789":[2,0,0,10,5],
+"classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a":[2,0,0,10,14],
+"classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6":[2,0,0,10,16],
+"classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7":[2,0,0,10,18],
+"classGpgFrontend_1_1GlobalSettingStation.html#a657a17d85d06a3455a2d3ed0782f76a2":[2,0,0,10,3],
+"classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac":[2,0,0,10,19],
+"classGpgFrontend_1_1GlobalSettingStation.html#a73d553587447165c5c7b7a9704771963":[2,0,0,10,2],
+"classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23":[2,0,0,10,7],
+"classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00":[2,0,0,10,10],
+"classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb":[2,0,0,10,22],
+"classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0":[2,0,0,10,0],
+"classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d":[2,0,0,10,13],
+"classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a":[2,0,0,10,15],
+"classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3":[2,0,0,10,4],
+"classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332":[2,0,0,10,9],
+"classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451":[2,0,0,10,1],
+"classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830":[2,0,0,10,23],
+"classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0":[2,0,0,10,8],
+"classGpgFrontend_1_1GpgAdvancedOperator.html":[2,0,0,11],
+"classGpgFrontend_1_1GpgAdvancedOperator.html#a07c32ba25cf6153fbc8ee585c4ba377c":[2,0,0,11,6]
};
diff --git a/docs/html/navtreeindex1.js b/docs/html/navtreeindex1.js
index 78cefb15..89111f81 100644
--- a/docs/html/navtreeindex1.js
+++ b/docs/html/navtreeindex1.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX1 =
{
-"classGpgFrontend_1_1GpgAdvancedOperator.html#a387ad457bb729f340f680d0b743733ad":[3,0,0,11,8],
-"classGpgFrontend_1_1GpgAdvancedOperator.html#a46085a11235894deccd312fc259d5078":[3,0,0,11,5],
-"classGpgFrontend_1_1GpgAdvancedOperator.html#a5801bf4ea7391cbcc60efd2513d41041":[3,0,0,11,4],
-"classGpgFrontend_1_1GpgAdvancedOperator.html#a6876b6ee63ff7147c274e4f9538d29ce":[3,0,0,11,2],
-"classGpgFrontend_1_1GpgAdvancedOperator.html#a71eb87ed095754ee1e9fa79125240f3e":[3,0,0,11,1],
-"classGpgFrontend_1_1GpgAdvancedOperator.html#a9233156767f1d45272b95decd18241e3":[3,0,0,11,0],
-"classGpgFrontend_1_1GpgAdvancedOperator.html#a9313410359ed9cff9ee66fa9b4b095ee":[3,0,0,11,7],
-"classGpgFrontend_1_1GpgBasicOperator.html":[3,0,0,12],
-"classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a":[3,0,0,12,4],
-"classGpgFrontend_1_1GpgBasicOperator.html#a11845a9a3ea2941e14faa9130f0ac9ef":[3,0,0,12,2],
-"classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae":[3,0,0,12,0],
-"classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a":[3,0,0,12,3],
-"classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf":[3,0,0,12,6],
-"classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073":[3,0,0,12,5],
-"classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3":[3,0,0,12,8],
-"classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953":[3,0,0,12,1],
-"classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df":[3,0,0,12,7],
-"classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509":[3,0,0,12,9],
-"classGpgFrontend_1_1GpgBasicOperator.html#afad990a43ab06a060a93db9948ebb740":[3,0,0,12,10],
-"classGpgFrontend_1_1GpgCommandExecutor.html":[3,0,0,13],
-"classGpgFrontend_1_1GpgCommandExecutor.html#a9025336aea731e48e9411dc96f6cbc28":[3,0,0,13,2],
-"classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38":[3,0,0,13,0],
-"classGpgFrontend_1_1GpgCommandExecutor.html#aefc4f18ec852b98c539d97da1c712a02":[3,0,0,13,3],
-"classGpgFrontend_1_1GpgCommandExecutor.html#affa984ec4c2982c527761289f73c1ab4":[3,0,0,13,1],
-"classGpgFrontend_1_1GpgConstants.html":[3,0,0,30],
-"classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2":[3,0,0,30,1],
-"classGpgFrontend_1_1GpgConstants.html#a2c92d804e331fea2a57cba3028aa51ae":[3,0,0,30,0],
-"classGpgFrontend_1_1GpgConstants.html#a36861cbbc85a53f4a42fa07153aa0150":[3,0,0,30,7],
-"classGpgFrontend_1_1GpgConstants.html#a53310750d959947f316c793504e6eac1":[3,0,0,30,6],
-"classGpgFrontend_1_1GpgConstants.html#a58558c2335021c7e6217dbd156d07705":[3,0,0,30,2],
-"classGpgFrontend_1_1GpgConstants.html#a7f8ee639c08d4b477e6ab6ec87500f9b":[3,0,0,30,5],
-"classGpgFrontend_1_1GpgConstants.html#aa3fa92fdc37cef4bba55b5e340299e9d":[3,0,0,30,3],
-"classGpgFrontend_1_1GpgConstants.html#aafcb370531c8e84dec1e4d81ffeade1a":[3,0,0,30,8],
-"classGpgFrontend_1_1GpgConstants.html#accb94e62d07af77123b79462971b4d55":[3,0,0,30,4],
-"classGpgFrontend_1_1GpgContext.html":[3,0,0,32],
-"classGpgFrontend_1_1GpgContext.html#a01e46d0718b61a224a52028b9da90468":[3,0,0,32,19],
-"classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b":[3,0,0,32,3],
-"classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c":[3,0,0,32,12],
-"classGpgFrontend_1_1GpgContext.html#a36e807be6873698b5f8d4218bdfe8732":[3,0,0,32,13],
-"classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271":[3,0,0,32,15],
-"classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147":[3,0,0,32,2],
-"classGpgFrontend_1_1GpgContext.html#a4765cccf9f994a9c7b3d962a24bed77e":[3,0,0,32,17],
-"classGpgFrontend_1_1GpgContext.html#a4a8f6ff37e45979159ab375b2c7d48c3":[3,0,0,32,7],
-"classGpgFrontend_1_1GpgContext.html#a4fb92a23d989f514536a26509b4d0993":[3,0,0,32,21],
-"classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524":[3,0,0,32,10],
-"classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913":[3,0,0,32,8],
-"classGpgFrontend_1_1GpgContext.html#a76fba43d1439c7811e1a9424d0c16d40":[3,0,0,32,5],
-"classGpgFrontend_1_1GpgContext.html#a838e2ec5571dc810af7c075c28d630db":[3,0,0,32,20],
-"classGpgFrontend_1_1GpgContext.html#aaf3f394ff1790897c315c3249b1f06fe":[3,0,0,32,11],
-"classGpgFrontend_1_1GpgContext.html#aaf3f5b4528b35bf0dc7a50163224a9a3":[3,0,0,32,16],
-"classGpgFrontend_1_1GpgContext.html#ac7c9b2212a77e7cede94d68243541b1b":[3,0,0,32,9],
-"classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4":[3,0,0,32,14],
-"classGpgFrontend_1_1GpgContext.html#ad89cdcb4fd0d8ad759e59254e4b7281c":[3,0,0,32,18],
-"classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725":[3,0,0,32,4],
-"classGpgFrontend_1_1GpgContext.html#aeafe3f6d1d97d63aeefa428cce23bc59":[3,0,0,32,1],
-"classGpgFrontend_1_1GpgContext.html#af46f09a4f5c77429c3e782b551812ec2":[3,0,0,32,6],
-"classGpgFrontend_1_1GpgData.html":[3,0,0,39],
-"classGpgFrontend_1_1GpgData.html#a20e2c42db476247b544012ebe677a8e2":[3,0,0,39,5],
-"classGpgFrontend_1_1GpgData.html#a5e607c3bb69f998aaac761f400dd6440":[3,0,0,39,2],
-"classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da":[3,0,0,39,1],
-"classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1":[3,0,0,39,4],
-"classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700":[3,0,0,39,3],
-"classGpgFrontend_1_1GpgDecryptResultAnalyse.html":[3,0,0,24],
-"classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44":[3,0,0,24,2],
-"classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372":[3,0,0,24,0],
-"classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a4d3610af76ab14018ec1ca90953c69d4":[3,0,0,24,4],
-"classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a5963cadf8c63cb2c620ea7c09c7ebf2e":[3,0,0,24,3],
-"classGpgFrontend_1_1GpgDecryptResultAnalyse.html#aa3491d7e9b6afdf74c4b27ddbf9723fa":[3,0,0,24,1],
-"classGpgFrontend_1_1GpgEncryptResultAnalyse.html":[3,0,0,25],
-"classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747":[3,0,0,25,0],
-"classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a6b5301ccc9fad983c4fc53fe0a47d6b2":[3,0,0,25,3],
-"classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a8d2782f129f2b0023f79b84119de0e6b":[3,0,0,25,2],
-"classGpgFrontend_1_1GpgEncryptResultAnalyse.html#afd2a380a0d6bf3f69ab84e4bdabbea27":[3,0,0,25,1],
-"classGpgFrontend_1_1GpgFileOpera.html":[3,0,0,14],
-"classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7":[3,0,0,14,7],
-"classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379":[3,0,0,14,3],
-"classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8":[3,0,0,14,6],
-"classGpgFrontend_1_1GpgFileOpera.html#a6353e1688b113e5746aced6aa7f3876e":[3,0,0,14,5],
-"classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd":[3,0,0,14,1],
-"classGpgFrontend_1_1GpgFileOpera.html#a826efca057afb07157453b3b9e267b0f":[3,0,0,14,4],
-"classGpgFrontend_1_1GpgFileOpera.html#a90949b4e9e6116784260cd0e416551db":[3,0,0,14,2],
-"classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152":[3,0,0,14,0],
-"classGpgFrontend_1_1GpgImportInformation.html":[3,0,0,17],
-"classGpgFrontend_1_1GpgImportInformation.html#a0e946c24f6045b2454ac3296df2e299e":[3,0,0,17,4],
-"classGpgFrontend_1_1GpgImportInformation.html#a19e37d28f4462caf2b3522d50ceaf897":[3,0,0,17,0],
-"classGpgFrontend_1_1GpgImportInformation.html#a226f8d47609d1fd562d84c1f02fed02a":[3,0,0,17,5],
-"classGpgFrontend_1_1GpgImportInformation.html#a2ca60bb922c73eec90b74a9827becfe9":[3,0,0,17,13],
-"classGpgFrontend_1_1GpgImportInformation.html#a3c7ef95ff89df66e376bacdf09abb61b":[3,0,0,17,15],
-"classGpgFrontend_1_1GpgImportInformation.html#a43096e07e00d7650be8e286d45899ed0":[3,0,0,17,10],
-"classGpgFrontend_1_1GpgImportInformation.html#a47346d8f24587e024147fd3129d1233e":[3,0,0,17,14],
-"classGpgFrontend_1_1GpgImportInformation.html#a4e8d490de713686b043ee899969965a6":[3,0,0,17,7],
-"classGpgFrontend_1_1GpgImportInformation.html#a55756b7a0ba05f1086369e680a532021":[3,0,0,17,2],
-"classGpgFrontend_1_1GpgImportInformation.html#a7ca790cc6e9b12c5c3fd9fcea3ec0f37":[3,0,0,17,12],
-"classGpgFrontend_1_1GpgImportInformation.html#a8b98cf24d9fdddc7678b755b2f472a83":[3,0,0,17,6],
-"classGpgFrontend_1_1GpgImportInformation.html#a8db7f3b11fa2825dc9939f029742c933":[3,0,0,17,8],
-"classGpgFrontend_1_1GpgImportInformation.html#aa1e033e2dee0fd7b4e0fed537e24aa70":[3,0,0,17,9],
-"classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56":[3,0,0,17,1],
-"classGpgFrontend_1_1GpgImportInformation.html#acc4095bfe874287bb8823be30a9fcb45":[3,0,0,17,11],
-"classGpgFrontend_1_1GpgImportInformation.html#add4b1898e674e14b8f649e60b585db89":[3,0,0,17,3],
-"classGpgFrontend_1_1GpgImportedKey.html":[3,0,0,16],
-"classGpgFrontend_1_1GpgImportedKey.html#a356e729d0002ba280910de3a5fcc7f1e":[3,0,0,16,1],
-"classGpgFrontend_1_1GpgImportedKey.html#aaeba0000ee69f4eec95fb5b109f7058e":[3,0,0,16,0],
-"classGpgFrontend_1_1GpgInfo.html":[3,0,0,38],
-"classGpgFrontend_1_1GpgInfo.html#a072503811cb59dad27040e4e8914d18b":[3,0,0,38,13],
-"classGpgFrontend_1_1GpgInfo.html#a0c1dbdb54f880a620419fdbd8336dc5d":[3,0,0,38,8],
-"classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0":[3,0,0,38,0],
-"classGpgFrontend_1_1GpgInfo.html#a2fcd53b59bc251c38eb8d79cec946777":[3,0,0,38,11],
-"classGpgFrontend_1_1GpgInfo.html#a45516e791eb3655e7f66bcf99067d3bb":[3,0,0,38,14],
-"classGpgFrontend_1_1GpgInfo.html#a48659b780f8d0153ca0eb985a072b5ba":[3,0,0,38,1],
-"classGpgFrontend_1_1GpgInfo.html#a7347d47006bdf41f1da979ea3289de7e":[3,0,0,38,6],
-"classGpgFrontend_1_1GpgInfo.html#a8c7e75d67b2438c61bbe4cebe68a7029":[3,0,0,38,7],
-"classGpgFrontend_1_1GpgInfo.html#aa8224398d82e584e13a7859362139d56":[3,0,0,38,15],
-"classGpgFrontend_1_1GpgInfo.html#aae8f26ff084fb2541826efb7b20c3dc0":[3,0,0,38,4],
-"classGpgFrontend_1_1GpgInfo.html#aaea5a9651daac0323495ce12c152dc23":[3,0,0,38,12],
-"classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9":[3,0,0,38,9],
-"classGpgFrontend_1_1GpgInfo.html#ac8ecbf438d05dc434c77825dd38dfdf2":[3,0,0,38,3],
-"classGpgFrontend_1_1GpgInfo.html#af6ca2e99ffc487b8e4aa251d3cb23191":[3,0,0,38,10],
-"classGpgFrontend_1_1GpgInfo.html#af771ce437619235615538e28c9096788":[3,0,0,38,5],
-"classGpgFrontend_1_1GpgInfo.html#af81f332808633b18e3f0105caa761754":[3,0,0,38,2],
-"classGpgFrontend_1_1GpgKey.html":[3,0,0,40],
-"classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b":[3,0,0,40,12],
-"classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f":[3,0,0,40,19],
-"classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804":[3,0,0,40,5],
-"classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697":[3,0,0,40,4],
-"classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490":[3,0,0,40,31],
-"classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44":[3,0,0,40,16],
-"classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df":[3,0,0,40,14],
-"classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6":[3,0,0,40,25],
-"classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1":[3,0,0,40,2],
-"classGpgFrontend_1_1GpgKey.html#a3fd5bfe6e9fd5f016b854fc92f19146e":[3,0,0,40,9],
-"classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367":[3,0,0,40,41],
-"classGpgFrontend_1_1GpgKey.html#a55a6485f6c2cc5bec0fdf02cd7e0d8ea":[3,0,0,40,10],
-"classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6":[3,0,0,40,24],
-"classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6":[3,0,0,40,17],
-"classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605":[3,0,0,40,32],
-"classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877":[3,0,0,40,34],
-"classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87":[3,0,0,40,36],
-"classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327":[3,0,0,40,23],
-"classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a":[3,0,0,40,39],
-"classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d":[3,0,0,40,20],
-"classGpgFrontend_1_1GpgKey.html#a7b1e0398bedaecbfa2757243e5f4f0ab":[3,0,0,40,11],
-"classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc":[3,0,0,40,15],
-"classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c":[3,0,0,40,22],
-"classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b":[3,0,0,40,37],
-"classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d":[3,0,0,40,35],
-"classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e":[3,0,0,40,13],
-"classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9":[3,0,0,40,3],
-"classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d":[3,0,0,40,27],
-"classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741":[3,0,0,40,33],
-"classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99":[3,0,0,40,21],
-"classGpgFrontend_1_1GpgKey.html#ac90afba6a5aec0bc2c0f1e01de417ec8":[3,0,0,40,7],
-"classGpgFrontend_1_1GpgKey.html#ad1784bcc872f42b87e48bcfa40dab4cd":[3,0,0,40,42],
-"classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130":[3,0,0,40,18],
-"classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d":[3,0,0,40,38],
-"classGpgFrontend_1_1GpgKey.html#ae1957e909d8dcbe48c5931d1cdff7a81":[3,0,0,40,1],
-"classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c":[3,0,0,40,26],
-"classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6":[3,0,0,40,40],
-"classGpgFrontend_1_1GpgKey.html#aeb316f8728b10e966eed6f0291794eed":[3,0,0,40,6],
-"classGpgFrontend_1_1GpgKey.html#aec4e7e1845073f23cf55dc660c69c44a":[3,0,0,40,43],
-"classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1":[3,0,0,40,28],
-"classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad":[3,0,0,40,8],
-"classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0":[3,0,0,40,29],
-"classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed":[3,0,0,40,30],
-"classGpgFrontend_1_1GpgKeyGetter.html":[3,0,0,15],
-"classGpgFrontend_1_1GpgKeyGetter.html#a028fe69516a51c526bbd2ec4235053ad":[3,0,0,15,6],
-"classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430":[3,0,0,15,8],
-"classGpgFrontend_1_1GpgKeyGetter.html#a7ec8d8431a771c602cbfa946d13d6c74":[3,0,0,15,7],
-"classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a":[3,0,0,15,10],
-"classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285":[3,0,0,15,0],
-"classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1":[3,0,0,15,4],
-"classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066":[3,0,0,15,11],
-"classGpgFrontend_1_1GpgKeyGetter.html#aa4aef315d82123726be879097d3df147":[3,0,0,15,9],
-"classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805":[3,0,0,15,5],
-"classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260":[3,0,0,15,3],
-"classGpgFrontend_1_1GpgKeyGetter.html#ad9a902ea54566d4583304b072c4add51":[3,0,0,15,2],
-"classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335":[3,0,0,15,12],
-"classGpgFrontend_1_1GpgKeyGetter.html#afe78ac470287d70e7df51aae327b9f54":[3,0,0,15,1],
-"classGpgFrontend_1_1GpgKeyImportExporter.html":[3,0,0,18],
-"classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561":[3,0,0,18,0],
-"classGpgFrontend_1_1GpgKeyImportExporter.html#a51cb18aa7302d7a48ccd1ee17f060391":[3,0,0,18,2],
-"classGpgFrontend_1_1GpgKeyImportExporter.html#a6a5e8d642ac5a3e98799af6495ef590b":[3,0,0,18,6],
-"classGpgFrontend_1_1GpgKeyImportExporter.html#a8157afa844c8bf964ce83f5de71efc5a":[3,0,0,18,4],
-"classGpgFrontend_1_1GpgKeyImportExporter.html#aa0a73314ef94f397e2ef53d40abc9731":[3,0,0,18,3],
-"classGpgFrontend_1_1GpgKeyImportExporter.html#aa9fbda8f6c3fa36a503075d7a124fa3f":[3,0,0,18,5],
-"classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d":[3,0,0,18,8],
-"classGpgFrontend_1_1GpgKeyImportExporter.html#abf7c0442549ae8602e1249cdf0da55df":[3,0,0,18,7],
-"classGpgFrontend_1_1GpgKeyImportExporter.html#ade0e4de4078b6589f863dbfc76786f0e":[3,0,0,18,9],
-"classGpgFrontend_1_1GpgKeyImportExporter.html#ae7d61a8c39ef7e7f1562895dbf108e68":[3,0,0,18,1],
-"classGpgFrontend_1_1GpgKeyManager.html":[3,0,0,19],
-"classGpgFrontend_1_1GpgKeyManager.html#a073f96ccfa483a8856197610b8bdee9e":[3,0,0,19,4],
-"classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0":[3,0,0,19,3],
-"classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d":[3,0,0,19,2],
-"classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d":[3,0,0,19,0],
-"classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8":[3,0,0,19,1],
-"classGpgFrontend_1_1GpgKeyOpera.html":[3,0,0,20],
-"classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079":[3,0,0,20,0],
-"classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e":[3,0,0,20,8],
-"classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0":[3,0,0,20,1],
-"classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea":[3,0,0,20,3],
-"classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000":[3,0,0,20,7],
-"classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85":[3,0,0,20,5],
-"classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e":[3,0,0,20,2],
-"classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4":[3,0,0,20,4],
-"classGpgFrontend_1_1GpgKeyOpera.html#ab4086c8ccd6f1f926993e96b687dea69":[3,0,0,20,9],
-"classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2":[3,0,0,20,6],
-"classGpgFrontend_1_1GpgKeySignature.html":[3,0,0,41],
-"classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a":[3,0,0,41,17],
-"classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e":[3,0,0,41,16],
-"classGpgFrontend_1_1GpgKeySignature.html#a217a2a8b31e44d4c9b463470362a1522":[3,0,0,41,12],
-"classGpgFrontend_1_1GpgKeySignature.html#a224130c0da22538adba625c197b32fff":[3,0,0,41,21],
-"classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe":[3,0,0,41,10],
-"classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e":[3,0,0,41,5],
-"classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6":[3,0,0,41,20],
-"classGpgFrontend_1_1GpgKeySignature.html#a59ab21f52b88355ca36ff5ebd77093a6":[3,0,0,41,9],
-"classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b":[3,0,0,41,1],
-"classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772":[3,0,0,41,6],
-"classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689":[3,0,0,41,19],
-"classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5":[3,0,0,41,14],
-"classGpgFrontend_1_1GpgKeySignature.html#a9aa824b0a9e03dfbcc7849a7b526ef67":[3,0,0,41,18],
-"classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903":[3,0,0,41,4],
-"classGpgFrontend_1_1GpgKeySignature.html#a9c7253e7602e834ac3311cca0cbe84a7":[3,0,0,41,0],
-"classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3":[3,0,0,41,2],
-"classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72":[3,0,0,41,3],
-"classGpgFrontend_1_1GpgKeySignature.html#abdff0ce4d5e8b7be0aa2e46e0003b22f":[3,0,0,41,8],
-"classGpgFrontend_1_1GpgKeySignature.html#acd5e46397ebea3224761a6af15eea4fb":[3,0,0,41,11],
-"classGpgFrontend_1_1GpgKeySignature.html#adc8ad65688a6dab0993cf655f5361df8":[3,0,0,41,7],
-"classGpgFrontend_1_1GpgKeySignature.html#aec39e4f67f17358f26bbbeb4cf62b7f4":[3,0,0,41,15],
-"classGpgFrontend_1_1GpgKeySignature.html#af2639fe6d2774ba286308f3a7b58ba73":[3,0,0,41,13],
-"classGpgFrontend_1_1GpgResultAnalyse.html":[3,0,0,26],
-"classGpgFrontend_1_1GpgResultAnalyse.html#a3664c37fe30b7006f50e18792957bf58":[3,0,0,26,2],
-"classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195":[3,0,0,26,5],
-"classGpgFrontend_1_1GpgResultAnalyse.html#a80c80d597391d2d531345d3dd507b038":[3,0,0,26,1],
-"classGpgFrontend_1_1GpgResultAnalyse.html#a8fc5d4f83e5c0aa0ac19f46c3ec1619e":[3,0,0,26,4],
-"classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426":[3,0,0,26,0],
-"classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d":[3,0,0,26,3],
-"classGpgFrontend_1_1GpgResultAnalyse.html#abb323cb23d9be5aa0d842d686bbad962":[3,0,0,26,8],
-"classGpgFrontend_1_1GpgResultAnalyse.html#ad5160473724e6af2c21a4851c635cbc6":[3,0,0,26,7],
-"classGpgFrontend_1_1GpgResultAnalyse.html#af82d2d107c9834daea98560f9bca2873":[3,0,0,26,6],
-"classGpgFrontend_1_1GpgSignResultAnalyse.html":[3,0,0,27],
-"classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e":[3,0,0,27,0],
-"classGpgFrontend_1_1GpgSignResultAnalyse.html#a6cd4794be82a4c34105d02a5e8de615b":[3,0,0,27,1],
-"classGpgFrontend_1_1GpgSignResultAnalyse.html#ab625d0e70db612bc77bf6d403b3ac56a":[3,0,0,27,3],
-"classGpgFrontend_1_1GpgSignResultAnalyse.html#abf0d7b3b601ac7498b661495c38d5bf1":[3,0,0,27,2],
-"classGpgFrontend_1_1GpgSignature.html":[3,0,0,42],
-"classGpgFrontend_1_1GpgSignature.html#a0796249b259af85c30873f5c41a01101":[3,0,0,42,7],
-"classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad":[3,0,0,42,13],
-"classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986":[3,0,0,42,14],
-"classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7":[3,0,0,42,5],
-"classGpgFrontend_1_1GpgSignature.html#a1c4fbd2d10a769c1ed0b644f06e4f871":[3,0,0,42,16],
-"classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402":[3,0,0,42,6]
+"classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226":[2,0,0,11,3],
+"classGpgFrontend_1_1GpgAdvancedOperator.html#a387ad457bb729f340f680d0b743733ad":[2,0,0,11,8],
+"classGpgFrontend_1_1GpgAdvancedOperator.html#a46085a11235894deccd312fc259d5078":[2,0,0,11,5],
+"classGpgFrontend_1_1GpgAdvancedOperator.html#a5801bf4ea7391cbcc60efd2513d41041":[2,0,0,11,4],
+"classGpgFrontend_1_1GpgAdvancedOperator.html#a6876b6ee63ff7147c274e4f9538d29ce":[2,0,0,11,2],
+"classGpgFrontend_1_1GpgAdvancedOperator.html#a71eb87ed095754ee1e9fa79125240f3e":[2,0,0,11,1],
+"classGpgFrontend_1_1GpgAdvancedOperator.html#a9233156767f1d45272b95decd18241e3":[2,0,0,11,0],
+"classGpgFrontend_1_1GpgAdvancedOperator.html#a9313410359ed9cff9ee66fa9b4b095ee":[2,0,0,11,7],
+"classGpgFrontend_1_1GpgBasicOperator.html":[2,0,0,12],
+"classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a":[2,0,0,12,4],
+"classGpgFrontend_1_1GpgBasicOperator.html#a11845a9a3ea2941e14faa9130f0ac9ef":[2,0,0,12,2],
+"classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae":[2,0,0,12,0],
+"classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a":[2,0,0,12,3],
+"classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf":[2,0,0,12,6],
+"classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073":[2,0,0,12,5],
+"classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3":[2,0,0,12,8],
+"classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953":[2,0,0,12,1],
+"classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df":[2,0,0,12,7],
+"classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509":[2,0,0,12,9],
+"classGpgFrontend_1_1GpgBasicOperator.html#afad990a43ab06a060a93db9948ebb740":[2,0,0,12,10],
+"classGpgFrontend_1_1GpgCommandExecutor.html":[2,0,0,13],
+"classGpgFrontend_1_1GpgCommandExecutor.html#a9025336aea731e48e9411dc96f6cbc28":[2,0,0,13,2],
+"classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38":[2,0,0,13,0],
+"classGpgFrontend_1_1GpgCommandExecutor.html#aefc4f18ec852b98c539d97da1c712a02":[2,0,0,13,3],
+"classGpgFrontend_1_1GpgCommandExecutor.html#affa984ec4c2982c527761289f73c1ab4":[2,0,0,13,1],
+"classGpgFrontend_1_1GpgConstants.html":[2,0,0,30],
+"classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2":[2,0,0,30,1],
+"classGpgFrontend_1_1GpgConstants.html#a2c92d804e331fea2a57cba3028aa51ae":[2,0,0,30,0],
+"classGpgFrontend_1_1GpgConstants.html#a36861cbbc85a53f4a42fa07153aa0150":[2,0,0,30,7],
+"classGpgFrontend_1_1GpgConstants.html#a53310750d959947f316c793504e6eac1":[2,0,0,30,6],
+"classGpgFrontend_1_1GpgConstants.html#a58558c2335021c7e6217dbd156d07705":[2,0,0,30,2],
+"classGpgFrontend_1_1GpgConstants.html#a7f8ee639c08d4b477e6ab6ec87500f9b":[2,0,0,30,5],
+"classGpgFrontend_1_1GpgConstants.html#aa3fa92fdc37cef4bba55b5e340299e9d":[2,0,0,30,3],
+"classGpgFrontend_1_1GpgConstants.html#aafcb370531c8e84dec1e4d81ffeade1a":[2,0,0,30,8],
+"classGpgFrontend_1_1GpgConstants.html#accb94e62d07af77123b79462971b4d55":[2,0,0,30,4],
+"classGpgFrontend_1_1GpgContext.html":[2,0,0,32],
+"classGpgFrontend_1_1GpgContext.html#a01e46d0718b61a224a52028b9da90468":[2,0,0,32,19],
+"classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b":[2,0,0,32,3],
+"classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c":[2,0,0,32,12],
+"classGpgFrontend_1_1GpgContext.html#a36e807be6873698b5f8d4218bdfe8732":[2,0,0,32,13],
+"classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271":[2,0,0,32,15],
+"classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147":[2,0,0,32,2],
+"classGpgFrontend_1_1GpgContext.html#a4765cccf9f994a9c7b3d962a24bed77e":[2,0,0,32,17],
+"classGpgFrontend_1_1GpgContext.html#a4a8f6ff37e45979159ab375b2c7d48c3":[2,0,0,32,7],
+"classGpgFrontend_1_1GpgContext.html#a4fb92a23d989f514536a26509b4d0993":[2,0,0,32,21],
+"classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524":[2,0,0,32,10],
+"classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913":[2,0,0,32,8],
+"classGpgFrontend_1_1GpgContext.html#a76fba43d1439c7811e1a9424d0c16d40":[2,0,0,32,5],
+"classGpgFrontend_1_1GpgContext.html#a838e2ec5571dc810af7c075c28d630db":[2,0,0,32,20],
+"classGpgFrontend_1_1GpgContext.html#aaf3f394ff1790897c315c3249b1f06fe":[2,0,0,32,11],
+"classGpgFrontend_1_1GpgContext.html#aaf3f5b4528b35bf0dc7a50163224a9a3":[2,0,0,32,16],
+"classGpgFrontend_1_1GpgContext.html#ac7c9b2212a77e7cede94d68243541b1b":[2,0,0,32,9],
+"classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4":[2,0,0,32,14],
+"classGpgFrontend_1_1GpgContext.html#ad89cdcb4fd0d8ad759e59254e4b7281c":[2,0,0,32,18],
+"classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725":[2,0,0,32,4],
+"classGpgFrontend_1_1GpgContext.html#aeafe3f6d1d97d63aeefa428cce23bc59":[2,0,0,32,1],
+"classGpgFrontend_1_1GpgContext.html#af46f09a4f5c77429c3e782b551812ec2":[2,0,0,32,6],
+"classGpgFrontend_1_1GpgData.html":[2,0,0,39],
+"classGpgFrontend_1_1GpgData.html#a20e2c42db476247b544012ebe677a8e2":[2,0,0,39,5],
+"classGpgFrontend_1_1GpgData.html#a5e607c3bb69f998aaac761f400dd6440":[2,0,0,39,2],
+"classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da":[2,0,0,39,1],
+"classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1":[2,0,0,39,4],
+"classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700":[2,0,0,39,3],
+"classGpgFrontend_1_1GpgDecryptResultAnalyse.html":[2,0,0,24],
+"classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44":[2,0,0,24,2],
+"classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372":[2,0,0,24,0],
+"classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a4d3610af76ab14018ec1ca90953c69d4":[2,0,0,24,4],
+"classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a5963cadf8c63cb2c620ea7c09c7ebf2e":[2,0,0,24,3],
+"classGpgFrontend_1_1GpgDecryptResultAnalyse.html#aa3491d7e9b6afdf74c4b27ddbf9723fa":[2,0,0,24,1],
+"classGpgFrontend_1_1GpgEncryptResultAnalyse.html":[2,0,0,25],
+"classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747":[2,0,0,25,0],
+"classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a6b5301ccc9fad983c4fc53fe0a47d6b2":[2,0,0,25,3],
+"classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a8d2782f129f2b0023f79b84119de0e6b":[2,0,0,25,2],
+"classGpgFrontend_1_1GpgEncryptResultAnalyse.html#afd2a380a0d6bf3f69ab84e4bdabbea27":[2,0,0,25,1],
+"classGpgFrontend_1_1GpgFileOpera.html":[2,0,0,14],
+"classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7":[2,0,0,14,7],
+"classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379":[2,0,0,14,3],
+"classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8":[2,0,0,14,6],
+"classGpgFrontend_1_1GpgFileOpera.html#a6353e1688b113e5746aced6aa7f3876e":[2,0,0,14,5],
+"classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd":[2,0,0,14,1],
+"classGpgFrontend_1_1GpgFileOpera.html#a826efca057afb07157453b3b9e267b0f":[2,0,0,14,4],
+"classGpgFrontend_1_1GpgFileOpera.html#a90949b4e9e6116784260cd0e416551db":[2,0,0,14,2],
+"classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152":[2,0,0,14,0],
+"classGpgFrontend_1_1GpgImportInformation.html":[2,0,0,17],
+"classGpgFrontend_1_1GpgImportInformation.html#a0e946c24f6045b2454ac3296df2e299e":[2,0,0,17,4],
+"classGpgFrontend_1_1GpgImportInformation.html#a19e37d28f4462caf2b3522d50ceaf897":[2,0,0,17,0],
+"classGpgFrontend_1_1GpgImportInformation.html#a226f8d47609d1fd562d84c1f02fed02a":[2,0,0,17,5],
+"classGpgFrontend_1_1GpgImportInformation.html#a2ca60bb922c73eec90b74a9827becfe9":[2,0,0,17,13],
+"classGpgFrontend_1_1GpgImportInformation.html#a3c7ef95ff89df66e376bacdf09abb61b":[2,0,0,17,15],
+"classGpgFrontend_1_1GpgImportInformation.html#a43096e07e00d7650be8e286d45899ed0":[2,0,0,17,10],
+"classGpgFrontend_1_1GpgImportInformation.html#a47346d8f24587e024147fd3129d1233e":[2,0,0,17,14],
+"classGpgFrontend_1_1GpgImportInformation.html#a4e8d490de713686b043ee899969965a6":[2,0,0,17,7],
+"classGpgFrontend_1_1GpgImportInformation.html#a55756b7a0ba05f1086369e680a532021":[2,0,0,17,2],
+"classGpgFrontend_1_1GpgImportInformation.html#a7ca790cc6e9b12c5c3fd9fcea3ec0f37":[2,0,0,17,12],
+"classGpgFrontend_1_1GpgImportInformation.html#a8b98cf24d9fdddc7678b755b2f472a83":[2,0,0,17,6],
+"classGpgFrontend_1_1GpgImportInformation.html#a8db7f3b11fa2825dc9939f029742c933":[2,0,0,17,8],
+"classGpgFrontend_1_1GpgImportInformation.html#aa1e033e2dee0fd7b4e0fed537e24aa70":[2,0,0,17,9],
+"classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56":[2,0,0,17,1],
+"classGpgFrontend_1_1GpgImportInformation.html#acc4095bfe874287bb8823be30a9fcb45":[2,0,0,17,11],
+"classGpgFrontend_1_1GpgImportInformation.html#add4b1898e674e14b8f649e60b585db89":[2,0,0,17,3],
+"classGpgFrontend_1_1GpgImportedKey.html":[2,0,0,16],
+"classGpgFrontend_1_1GpgImportedKey.html#a356e729d0002ba280910de3a5fcc7f1e":[2,0,0,16,1],
+"classGpgFrontend_1_1GpgImportedKey.html#aaeba0000ee69f4eec95fb5b109f7058e":[2,0,0,16,0],
+"classGpgFrontend_1_1GpgInfo.html":[2,0,0,38],
+"classGpgFrontend_1_1GpgInfo.html#a072503811cb59dad27040e4e8914d18b":[2,0,0,38,13],
+"classGpgFrontend_1_1GpgInfo.html#a0c1dbdb54f880a620419fdbd8336dc5d":[2,0,0,38,8],
+"classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0":[2,0,0,38,0],
+"classGpgFrontend_1_1GpgInfo.html#a2fcd53b59bc251c38eb8d79cec946777":[2,0,0,38,11],
+"classGpgFrontend_1_1GpgInfo.html#a45516e791eb3655e7f66bcf99067d3bb":[2,0,0,38,14],
+"classGpgFrontend_1_1GpgInfo.html#a48659b780f8d0153ca0eb985a072b5ba":[2,0,0,38,1],
+"classGpgFrontend_1_1GpgInfo.html#a7347d47006bdf41f1da979ea3289de7e":[2,0,0,38,6],
+"classGpgFrontend_1_1GpgInfo.html#a8c7e75d67b2438c61bbe4cebe68a7029":[2,0,0,38,7],
+"classGpgFrontend_1_1GpgInfo.html#aa8224398d82e584e13a7859362139d56":[2,0,0,38,15],
+"classGpgFrontend_1_1GpgInfo.html#aae8f26ff084fb2541826efb7b20c3dc0":[2,0,0,38,4],
+"classGpgFrontend_1_1GpgInfo.html#aaea5a9651daac0323495ce12c152dc23":[2,0,0,38,12],
+"classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9":[2,0,0,38,9],
+"classGpgFrontend_1_1GpgInfo.html#ac8ecbf438d05dc434c77825dd38dfdf2":[2,0,0,38,3],
+"classGpgFrontend_1_1GpgInfo.html#af6ca2e99ffc487b8e4aa251d3cb23191":[2,0,0,38,10],
+"classGpgFrontend_1_1GpgInfo.html#af771ce437619235615538e28c9096788":[2,0,0,38,5],
+"classGpgFrontend_1_1GpgInfo.html#af81f332808633b18e3f0105caa761754":[2,0,0,38,2],
+"classGpgFrontend_1_1GpgKey.html":[2,0,0,40],
+"classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b":[2,0,0,40,12],
+"classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f":[2,0,0,40,19],
+"classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804":[2,0,0,40,5],
+"classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697":[2,0,0,40,4],
+"classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490":[2,0,0,40,31],
+"classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44":[2,0,0,40,16],
+"classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df":[2,0,0,40,14],
+"classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6":[2,0,0,40,25],
+"classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1":[2,0,0,40,2],
+"classGpgFrontend_1_1GpgKey.html#a3fd5bfe6e9fd5f016b854fc92f19146e":[2,0,0,40,9],
+"classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367":[2,0,0,40,41],
+"classGpgFrontend_1_1GpgKey.html#a55a6485f6c2cc5bec0fdf02cd7e0d8ea":[2,0,0,40,10],
+"classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6":[2,0,0,40,24],
+"classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6":[2,0,0,40,17],
+"classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605":[2,0,0,40,32],
+"classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877":[2,0,0,40,34],
+"classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87":[2,0,0,40,36],
+"classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327":[2,0,0,40,23],
+"classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a":[2,0,0,40,39],
+"classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d":[2,0,0,40,20],
+"classGpgFrontend_1_1GpgKey.html#a7b1e0398bedaecbfa2757243e5f4f0ab":[2,0,0,40,11],
+"classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc":[2,0,0,40,15],
+"classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c":[2,0,0,40,22],
+"classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b":[2,0,0,40,37],
+"classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d":[2,0,0,40,35],
+"classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e":[2,0,0,40,13],
+"classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9":[2,0,0,40,3],
+"classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d":[2,0,0,40,27],
+"classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741":[2,0,0,40,33],
+"classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99":[2,0,0,40,21],
+"classGpgFrontend_1_1GpgKey.html#ac90afba6a5aec0bc2c0f1e01de417ec8":[2,0,0,40,7],
+"classGpgFrontend_1_1GpgKey.html#ad1784bcc872f42b87e48bcfa40dab4cd":[2,0,0,40,42],
+"classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130":[2,0,0,40,18],
+"classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d":[2,0,0,40,38],
+"classGpgFrontend_1_1GpgKey.html#ae1957e909d8dcbe48c5931d1cdff7a81":[2,0,0,40,1],
+"classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c":[2,0,0,40,26],
+"classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6":[2,0,0,40,40],
+"classGpgFrontend_1_1GpgKey.html#aeb316f8728b10e966eed6f0291794eed":[2,0,0,40,6],
+"classGpgFrontend_1_1GpgKey.html#aec4e7e1845073f23cf55dc660c69c44a":[2,0,0,40,43],
+"classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1":[2,0,0,40,28],
+"classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad":[2,0,0,40,8],
+"classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0":[2,0,0,40,29],
+"classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed":[2,0,0,40,30],
+"classGpgFrontend_1_1GpgKeyGetter.html":[2,0,0,15],
+"classGpgFrontend_1_1GpgKeyGetter.html#a028fe69516a51c526bbd2ec4235053ad":[2,0,0,15,6],
+"classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430":[2,0,0,15,8],
+"classGpgFrontend_1_1GpgKeyGetter.html#a7ec8d8431a771c602cbfa946d13d6c74":[2,0,0,15,7],
+"classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a":[2,0,0,15,10],
+"classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285":[2,0,0,15,0],
+"classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1":[2,0,0,15,4],
+"classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066":[2,0,0,15,11],
+"classGpgFrontend_1_1GpgKeyGetter.html#aa4aef315d82123726be879097d3df147":[2,0,0,15,9],
+"classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805":[2,0,0,15,5],
+"classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260":[2,0,0,15,3],
+"classGpgFrontend_1_1GpgKeyGetter.html#ad9a902ea54566d4583304b072c4add51":[2,0,0,15,2],
+"classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335":[2,0,0,15,12],
+"classGpgFrontend_1_1GpgKeyGetter.html#afe78ac470287d70e7df51aae327b9f54":[2,0,0,15,1],
+"classGpgFrontend_1_1GpgKeyImportExporter.html":[2,0,0,18],
+"classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561":[2,0,0,18,0],
+"classGpgFrontend_1_1GpgKeyImportExporter.html#a51cb18aa7302d7a48ccd1ee17f060391":[2,0,0,18,2],
+"classGpgFrontend_1_1GpgKeyImportExporter.html#a6a5e8d642ac5a3e98799af6495ef590b":[2,0,0,18,6],
+"classGpgFrontend_1_1GpgKeyImportExporter.html#a8157afa844c8bf964ce83f5de71efc5a":[2,0,0,18,4],
+"classGpgFrontend_1_1GpgKeyImportExporter.html#aa0a73314ef94f397e2ef53d40abc9731":[2,0,0,18,3],
+"classGpgFrontend_1_1GpgKeyImportExporter.html#aa9fbda8f6c3fa36a503075d7a124fa3f":[2,0,0,18,5],
+"classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d":[2,0,0,18,8],
+"classGpgFrontend_1_1GpgKeyImportExporter.html#abf7c0442549ae8602e1249cdf0da55df":[2,0,0,18,7],
+"classGpgFrontend_1_1GpgKeyImportExporter.html#ade0e4de4078b6589f863dbfc76786f0e":[2,0,0,18,9],
+"classGpgFrontend_1_1GpgKeyImportExporter.html#ae7d61a8c39ef7e7f1562895dbf108e68":[2,0,0,18,1],
+"classGpgFrontend_1_1GpgKeyManager.html":[2,0,0,19],
+"classGpgFrontend_1_1GpgKeyManager.html#a073f96ccfa483a8856197610b8bdee9e":[2,0,0,19,4],
+"classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0":[2,0,0,19,3],
+"classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d":[2,0,0,19,2],
+"classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d":[2,0,0,19,0],
+"classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8":[2,0,0,19,1],
+"classGpgFrontend_1_1GpgKeyOpera.html":[2,0,0,20],
+"classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079":[2,0,0,20,0],
+"classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e":[2,0,0,20,8],
+"classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0":[2,0,0,20,1],
+"classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea":[2,0,0,20,3],
+"classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000":[2,0,0,20,7],
+"classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85":[2,0,0,20,5],
+"classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e":[2,0,0,20,2],
+"classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4":[2,0,0,20,4],
+"classGpgFrontend_1_1GpgKeyOpera.html#ab4086c8ccd6f1f926993e96b687dea69":[2,0,0,20,9],
+"classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2":[2,0,0,20,6],
+"classGpgFrontend_1_1GpgKeySignature.html":[2,0,0,41],
+"classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a":[2,0,0,41,17],
+"classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e":[2,0,0,41,16],
+"classGpgFrontend_1_1GpgKeySignature.html#a217a2a8b31e44d4c9b463470362a1522":[2,0,0,41,12],
+"classGpgFrontend_1_1GpgKeySignature.html#a224130c0da22538adba625c197b32fff":[2,0,0,41,21],
+"classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe":[2,0,0,41,10],
+"classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e":[2,0,0,41,5],
+"classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6":[2,0,0,41,20],
+"classGpgFrontend_1_1GpgKeySignature.html#a59ab21f52b88355ca36ff5ebd77093a6":[2,0,0,41,9],
+"classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b":[2,0,0,41,1],
+"classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772":[2,0,0,41,6],
+"classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689":[2,0,0,41,19],
+"classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5":[2,0,0,41,14],
+"classGpgFrontend_1_1GpgKeySignature.html#a9aa824b0a9e03dfbcc7849a7b526ef67":[2,0,0,41,18],
+"classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903":[2,0,0,41,4],
+"classGpgFrontend_1_1GpgKeySignature.html#a9c7253e7602e834ac3311cca0cbe84a7":[2,0,0,41,0],
+"classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3":[2,0,0,41,2],
+"classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72":[2,0,0,41,3],
+"classGpgFrontend_1_1GpgKeySignature.html#abdff0ce4d5e8b7be0aa2e46e0003b22f":[2,0,0,41,8],
+"classGpgFrontend_1_1GpgKeySignature.html#acd5e46397ebea3224761a6af15eea4fb":[2,0,0,41,11],
+"classGpgFrontend_1_1GpgKeySignature.html#adc8ad65688a6dab0993cf655f5361df8":[2,0,0,41,7],
+"classGpgFrontend_1_1GpgKeySignature.html#aec39e4f67f17358f26bbbeb4cf62b7f4":[2,0,0,41,15],
+"classGpgFrontend_1_1GpgKeySignature.html#af2639fe6d2774ba286308f3a7b58ba73":[2,0,0,41,13],
+"classGpgFrontend_1_1GpgResultAnalyse.html":[2,0,0,26],
+"classGpgFrontend_1_1GpgResultAnalyse.html#a3664c37fe30b7006f50e18792957bf58":[2,0,0,26,2],
+"classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195":[2,0,0,26,5],
+"classGpgFrontend_1_1GpgResultAnalyse.html#a80c80d597391d2d531345d3dd507b038":[2,0,0,26,1],
+"classGpgFrontend_1_1GpgResultAnalyse.html#a8fc5d4f83e5c0aa0ac19f46c3ec1619e":[2,0,0,26,4],
+"classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426":[2,0,0,26,0],
+"classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d":[2,0,0,26,3],
+"classGpgFrontend_1_1GpgResultAnalyse.html#abb323cb23d9be5aa0d842d686bbad962":[2,0,0,26,8],
+"classGpgFrontend_1_1GpgResultAnalyse.html#ad5160473724e6af2c21a4851c635cbc6":[2,0,0,26,7],
+"classGpgFrontend_1_1GpgResultAnalyse.html#af82d2d107c9834daea98560f9bca2873":[2,0,0,26,6],
+"classGpgFrontend_1_1GpgSignResultAnalyse.html":[2,0,0,27],
+"classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e":[2,0,0,27,0],
+"classGpgFrontend_1_1GpgSignResultAnalyse.html#a6cd4794be82a4c34105d02a5e8de615b":[2,0,0,27,1],
+"classGpgFrontend_1_1GpgSignResultAnalyse.html#ab625d0e70db612bc77bf6d403b3ac56a":[2,0,0,27,3],
+"classGpgFrontend_1_1GpgSignResultAnalyse.html#abf0d7b3b601ac7498b661495c38d5bf1":[2,0,0,27,2],
+"classGpgFrontend_1_1GpgSignature.html":[2,0,0,42],
+"classGpgFrontend_1_1GpgSignature.html#a0796249b259af85c30873f5c41a01101":[2,0,0,42,7],
+"classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad":[2,0,0,42,13],
+"classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986":[2,0,0,42,14],
+"classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7":[2,0,0,42,5],
+"classGpgFrontend_1_1GpgSignature.html#a1c4fbd2d10a769c1ed0b644f06e4f871":[2,0,0,42,16]
};
diff --git a/docs/html/navtreeindex2.js b/docs/html/navtreeindex2.js
index 8495fa50..8ab6065a 100644
--- a/docs/html/navtreeindex2.js
+++ b/docs/html/navtreeindex2.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX2 =
{
-"classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f":[3,0,0,42,12],
-"classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a":[3,0,0,42,2],
-"classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be":[3,0,0,42,8],
-"classGpgFrontend_1_1GpgSignature.html#a859b4a3788c8490937f954d92686f490":[3,0,0,42,11],
-"classGpgFrontend_1_1GpgSignature.html#aa6f0821b573bfcc81d4c0fbc23fdec29":[3,0,0,42,0],
-"classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe":[3,0,0,42,1],
-"classGpgFrontend_1_1GpgSignature.html#ab99e4004f1ad400fd25232312a8ea66b":[3,0,0,42,10],
-"classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de":[3,0,0,42,15],
-"classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c":[3,0,0,42,9],
-"classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8":[3,0,0,42,3],
-"classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a":[3,0,0,42,4],
-"classGpgFrontend_1_1GpgSubKey.html":[3,0,0,43],
-"classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6":[3,0,0,43,14],
-"classGpgFrontend_1_1GpgSubKey.html#a09b00ac6a3b934b816f9522f78e77d59":[3,0,0,43,7],
-"classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708":[3,0,0,43,9],
-"classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d":[3,0,0,43,23],
-"classGpgFrontend_1_1GpgSubKey.html#a278abd1ba3abd90b05ed4ad494bc1e78":[3,0,0,43,0],
-"classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe":[3,0,0,43,2],
-"classGpgFrontend_1_1GpgSubKey.html#a443f8ac5f47e5ac0ea3ac91edefe8c3c":[3,0,0,43,24],
-"classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53":[3,0,0,43,8],
-"classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1":[3,0,0,43,15],
-"classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e":[3,0,0,43,1],
-"classGpgFrontend_1_1GpgSubKey.html#a5e897d439606a35103a0b260be28c6a4":[3,0,0,43,5],
-"classGpgFrontend_1_1GpgSubKey.html#a629f904a81c7c09ac9769b3fcf3b48f5":[3,0,0,43,10],
-"classGpgFrontend_1_1GpgSubKey.html#a6696d67af322fa2125d99b50cae50417":[3,0,0,43,6],
-"classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab":[3,0,0,43,4],
-"classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042":[3,0,0,43,12],
-"classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60":[3,0,0,43,20],
-"classGpgFrontend_1_1GpgSubKey.html#a9cc81c515b6a197757b48dd334cc3344":[3,0,0,43,19],
-"classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be":[3,0,0,43,16],
-"classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56":[3,0,0,43,17],
-"classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba":[3,0,0,43,21],
-"classGpgFrontend_1_1GpgSubKey.html#ac686352b5ede5aa4dd74b3488c53891e":[3,0,0,43,13],
-"classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae":[3,0,0,43,22],
-"classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84":[3,0,0,43,18],
-"classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5":[3,0,0,43,3],
-"classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814":[3,0,0,43,11],
-"classGpgFrontend_1_1GpgTOFUInfo.html":[3,0,0,44],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5":[3,0,0,44,7],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f":[3,0,0,44,8],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78":[3,0,0,44,5],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a4e4ba35a4cb6b33fa0b9890ec374d1b3":[3,0,0,44,15],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422":[3,0,0,44,4],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0":[3,0,0,44,9],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f":[3,0,0,44,11],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402":[3,0,0,44,13],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8":[3,0,0,44,10],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37":[3,0,0,44,1],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a86f44d98d2109f0fe210604326393eb3":[3,0,0,44,0],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0":[3,0,0,44,12],
-"classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3":[3,0,0,44,3],
-"classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de":[3,0,0,44,2],
-"classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4":[3,0,0,44,6],
-"classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d":[3,0,0,44,14],
-"classGpgFrontend_1_1GpgUID.html":[3,0,0,45],
-"classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4":[3,0,0,45,6],
-"classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2":[3,0,0,45,11],
-"classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2":[3,0,0,45,9],
-"classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c":[3,0,0,45,1],
-"classGpgFrontend_1_1GpgUID.html#a37031574c0a749bfedf1fd5f98c3c84f":[3,0,0,45,15],
-"classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c":[3,0,0,45,7],
-"classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd":[3,0,0,45,12],
-"classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18":[3,0,0,45,5],
-"classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a":[3,0,0,45,4],
-"classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453":[3,0,0,45,3],
-"classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306":[3,0,0,45,13],
-"classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828":[3,0,0,45,14],
-"classGpgFrontend_1_1GpgUID.html#acca1fff5f12a216b05f2a6186b1e436b":[3,0,0,45,8],
-"classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64":[3,0,0,45,2],
-"classGpgFrontend_1_1GpgUID.html#ae4ba264bbdf1d9b83908f248d55c5809":[3,0,0,45,0],
-"classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601":[3,0,0,45,10],
-"classGpgFrontend_1_1GpgUIDOperator.html":[3,0,0,21],
-"classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841":[3,0,0,21,3],
-"classGpgFrontend_1_1GpgUIDOperator.html#a672bbf74abac9140233c4e1c7864d15d":[3,0,0,21,1],
-"classGpgFrontend_1_1GpgUIDOperator.html#a7c0de570de59d4ebc6c0bed681119bf7":[3,0,0,21,2],
-"classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7":[3,0,0,21,0],
-"classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5":[3,0,0,21,4],
-"classGpgFrontend_1_1GpgUIDOperator.html#aee04c70b7802699eae70d7b26255f7ec":[3,0,0,21,5],
-"classGpgFrontend_1_1GpgVerifyResultAnalyse.html":[3,0,0,28],
-"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a02933c39d5aa5e448ffd36dfc4bead28":[3,0,0,28,1],
-"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a09e7a3cc3bf3d64e5d2428cd3040d2b2":[3,0,0,28,6],
-"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3":[3,0,0,28,2],
-"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104":[3,0,0,28,3],
-"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b":[3,0,0,28,0],
-"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155":[3,0,0,28,4],
-"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ad9e53477ca77f8685ca2102bf0fc5d4c":[3,0,0,28,5],
-"classGpgFrontend_1_1KeyPackageOperator.html":[3,0,0,22],
-"classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9":[3,0,0,22,3],
-"classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152":[3,0,0,22,0],
-"classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07":[3,0,0,22,4],
-"classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9":[3,0,0,22,1],
-"classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e":[3,0,0,22,2],
-"classGpgFrontend_1_1PassphraseGenerator.html":[3,0,0,23],
-"classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa":[3,0,0,23,3],
-"classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892":[3,0,0,23,2],
-"classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8":[3,0,0,23,1],
-"classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf":[3,0,0,23,0],
-"classGpgFrontend_1_1SingletonFunctionObject.html":[3,0,0,36],
-"classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258":[3,0,0,36,3],
-"classGpgFrontend_1_1SingletonFunctionObject.html#a03ce3095a745ecbf5e6a032e7da4bc97":[3,0,0,36,12],
-"classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518":[3,0,0,36,6],
-"classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61":[3,0,0,36,0],
-"classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251":[3,0,0,36,4],
-"classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50":[3,0,0,36,9],
-"classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621":[3,0,0,36,7],
-"classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36":[3,0,0,36,10],
-"classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645":[3,0,0,36,2],
-"classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc":[3,0,0,36,5],
-"classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7":[3,0,0,36,8],
-"classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e":[3,0,0,36,11],
-"classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a":[3,0,0,36,1],
-"classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106":[3,0,0,36,13],
-"classGpgFrontend_1_1SingletonStorage.html":[3,0,0,34],
-"classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641":[3,0,0,34,5],
-"classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea":[3,0,0,34,1],
-"classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02":[3,0,0,34,0],
-"classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c":[3,0,0,34,4],
-"classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52":[3,0,0,34,3],
-"classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd":[3,0,0,34,2],
-"classGpgFrontend_1_1SingletonStorageCollection.html":[3,0,0,35],
-"classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f":[3,0,0,35,1],
-"classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9":[3,0,0,35,3],
-"classGpgFrontend_1_1SingletonStorageCollection.html#ac56d19e0d4b99e7b8a86a017721f3db1":[3,0,0,35,0],
-"classGpgFrontend_1_1SingletonStorageCollection.html#ae28930630a2dce804cff5589155aadfc":[3,0,0,35,2],
-"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html":[3,0,0,0,0],
-"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2":[3,0,0,0,0,1],
-"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a7eb264d11146110a8783a8a209ef9c2a":[3,0,0,0,0,2],
-"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869":[3,0,0,0,0,0],
-"classGpgFrontend_1_1Thread_1_1Task.html":[3,0,0,0,1],
-"classGpgFrontend_1_1Thread_1_1Task.html#a024a05bb89556c5b93336cb35d4bd10c":[3,0,0,0,1,14],
-"classGpgFrontend_1_1Thread_1_1Task.html#a0cb0482d29d502870dc8d38b8aaedf68":[3,0,0,0,1,29],
-"classGpgFrontend_1_1Thread_1_1Task.html#a125b7e71f21dadf10618e30ee0386b12":[3,0,0,0,1,18],
-"classGpgFrontend_1_1Thread_1_1Task.html#a1956d94b45592a4096a335641aab65f8":[3,0,0,0,1,21],
-"classGpgFrontend_1_1Thread_1_1Task.html#a1a6a92c92febc94e8abbc1a96d489446":[3,0,0,0,1,23],
-"classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8":[3,0,0,0,1,7],
-"classGpgFrontend_1_1Thread_1_1Task.html#a3df2340426251e9145e5fe4419937e2a":[3,0,0,0,1,9],
-"classGpgFrontend_1_1Thread_1_1Task.html#a468f4b05a8eb6b66c3f240bc2a660a08":[3,0,0,0,1,31],
-"classGpgFrontend_1_1Thread_1_1Task.html#a492f8b0f6ec2832da20fc481bfa5cdbd":[3,0,0,0,1,2],
-"classGpgFrontend_1_1Thread_1_1Task.html#a4a2cad8747108322152b41c049f99c72":[3,0,0,0,1,25],
-"classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf":[3,0,0,0,1,11],
-"classGpgFrontend_1_1Thread_1_1Task.html#a57adc09be10715a0e36a4baa3d9437b5":[3,0,0,0,1,19],
-"classGpgFrontend_1_1Thread_1_1Task.html#a58f0de628876e2c064f3867f209ce1c9":[3,0,0,0,1,1],
-"classGpgFrontend_1_1Thread_1_1Task.html#a59047d6d26fdf78f9b43ddc189d84958":[3,0,0,0,1,6],
-"classGpgFrontend_1_1Thread_1_1Task.html#a5b47295d027309aee116d219b50de4f8":[3,0,0,0,1,22],
-"classGpgFrontend_1_1Thread_1_1Task.html#a5ee1ea118ac5d91f005faecef54742b8":[3,0,0,0,1,12],
-"classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7":[3,0,0,0,1,15],
-"classGpgFrontend_1_1Thread_1_1Task.html#a71ed097a2c4b4b735fd385dfe87e6f57":[3,0,0,0,1,30],
-"classGpgFrontend_1_1Thread_1_1Task.html#a79f935428d2e03585673226228a7ffff":[3,0,0,0,1,5],
-"classGpgFrontend_1_1Thread_1_1Task.html#a80f47accc0832e3aee686ee2879b431e":[3,0,0,0,1,10],
-"classGpgFrontend_1_1Thread_1_1Task.html#a86c8c7527e896c7900fdccc1e336b6c8":[3,0,0,0,1,28],
-"classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5":[3,0,0,0,1,8],
-"classGpgFrontend_1_1Thread_1_1Task.html#aa0015912ca0513a10252e01db7b527bb":[3,0,0,0,1,3],
-"classGpgFrontend_1_1Thread_1_1Task.html#aa500f907beee47f99fdeb626d2c788bd":[3,0,0,0,1,24],
-"classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098":[3,0,0,0,1,16],
-"classGpgFrontend_1_1Thread_1_1Task.html#abbbb68bcac48b6c31d6fe8ee1572f151":[3,0,0,0,1,17],
-"classGpgFrontend_1_1Thread_1_1Task.html#abdff056f5c96f00ac67bd1edcb5f0a48":[3,0,0,0,1,4],
-"classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00":[3,0,0,0,1,13],
-"classGpgFrontend_1_1Thread_1_1Task.html#ad6388db7b0e4960db5bf8296481481dd":[3,0,0,0,1,27],
-"classGpgFrontend_1_1Thread_1_1Task.html#afd4e9a657a7b0c2afbb701fa2cba8591":[3,0,0,0,1,26],
-"classGpgFrontend_1_1Thread_1_1Task.html#aff3823caa1d44cb84b4bf2822a4ab125":[3,0,0,0,1,20],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html":[3,0,0,0,2],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a2bdc321dd0732ba7a72499b2dc12f7c9":[3,0,0,0,2,9],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b":[3,0,0,0,2,3],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1":[3,0,0,0,2,8],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a66d2cce41130ada199636815c52332a6":[3,0,0,0,2,4],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22":[3,0,0,0,2,6],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2":[3,0,0,0,2,7],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac":[3,0,0,0,2,2],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html#abb18bb947433ecff7969dbd4e70f57be":[3,0,0,0,2,5],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d":[3,0,0,0,2,1],
-"classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf":[3,0,0,0,2,0],
-"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html":[3,0,0,0,3],
-"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a802df7f9d3ddd1424f0c386388eae128":[3,0,0,0,3,3],
-"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf":[3,0,0,0,3,1],
-"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a99e5ce5e8dd25c49755356f4ff8f6d30":[3,0,0,0,3,2],
-"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746":[3,0,0,0,3,0],
-"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746a15737749c87b6182b6a11e16d53ef896":[3,0,0,0,3,0,1],
-"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746aa6137891f9f6f5d09bd29c9194bf65c1":[3,0,0,0,3,0,0],
-"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746aba946fe7627d4f2d5fcf6baf17ec6fee":[3,0,0,0,3,0,2],
-"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746abb38b282ec9d0079e74228aa60363ed9":[3,0,0,0,3,0,4],
-"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746ae97ef03f1df29675111cd840558eab96":[3,0,0,0,3,0,3],
-"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html":[3,0,0,0,1,0],
-"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a":[3,0,0,0,1,0,5],
-"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a17252d07835dab3772381639ec8473ea":[3,0,0,0,1,0,4],
-"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a521dccfd42e13769b4edc4286318cc4c":[3,0,0,0,1,0,2],
-"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5812bb84c6241e89f8b8b04d2a2f3b55":[3,0,0,0,1,0,3],
-"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64":[3,0,0,0,1,0,7],
-"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22":[3,0,0,0,1,0,1],
-"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637":[3,0,0,0,1,0,6],
-"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#add6080349c4774da4f37a62ab68561c7":[3,0,0,0,1,0,8],
-"classGpgFrontend_1_1UI_1_1AboutDialog.html":[3,0,0,1,6],
-"classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a":[3,0,0,1,6,0],
-"classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083":[3,0,0,1,6,1],
-"classGpgFrontend_1_1UI_1_1AboutDialog.html#abc146c6fa63199d4acd1521bc9919606":[3,0,0,1,6,2],
-"classGpgFrontend_1_1UI_1_1AdvancedTab.html":[3,0,0,1,23],
-"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a0cb26394185636ba35a8503d426e0f54":[3,0,0,1,23,4],
-"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a1c2db760776853e8fb6d9fd74b450343":[3,0,0,1,23,5],
-"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a4a33a782207cb18ef4a17db911cfc819":[3,0,0,1,23,1],
-"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a7d489cfe190c96c28a2ec117e1aa47a0":[3,0,0,1,23,3],
-"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a9e6aa8eb7800d9841101352062821f37":[3,0,0,1,23,2],
-"classGpgFrontend_1_1UI_1_1AdvancedTab.html#ac602aa3f6226e7325c10dc843764441b":[3,0,0,1,23,0],
-"classGpgFrontend_1_1UI_1_1AppearanceTab.html":[3,0,0,1,24],
-"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56":[3,0,0,1,24,2],
-"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a58b3ece7ff069c33de73e658aa47cacc":[3,0,0,1,24,5],
-"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a9f546f16551f48c73ee9031dd0ad8720":[3,0,0,1,24,6],
-"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aaa3ec787dcd8fae1a14c2067deb9dd03":[3,0,0,1,24,4],
-"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aac8f47f96ca866256ea846800f3f8887":[3,0,0,1,24,1],
-"classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c":[3,0,0,1,24,0],
-"classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712":[3,0,0,1,24,3],
-"classGpgFrontend_1_1UI_1_1ChoosePage.html":[3,0,0,1,33],
-"classGpgFrontend_1_1UI_1_1ChoosePage.html#a22bb223faa8f94e80b677b78b08e5d67":[3,0,0,1,33,3],
-"classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0":[3,0,0,1,33,1],
-"classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b":[3,0,0,1,33,0],
-"classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b":[3,0,0,1,33,2],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html":[3,0,0,1,48],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d":[3,0,0,1,48,13],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a":[3,0,0,1,48,12],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28":[3,0,0,1,48,4],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a1e7dff5252d5ec77c8450ad356891ebb":[3,0,0,1,48,6],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a":[3,0,0,1,48,14],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8":[3,0,0,1,48,16],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc9e91daa0d3c4ee4141ba4bd8726bb":[3,0,0,1,48,5],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a4d2f10c2089c2bfb23be5c1f573af31f":[3,0,0,1,48,3],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965":[3,0,0,1,48,1],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a80350e7fe1cd696004c9aa2a43eab184":[3,0,0,1,48,7],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791":[3,0,0,1,48,10],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#aa533206591b0c57ea93b8f0cb7d795cd":[3,0,0,1,48,17],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#aadd249062c24f9b7fc545c03296bbb83":[3,0,0,1,48,0],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e":[3,0,0,1,48,9],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49":[3,0,0,1,48,2],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#aef14c7eaaf8b73bd1b8f845a5484748e":[3,0,0,1,48,8],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea":[3,0,0,1,48,15],
-"classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d":[3,0,0,1,48,11],
-"classGpgFrontend_1_1UI_1_1ConclusionPage.html":[3,0,0,1,35],
-"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0d15495f048f75337b224e8e632a895a":[3,0,0,1,35,3],
-"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7":[3,0,0,1,35,1],
-"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a4ffc1744a257ced33fa00e1b0fbd3047":[3,0,0,1,35,2],
-"classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7":[3,0,0,1,35,0],
-"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html":[3,0,0,1,8],
-"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a0cd5f66604737ea344fc36dd2c308dbb":[3,0,0,1,8,3],
-"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a3ae9ff221ddfeeee8bec5c218c8061ef":[3,0,0,1,8,1],
-"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8":[3,0,0,1,8,0],
-"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7f9160202394557df01edf3f82f50a55":[3,0,0,1,8,2],
-"classGpgFrontend_1_1UI_1_1FilePage.html":[3,0,0,1,49],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a00cd511308dceeda07d078a9e4ed0164":[3,0,0,1,49,13],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f":[3,0,0,1,49,8],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f":[3,0,0,1,49,6],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a379abfff5c0e3935b478aee938528ba1":[3,0,0,1,49,22],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605":[3,0,0,1,49,2],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a3e367cd297e307e80a7cded37b7af74e":[3,0,0,1,49,19]
+"classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402":[2,0,0,42,6],
+"classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f":[2,0,0,42,12],
+"classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a":[2,0,0,42,2],
+"classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be":[2,0,0,42,8],
+"classGpgFrontend_1_1GpgSignature.html#a859b4a3788c8490937f954d92686f490":[2,0,0,42,11],
+"classGpgFrontend_1_1GpgSignature.html#aa6f0821b573bfcc81d4c0fbc23fdec29":[2,0,0,42,0],
+"classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe":[2,0,0,42,1],
+"classGpgFrontend_1_1GpgSignature.html#ab99e4004f1ad400fd25232312a8ea66b":[2,0,0,42,10],
+"classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de":[2,0,0,42,15],
+"classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c":[2,0,0,42,9],
+"classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8":[2,0,0,42,3],
+"classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a":[2,0,0,42,4],
+"classGpgFrontend_1_1GpgSubKey.html":[2,0,0,43],
+"classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6":[2,0,0,43,14],
+"classGpgFrontend_1_1GpgSubKey.html#a09b00ac6a3b934b816f9522f78e77d59":[2,0,0,43,7],
+"classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708":[2,0,0,43,9],
+"classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d":[2,0,0,43,23],
+"classGpgFrontend_1_1GpgSubKey.html#a278abd1ba3abd90b05ed4ad494bc1e78":[2,0,0,43,0],
+"classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe":[2,0,0,43,2],
+"classGpgFrontend_1_1GpgSubKey.html#a443f8ac5f47e5ac0ea3ac91edefe8c3c":[2,0,0,43,24],
+"classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53":[2,0,0,43,8],
+"classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1":[2,0,0,43,15],
+"classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e":[2,0,0,43,1],
+"classGpgFrontend_1_1GpgSubKey.html#a5e897d439606a35103a0b260be28c6a4":[2,0,0,43,5],
+"classGpgFrontend_1_1GpgSubKey.html#a629f904a81c7c09ac9769b3fcf3b48f5":[2,0,0,43,10],
+"classGpgFrontend_1_1GpgSubKey.html#a6696d67af322fa2125d99b50cae50417":[2,0,0,43,6],
+"classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab":[2,0,0,43,4],
+"classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042":[2,0,0,43,12],
+"classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60":[2,0,0,43,20],
+"classGpgFrontend_1_1GpgSubKey.html#a9cc81c515b6a197757b48dd334cc3344":[2,0,0,43,19],
+"classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be":[2,0,0,43,16],
+"classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56":[2,0,0,43,17],
+"classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba":[2,0,0,43,21],
+"classGpgFrontend_1_1GpgSubKey.html#ac686352b5ede5aa4dd74b3488c53891e":[2,0,0,43,13],
+"classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae":[2,0,0,43,22],
+"classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84":[2,0,0,43,18],
+"classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5":[2,0,0,43,3],
+"classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814":[2,0,0,43,11],
+"classGpgFrontend_1_1GpgTOFUInfo.html":[2,0,0,44],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5":[2,0,0,44,7],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f":[2,0,0,44,8],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78":[2,0,0,44,5],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a4e4ba35a4cb6b33fa0b9890ec374d1b3":[2,0,0,44,15],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422":[2,0,0,44,4],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0":[2,0,0,44,9],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f":[2,0,0,44,11],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402":[2,0,0,44,13],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8":[2,0,0,44,10],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37":[2,0,0,44,1],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a86f44d98d2109f0fe210604326393eb3":[2,0,0,44,0],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0":[2,0,0,44,12],
+"classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3":[2,0,0,44,3],
+"classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de":[2,0,0,44,2],
+"classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4":[2,0,0,44,6],
+"classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d":[2,0,0,44,14],
+"classGpgFrontend_1_1GpgUID.html":[2,0,0,45],
+"classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4":[2,0,0,45,6],
+"classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2":[2,0,0,45,11],
+"classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2":[2,0,0,45,9],
+"classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c":[2,0,0,45,1],
+"classGpgFrontend_1_1GpgUID.html#a37031574c0a749bfedf1fd5f98c3c84f":[2,0,0,45,15],
+"classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c":[2,0,0,45,7],
+"classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd":[2,0,0,45,12],
+"classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18":[2,0,0,45,5],
+"classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a":[2,0,0,45,4],
+"classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453":[2,0,0,45,3],
+"classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306":[2,0,0,45,13],
+"classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828":[2,0,0,45,14],
+"classGpgFrontend_1_1GpgUID.html#acca1fff5f12a216b05f2a6186b1e436b":[2,0,0,45,8],
+"classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64":[2,0,0,45,2],
+"classGpgFrontend_1_1GpgUID.html#ae4ba264bbdf1d9b83908f248d55c5809":[2,0,0,45,0],
+"classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601":[2,0,0,45,10],
+"classGpgFrontend_1_1GpgUIDOperator.html":[2,0,0,21],
+"classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841":[2,0,0,21,3],
+"classGpgFrontend_1_1GpgUIDOperator.html#a672bbf74abac9140233c4e1c7864d15d":[2,0,0,21,1],
+"classGpgFrontend_1_1GpgUIDOperator.html#a7c0de570de59d4ebc6c0bed681119bf7":[2,0,0,21,2],
+"classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7":[2,0,0,21,0],
+"classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5":[2,0,0,21,4],
+"classGpgFrontend_1_1GpgUIDOperator.html#aee04c70b7802699eae70d7b26255f7ec":[2,0,0,21,5],
+"classGpgFrontend_1_1GpgVerifyResultAnalyse.html":[2,0,0,28],
+"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a02933c39d5aa5e448ffd36dfc4bead28":[2,0,0,28,1],
+"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a09e7a3cc3bf3d64e5d2428cd3040d2b2":[2,0,0,28,6],
+"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3":[2,0,0,28,2],
+"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104":[2,0,0,28,3],
+"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b":[2,0,0,28,0],
+"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155":[2,0,0,28,4],
+"classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ad9e53477ca77f8685ca2102bf0fc5d4c":[2,0,0,28,5],
+"classGpgFrontend_1_1KeyPackageOperator.html":[2,0,0,22],
+"classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9":[2,0,0,22,3],
+"classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152":[2,0,0,22,0],
+"classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07":[2,0,0,22,4],
+"classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9":[2,0,0,22,1],
+"classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e":[2,0,0,22,2],
+"classGpgFrontend_1_1PassphraseGenerator.html":[2,0,0,23],
+"classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa":[2,0,0,23,3],
+"classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892":[2,0,0,23,2],
+"classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8":[2,0,0,23,1],
+"classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf":[2,0,0,23,0],
+"classGpgFrontend_1_1SingletonFunctionObject.html":[2,0,0,36],
+"classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258":[2,0,0,36,3],
+"classGpgFrontend_1_1SingletonFunctionObject.html#a03ce3095a745ecbf5e6a032e7da4bc97":[2,0,0,36,12],
+"classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518":[2,0,0,36,6],
+"classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61":[2,0,0,36,0],
+"classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251":[2,0,0,36,4],
+"classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50":[2,0,0,36,9],
+"classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621":[2,0,0,36,7],
+"classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36":[2,0,0,36,10],
+"classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645":[2,0,0,36,2],
+"classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc":[2,0,0,36,5],
+"classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7":[2,0,0,36,8],
+"classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e":[2,0,0,36,11],
+"classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a":[2,0,0,36,1],
+"classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106":[2,0,0,36,13],
+"classGpgFrontend_1_1SingletonStorage.html":[2,0,0,34],
+"classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641":[2,0,0,34,5],
+"classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea":[2,0,0,34,1],
+"classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02":[2,0,0,34,0],
+"classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c":[2,0,0,34,4],
+"classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52":[2,0,0,34,3],
+"classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd":[2,0,0,34,2],
+"classGpgFrontend_1_1SingletonStorageCollection.html":[2,0,0,35],
+"classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f":[2,0,0,35,1],
+"classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9":[2,0,0,35,3],
+"classGpgFrontend_1_1SingletonStorageCollection.html#ac56d19e0d4b99e7b8a86a017721f3db1":[2,0,0,35,0],
+"classGpgFrontend_1_1SingletonStorageCollection.html#ae28930630a2dce804cff5589155aadfc":[2,0,0,35,2],
+"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html":[2,0,0,0,0],
+"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2":[2,0,0,0,0,1],
+"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a7eb264d11146110a8783a8a209ef9c2a":[2,0,0,0,0,2],
+"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869":[2,0,0,0,0,0],
+"classGpgFrontend_1_1Thread_1_1Task.html":[2,0,0,0,1],
+"classGpgFrontend_1_1Thread_1_1Task.html#a024a05bb89556c5b93336cb35d4bd10c":[2,0,0,0,1,14],
+"classGpgFrontend_1_1Thread_1_1Task.html#a0cb0482d29d502870dc8d38b8aaedf68":[2,0,0,0,1,29],
+"classGpgFrontend_1_1Thread_1_1Task.html#a125b7e71f21dadf10618e30ee0386b12":[2,0,0,0,1,18],
+"classGpgFrontend_1_1Thread_1_1Task.html#a1956d94b45592a4096a335641aab65f8":[2,0,0,0,1,21],
+"classGpgFrontend_1_1Thread_1_1Task.html#a1a6a92c92febc94e8abbc1a96d489446":[2,0,0,0,1,23],
+"classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8":[2,0,0,0,1,7],
+"classGpgFrontend_1_1Thread_1_1Task.html#a3df2340426251e9145e5fe4419937e2a":[2,0,0,0,1,9],
+"classGpgFrontend_1_1Thread_1_1Task.html#a468f4b05a8eb6b66c3f240bc2a660a08":[2,0,0,0,1,31],
+"classGpgFrontend_1_1Thread_1_1Task.html#a492f8b0f6ec2832da20fc481bfa5cdbd":[2,0,0,0,1,2],
+"classGpgFrontend_1_1Thread_1_1Task.html#a4a2cad8747108322152b41c049f99c72":[2,0,0,0,1,25],
+"classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf":[2,0,0,0,1,11],
+"classGpgFrontend_1_1Thread_1_1Task.html#a57adc09be10715a0e36a4baa3d9437b5":[2,0,0,0,1,19],
+"classGpgFrontend_1_1Thread_1_1Task.html#a58f0de628876e2c064f3867f209ce1c9":[2,0,0,0,1,1],
+"classGpgFrontend_1_1Thread_1_1Task.html#a59047d6d26fdf78f9b43ddc189d84958":[2,0,0,0,1,6],
+"classGpgFrontend_1_1Thread_1_1Task.html#a5b47295d027309aee116d219b50de4f8":[2,0,0,0,1,22],
+"classGpgFrontend_1_1Thread_1_1Task.html#a5ee1ea118ac5d91f005faecef54742b8":[2,0,0,0,1,12],
+"classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7":[2,0,0,0,1,15],
+"classGpgFrontend_1_1Thread_1_1Task.html#a71ed097a2c4b4b735fd385dfe87e6f57":[2,0,0,0,1,30],
+"classGpgFrontend_1_1Thread_1_1Task.html#a79f935428d2e03585673226228a7ffff":[2,0,0,0,1,5],
+"classGpgFrontend_1_1Thread_1_1Task.html#a80f47accc0832e3aee686ee2879b431e":[2,0,0,0,1,10],
+"classGpgFrontend_1_1Thread_1_1Task.html#a86c8c7527e896c7900fdccc1e336b6c8":[2,0,0,0,1,28],
+"classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5":[2,0,0,0,1,8],
+"classGpgFrontend_1_1Thread_1_1Task.html#aa0015912ca0513a10252e01db7b527bb":[2,0,0,0,1,3],
+"classGpgFrontend_1_1Thread_1_1Task.html#aa500f907beee47f99fdeb626d2c788bd":[2,0,0,0,1,24],
+"classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098":[2,0,0,0,1,16],
+"classGpgFrontend_1_1Thread_1_1Task.html#abbbb68bcac48b6c31d6fe8ee1572f151":[2,0,0,0,1,17],
+"classGpgFrontend_1_1Thread_1_1Task.html#abdff056f5c96f00ac67bd1edcb5f0a48":[2,0,0,0,1,4],
+"classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00":[2,0,0,0,1,13],
+"classGpgFrontend_1_1Thread_1_1Task.html#ad6388db7b0e4960db5bf8296481481dd":[2,0,0,0,1,27],
+"classGpgFrontend_1_1Thread_1_1Task.html#afd4e9a657a7b0c2afbb701fa2cba8591":[2,0,0,0,1,26],
+"classGpgFrontend_1_1Thread_1_1Task.html#aff3823caa1d44cb84b4bf2822a4ab125":[2,0,0,0,1,20],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html":[2,0,0,0,2],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a2bdc321dd0732ba7a72499b2dc12f7c9":[2,0,0,0,2,9],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b":[2,0,0,0,2,3],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1":[2,0,0,0,2,8],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a66d2cce41130ada199636815c52332a6":[2,0,0,0,2,4],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22":[2,0,0,0,2,6],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2":[2,0,0,0,2,7],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac":[2,0,0,0,2,2],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html#abb18bb947433ecff7969dbd4e70f57be":[2,0,0,0,2,5],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d":[2,0,0,0,2,1],
+"classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf":[2,0,0,0,2,0],
+"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html":[2,0,0,0,3],
+"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a802df7f9d3ddd1424f0c386388eae128":[2,0,0,0,3,3],
+"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf":[2,0,0,0,3,1],
+"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a99e5ce5e8dd25c49755356f4ff8f6d30":[2,0,0,0,3,2],
+"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746":[2,0,0,0,3,0],
+"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746a15737749c87b6182b6a11e16d53ef896":[2,0,0,0,3,0,1],
+"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746aa6137891f9f6f5d09bd29c9194bf65c1":[2,0,0,0,3,0,0],
+"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746aba946fe7627d4f2d5fcf6baf17ec6fee":[2,0,0,0,3,0,2],
+"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746abb38b282ec9d0079e74228aa60363ed9":[2,0,0,0,3,0,4],
+"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746ae97ef03f1df29675111cd840558eab96":[2,0,0,0,3,0,3],
+"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html":[2,0,0,0,1,0],
+"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a":[2,0,0,0,1,0,5],
+"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a17252d07835dab3772381639ec8473ea":[2,0,0,0,1,0,4],
+"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a521dccfd42e13769b4edc4286318cc4c":[2,0,0,0,1,0,2],
+"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5812bb84c6241e89f8b8b04d2a2f3b55":[2,0,0,0,1,0,3],
+"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64":[2,0,0,0,1,0,7],
+"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22":[2,0,0,0,1,0,1],
+"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637":[2,0,0,0,1,0,6],
+"classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#add6080349c4774da4f37a62ab68561c7":[2,0,0,0,1,0,8],
+"classGpgFrontend_1_1UI_1_1AboutDialog.html":[2,0,0,1,7],
+"classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a":[2,0,0,1,7,0],
+"classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083":[2,0,0,1,7,1],
+"classGpgFrontend_1_1UI_1_1AboutDialog.html#abc146c6fa63199d4acd1521bc9919606":[2,0,0,1,7,2],
+"classGpgFrontend_1_1UI_1_1AdvancedTab.html":[2,0,0,1,24],
+"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a0cb26394185636ba35a8503d426e0f54":[2,0,0,1,24,4],
+"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a1c2db760776853e8fb6d9fd74b450343":[2,0,0,1,24,5],
+"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a4a33a782207cb18ef4a17db911cfc819":[2,0,0,1,24,1],
+"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a7d489cfe190c96c28a2ec117e1aa47a0":[2,0,0,1,24,3],
+"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a9e6aa8eb7800d9841101352062821f37":[2,0,0,1,24,2],
+"classGpgFrontend_1_1UI_1_1AdvancedTab.html#ac602aa3f6226e7325c10dc843764441b":[2,0,0,1,24,0],
+"classGpgFrontend_1_1UI_1_1AppearanceTab.html":[2,0,0,1,25],
+"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56":[2,0,0,1,25,2],
+"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a58b3ece7ff069c33de73e658aa47cacc":[2,0,0,1,25,5],
+"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a9f546f16551f48c73ee9031dd0ad8720":[2,0,0,1,25,6],
+"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aaa3ec787dcd8fae1a14c2067deb9dd03":[2,0,0,1,25,4],
+"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aac8f47f96ca866256ea846800f3f8887":[2,0,0,1,25,1],
+"classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c":[2,0,0,1,25,0],
+"classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712":[2,0,0,1,25,3],
+"classGpgFrontend_1_1UI_1_1ChoosePage.html":[2,0,0,1,34],
+"classGpgFrontend_1_1UI_1_1ChoosePage.html#a22bb223faa8f94e80b677b78b08e5d67":[2,0,0,1,34,3],
+"classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0":[2,0,0,1,34,1],
+"classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b":[2,0,0,1,34,0],
+"classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b":[2,0,0,1,34,2],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html":[2,0,0,1,49],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d":[2,0,0,1,49,15],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a":[2,0,0,1,49,14],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28":[2,0,0,1,49,5],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a1e7dff5252d5ec77c8450ad356891ebb":[2,0,0,1,49,7],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a":[2,0,0,1,49,16],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8":[2,0,0,1,49,18],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc9e91daa0d3c4ee4141ba4bd8726bb":[2,0,0,1,49,6],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a4d2f10c2089c2bfb23be5c1f573af31f":[2,0,0,1,49,4],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965":[2,0,0,1,49,1],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a80350e7fe1cd696004c9aa2a43eab184":[2,0,0,1,49,9],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a86d3827a2e5df17747c58d00b2f5fe6e":[2,0,0,1,49,19],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791":[2,0,0,1,49,12],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#a99b5dad4b17d1e71120e2c7708ef47a0":[2,0,0,1,49,20],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#aa533206591b0c57ea93b8f0cb7d795cd":[2,0,0,1,49,21],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#aa69efbcd684e9a99cc5c47c23de8d38c":[2,0,0,1,49,8],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#aadd249062c24f9b7fc545c03296bbb83":[2,0,0,1,49,0],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e":[2,0,0,1,49,11],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#abb25baa60d62d6842028e174f7e341fe":[2,0,0,1,49,3],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49":[2,0,0,1,49,2],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#aef14c7eaaf8b73bd1b8f845a5484748e":[2,0,0,1,49,10],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea":[2,0,0,1,49,17],
+"classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d":[2,0,0,1,49,13],
+"classGpgFrontend_1_1UI_1_1ConclusionPage.html":[2,0,0,1,36],
+"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0d15495f048f75337b224e8e632a895a":[2,0,0,1,36,3],
+"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7":[2,0,0,1,36,1],
+"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a4ffc1744a257ced33fa00e1b0fbd3047":[2,0,0,1,36,2],
+"classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7":[2,0,0,1,36,0],
+"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html":[2,0,0,1,9],
+"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a0cd5f66604737ea344fc36dd2c308dbb":[2,0,0,1,9,3],
+"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a3ae9ff221ddfeeee8bec5c218c8061ef":[2,0,0,1,9,1],
+"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8":[2,0,0,1,9,0],
+"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7f9160202394557df01edf3f82f50a55":[2,0,0,1,9,2],
+"classGpgFrontend_1_1UI_1_1FilePage.html":[2,0,0,1,50],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a00cd511308dceeda07d078a9e4ed0164":[2,0,0,1,50,13]
};
diff --git a/docs/html/navtreeindex3.js b/docs/html/navtreeindex3.js
index 5869c6b1..4ad8e4f8 100644
--- a/docs/html/navtreeindex3.js
+++ b/docs/html/navtreeindex3.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX3 =
{
-"classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3":[3,0,0,1,49,0],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a48fde4a93676b1b9810ab88fe265d8a8":[3,0,0,1,49,16],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1":[3,0,0,1,49,11],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a6ddf29e46120a9cd7a31285d748ddb12":[3,0,0,1,49,21],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871":[3,0,0,1,49,1],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a81ba57bc1073197afc748eff14ffa006":[3,0,0,1,49,10],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a81be0513bcc1488c22791b4ca4fbe671":[3,0,0,1,49,26],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a8beae6f942215ba4f191736c7176d8aa":[3,0,0,1,49,15],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a8ed9963c6c37131a17ccec8b61e04879":[3,0,0,1,49,17],
-"classGpgFrontend_1_1UI_1_1FilePage.html#a9a2660343132a9e3de05471126659fae":[3,0,0,1,49,7],
-"classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785":[3,0,0,1,49,4],
-"classGpgFrontend_1_1UI_1_1FilePage.html#ab42d1dea33d8d33e21418bf805fd66a0":[3,0,0,1,49,14],
-"classGpgFrontend_1_1UI_1_1FilePage.html#ab4c7e70027f55aae7ef1ed78bb1d9646":[3,0,0,1,49,9],
-"classGpgFrontend_1_1UI_1_1FilePage.html#aca3e2a213ec519e4f8aec27cfe9973ad":[3,0,0,1,49,23],
-"classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6":[3,0,0,1,49,12],
-"classGpgFrontend_1_1UI_1_1FilePage.html#ae649c1f6144bad1c9dab277fd9ce45d4":[3,0,0,1,49,18],
-"classGpgFrontend_1_1UI_1_1FilePage.html#ae834468425b52162842f1f4f52009cae":[3,0,0,1,49,20],
-"classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495":[3,0,0,1,49,3],
-"classGpgFrontend_1_1UI_1_1FilePage.html#aea773a182e0776154611ff51431c7d6c":[3,0,0,1,49,24],
-"classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7":[3,0,0,1,49,5],
-"classGpgFrontend_1_1UI_1_1FilePage.html#afc8cb5a018464c2017dbb7e987f686e9":[3,0,0,1,49,25],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html":[3,0,0,1,0],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09":[3,0,0,1,0,3],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#a2bc7e5bb1c67490ba12c82200634bd97":[3,0,0,1,0,7],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#a4e3c97cfac764af80919ed838bc00561":[3,0,0,1,0,4],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#a964920606f5873fd6a9407b9865e8fba":[3,0,0,1,0,6],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#abf21650d2597034d3307f530ebfb7f18":[3,0,0,1,0,0],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#ac00874dbef395dda534e32c6502c7913":[3,0,0,1,0,9],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#ad431aee5396454deee20b3d178f26ecc":[3,0,0,1,0,1],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#ae5787665efd04214a14111787deee57c":[3,0,0,1,0,5],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#af3896c6ef4dc49bd371746aa9fea1120":[3,0,0,1,0,10],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#afb248c339ac074f0a7602711ed2f5e39":[3,0,0,1,0,8],
-"classGpgFrontend_1_1UI_1_1FileReadTask.html#afe44eab4abfe0b3b950f332d54662159":[3,0,0,1,0,2],
-"classGpgFrontend_1_1UI_1_1FindWidget.html":[3,0,0,1,50],
-"classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f":[3,0,0,1,50,2],
-"classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9":[3,0,0,1,50,8],
-"classGpgFrontend_1_1UI_1_1FindWidget.html#a36ac2ccdd4e59cfdb790c73042dce532":[3,0,0,1,50,6],
-"classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9":[3,0,0,1,50,0],
-"classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0":[3,0,0,1,50,1],
-"classGpgFrontend_1_1UI_1_1FindWidget.html#a6f28757eafd39ee0b1f8fe977bfee8b1":[3,0,0,1,50,5],
-"classGpgFrontend_1_1UI_1_1FindWidget.html#a8188c030936fbda27ac400a7ab59e61c":[3,0,0,1,50,3],
-"classGpgFrontend_1_1UI_1_1FindWidget.html#aa019bd8b63ad1e79050e4428cfee62cf":[3,0,0,1,50,4],
-"classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe":[3,0,0,1,50,7],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html":[3,0,0,1,2],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a234a0a4d8c0b1b49a54f65b1aa3f9490":[3,0,0,1,2,8],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a34d01f247eee92017a2eccf697cda080":[3,0,0,1,2,4],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a42043895f4b33acd1531c428ae4deaa8":[3,0,0,1,2,1],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a871f204f01f10815e3475c103f1157af":[3,0,0,1,2,7],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a940a6ea31dff4db83f9f08d38e843a2b":[3,0,0,1,2,5],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#abad7cff23d2426820e320ecea47b479c":[3,0,0,1,2,3],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c":[3,0,0,1,2,0],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ad9b847aa128dfeb4ecf0064ef948e6ea":[3,0,0,1,2,9],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ad9d5be542aa422450a96dff00232ebe5":[3,0,0,1,2,2],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ae91392293866dc302132a9fc19209d8c":[3,0,0,1,2,6],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#aeda520454fd38920a027c1a4195a2e6f":[3,0,0,1,2,10],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html":[3,0,0,1,37],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a42d1bc5a70f0e81cb49c88eb23544255":[3,0,0,1,37,3],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a5c0bb4c6847846d57ca7524d5f5e4d53":[3,0,0,1,37,10],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a60f3fab73cb82114b17b10d6ac2f3b1a":[3,0,0,1,37,1],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013":[3,0,0,1,37,0],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a6ded03c8319326809b09bc90c94e890c":[3,0,0,1,37,7],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a8ddf641e1266d00cb876ddf786e5ccb8":[3,0,0,1,37,4],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ab0dd85f0fcbbab2f15eee995458d2dfb":[3,0,0,1,37,5],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#abb5b9f6dd7aed18f42cea885af85c741":[3,0,0,1,37,6],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ac581df0af500c9e8a73b8f988739600b":[3,0,0,1,37,8],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#acc10569862d1575d9453d1c1aa539242":[3,0,0,1,37,2],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ad799871eab498f2e535f52f0082f8b8b":[3,0,0,1,37,9],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html":[3,0,0,1,26],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c":[3,0,0,1,26,0],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#a3b97ed699cbc2f34b9e887cd2c83b645":[3,0,0,1,26,7],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#a4523f55e98cee600b2fd47b1750b4d24":[3,0,0,1,26,1],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b":[3,0,0,1,26,2],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa183fdff30ef4581a05ff5c0fde44d8c":[3,0,0,1,26,5],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69":[3,0,0,1,26,4],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#abaf12014356a2fa20f66945004abb7c2":[3,0,0,1,26,6],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b":[3,0,0,1,26,3],
-"classGpgFrontend_1_1UI_1_1GnupgTab.html":[3,0,0,1,7],
-"classGpgFrontend_1_1UI_1_1GnupgTab.html#a41deb4e53e1fcf424e72f33eb30f90be":[3,0,0,1,7,1],
-"classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79":[3,0,0,1,7,0],
-"classGpgFrontend_1_1UI_1_1GnupgTab.html#afd915ad09684b960ec63e28753f833e9":[3,0,0,1,7,2],
-"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html":[3,0,0,1,36],
-"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590":[3,0,0,1,36,1],
-"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0":[3,0,0,1,36,3],
-"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e":[3,0,0,1,36,2],
-"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298":[3,0,0,1,36,0],
-"classGpgFrontend_1_1UI_1_1HelpPage.html":[3,0,0,1,51],
-"classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006":[3,0,0,1,51,0],
-"classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f":[3,0,0,1,51,2],
-"classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99":[3,0,0,1,51,3],
-"classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846":[3,0,0,1,51,1],
-"classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c":[3,0,0,1,51,4],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html":[3,0,0,1,52],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a2c23091fa2fd5b97a045ac6c492caaca":[3,0,0,1,52,8],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71":[3,0,0,1,52,1],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4d18a72ae1c460a12b8902d426d9d395":[3,0,0,1,52,13],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab":[3,0,0,1,52,3],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3":[3,0,0,1,52,12],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516":[3,0,0,1,52,9],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32":[3,0,0,1,52,5],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a83a4ec326911b8b112bc471e7ca14925":[3,0,0,1,52,7],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad":[3,0,0,1,52,4],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac576ad298acc83cc313b6753e3715441":[3,0,0,1,52,10],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02":[3,0,0,1,52,6],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ad30591c31d19936cfd256e1a3c35d08f":[3,0,0,1,52,11],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010":[3,0,0,1,52,0],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38":[3,0,0,1,52,2],
-"classGpgFrontend_1_1UI_1_1InfoTab.html":[3,0,0,1,3],
-"classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc":[3,0,0,1,3,0],
-"classGpgFrontend_1_1UI_1_1IntroPage.html":[3,0,0,1,32],
-"classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4":[3,0,0,1,32,1],
-"classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d":[3,0,0,1,32,0],
-"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html":[3,0,0,1,14],
-"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a2c3d09bc4b7ebce9839ec03a43838d32":[3,0,0,1,14,0],
-"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a701ed5c70a8a0965b0d887b6d187e996":[3,0,0,1,14,1],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html":[3,0,0,1,12],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b":[3,0,0,1,12,2],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40":[3,0,0,1,12,20],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc":[3,0,0,1,12,14],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a104dcf364452ab5fe019f51c6db7f7d9":[3,0,0,1,12,22],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a10677e68994c32676acb051a0153375d":[3,0,0,1,12,4],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d":[3,0,0,1,12,21],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd":[3,0,0,1,12,17],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841":[3,0,0,1,12,24],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8":[3,0,0,1,12,16],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3":[3,0,0,1,12,18],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9":[3,0,0,1,12,0],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a43850a47ceaeb2e693027a0672bf77f7":[3,0,0,1,12,30],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226":[3,0,0,1,12,10],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb":[3,0,0,1,12,5],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76":[3,0,0,1,12,12],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a52bf44c05cf1280ba13369ae2c33c60a":[3,0,0,1,12,29],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a60bff34ff0a5ed5aa60fc280c3420716":[3,0,0,1,12,32],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1":[3,0,0,1,12,26],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0":[3,0,0,1,12,28],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219":[3,0,0,1,12,19],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658":[3,0,0,1,12,3],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8ecbb5721d5a2a0f85fd7b362f62bf83":[3,0,0,1,12,31],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5":[3,0,0,1,12,9],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146":[3,0,0,1,12,6],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52":[3,0,0,1,12,15],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844":[3,0,0,1,12,23],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[3,0,0,1,12,25],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76":[3,0,0,1,12,7],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc":[3,0,0,1,12,8],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[3,0,0,1,12,11],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28":[3,0,0,1,12,1],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514":[3,0,0,1,12,13],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aff131dd6f7178c63ef2e2f85d30828a2":[3,0,0,1,12,27],
-"classGpgFrontend_1_1UI_1_1KeyGenPage.html":[3,0,0,1,34],
-"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70":[3,0,0,1,34,0],
-"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead":[3,0,0,1,34,1],
-"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a8b757ec603524d53307278110cece2bd":[3,0,0,1,34,2],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html":[3,0,0,1,9],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1":[3,0,0,1,9,0],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a1f82af3b6aee0e6e5999b1b146b36938":[3,0,0,1,9,7],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a238e3af4b4980dd563e1fe6ea12f4474":[3,0,0,1,9,9],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a2abf6522dd8c254074d9174fcde1d2be":[3,0,0,1,9,8],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a8bc7fdc44432686d8b154783b2d156e8":[3,0,0,1,9,6],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6":[3,0,0,1,9,3],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8":[3,0,0,1,9,1],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4":[3,0,0,1,9,4],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24":[3,0,0,1,9,2],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#affc26751c72e51c702eea3a251f284db":[3,0,0,1,9,5],
-"classGpgFrontend_1_1UI_1_1KeyList.html":[3,0,0,1,57],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a0c3090591dff7b68bfb83c93d2c168e3":[3,0,0,1,57,4],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a0ea28d6f108bad10aaa8844fa86db033":[3,0,0,1,57,3],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a152e66db4a0f033366f43b4ec89073f4":[3,0,0,1,57,27],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a19b3f64d41843bb267fcd6c9956fde88":[3,0,0,1,57,30],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544":[3,0,0,1,57,13],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9":[3,0,0,1,57,5],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f":[3,0,0,1,57,8],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e":[3,0,0,1,57,17],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38":[3,0,0,1,57,11],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689":[3,0,0,1,57,19],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e":[3,0,0,1,57,24],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a6e97d359158f91217b9fe797410c74a6":[3,0,0,1,57,26],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec":[3,0,0,1,57,1],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a74ef918cd437730e111171660df06c81":[3,0,0,1,57,31],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a79416ec91e91f19712bf72aeb6440175":[3,0,0,1,57,16],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418":[3,0,0,1,57,0],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291":[3,0,0,1,57,21],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87":[3,0,0,1,57,9],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd":[3,0,0,1,57,12],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190":[3,0,0,1,57,6],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a86a294a8baa9feaeb808f0af956ef522":[3,0,0,1,57,22],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a8aeb2eef64f57fbc2e7f06f433d1ccb2":[3,0,0,1,57,36],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a8d1e2fde8e54d111581adc701e3191bb":[3,0,0,1,57,32],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a":[3,0,0,1,57,23],
-"classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886":[3,0,0,1,57,2],
-"classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5":[3,0,0,1,57,20],
-"classGpgFrontend_1_1UI_1_1KeyList.html#aad57901bf84aaf7849e7cf7bb9f8fc99":[3,0,0,1,57,25],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe":[3,0,0,1,57,18],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f":[3,0,0,1,57,14],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153":[3,0,0,1,57,15],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33":[3,0,0,1,57,10],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ac4629f2ffafe87215acc66f3cefc23d4":[3,0,0,1,57,29],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ac4d74ae5a34617b0be9915a43a2abdaa":[3,0,0,1,57,35],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ad3b6021ff2b2f03874bc9886bc08c152":[3,0,0,1,57,33],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ade6f1511cb60ceafcfe8e50a2ef28c73":[3,0,0,1,57,34],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f":[3,0,0,1,57,7],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ae9667bbf246913ea22413d46bcda675a":[3,0,0,1,57,28],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html":[3,0,0,1,38],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a00fdf40c55943c8542eaebab041f02b8":[3,0,0,1,38,28],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0380d65d9d12fb2b9d66c212287b8b92":[3,0,0,1,38,18],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a08ce0587e28ac312273fdb0988f63bbe":[3,0,0,1,38,27],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b":[3,0,0,1,38,4],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b4b2f521362d8e24a9875d51b0f877c":[3,0,0,1,38,9],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0eae43c328a32aedfa4a5a55cf328966":[3,0,0,1,38,25],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a137117a6c303eaf7bdca7a11edcc178c":[3,0,0,1,38,5],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1d5091c7be671b5c0446b52bef3eeb48":[3,0,0,1,38,24],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1ee904754ebe088ad002fb6c9b3f9000":[3,0,0,1,38,11],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2166d56c56ad66fd415d6628cfffd9b7":[3,0,0,1,38,6],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8":[3,0,0,1,38,1],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2bcdba46a4ace5bb9dd742759a00f4e3":[3,0,0,1,38,20],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a33e88ef94386833575afede7a7ff144a":[3,0,0,1,38,26],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a375530da2a3ff57e47b5f28af0bec09b":[3,0,0,1,38,10],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6266d640cb37c14fbe2c96bdb9c15935":[3,0,0,1,38,36],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5":[3,0,0,1,38,3],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46":[3,0,0,1,38,2],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a75e6e38da08275188c7a78fb57fa6641":[3,0,0,1,38,22],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a7623fa63b3c24ee86d923b434dee9c7f":[3,0,0,1,38,33],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7":[3,0,0,1,38,35],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf":[3,0,0,1,38,15],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7":[3,0,0,1,38,12],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8":[3,0,0,1,38,14],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a":[3,0,0,1,38,13],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743":[3,0,0,1,38,16],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#abf0f05743185c40b3cd0936ddccf8f9d":[3,0,0,1,38,21],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be":[3,0,0,1,38,17],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[3,0,0,1,38,23],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[3,0,0,1,38,8],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[3,0,0,1,38,29],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[3,0,0,1,38,30],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d":[3,0,0,1,38,32],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#adff3b71d088f4a13ef3d032b3c0ecebc":[3,0,0,1,38,34],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ae41fbcbbf621133fb7655e566f36768b":[3,0,0,1,38,31],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64":[3,0,0,1,38,0],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#af089757a71f5f27922c45eb52c924f88":[3,0,0,1,38,7],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#afa24ed000e0833c2cb8f7fea1111299c":[3,0,0,1,38,19],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html":[3,0,0,1,15],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a0e2fdf02be3247409cc1590bea0c1fe8":[3,0,0,1,15,2],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a221d649fb0dfb4048cdf432e05686fe1":[3,0,0,1,15,10],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a2b9b0aabdbceb4482ebcdfd6c3af987d":[3,0,0,1,15,9],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a3844bbdb3d0c4e46b3118b7576917ba2":[3,0,0,1,15,11],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c":[3,0,0,1,15,3],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6a7c9f82af2848ef847fef68ab5afbf5":[3,0,0,1,15,6],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6dd2a97ec6b3e22c6d29182b1ceb49f3":[3,0,0,1,15,8],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6f0e8f878445e71527f23bf8b9edcd90":[3,0,0,1,15,4],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27":[3,0,0,1,15,0],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#acb100218dfa9f97f633d1b3cd7bf5a05":[3,0,0,1,15,7]
+"classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f":[2,0,0,1,50,8],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f":[2,0,0,1,50,6],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a379abfff5c0e3935b478aee938528ba1":[2,0,0,1,50,22],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605":[2,0,0,1,50,2],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a3e367cd297e307e80a7cded37b7af74e":[2,0,0,1,50,19],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3":[2,0,0,1,50,0],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a48fde4a93676b1b9810ab88fe265d8a8":[2,0,0,1,50,16],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1":[2,0,0,1,50,11],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a6ddf29e46120a9cd7a31285d748ddb12":[2,0,0,1,50,21],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871":[2,0,0,1,50,1],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a81ba57bc1073197afc748eff14ffa006":[2,0,0,1,50,10],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a81be0513bcc1488c22791b4ca4fbe671":[2,0,0,1,50,26],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a8beae6f942215ba4f191736c7176d8aa":[2,0,0,1,50,15],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a8ed9963c6c37131a17ccec8b61e04879":[2,0,0,1,50,17],
+"classGpgFrontend_1_1UI_1_1FilePage.html#a9a2660343132a9e3de05471126659fae":[2,0,0,1,50,7],
+"classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785":[2,0,0,1,50,4],
+"classGpgFrontend_1_1UI_1_1FilePage.html#ab42d1dea33d8d33e21418bf805fd66a0":[2,0,0,1,50,14],
+"classGpgFrontend_1_1UI_1_1FilePage.html#ab4c7e70027f55aae7ef1ed78bb1d9646":[2,0,0,1,50,9],
+"classGpgFrontend_1_1UI_1_1FilePage.html#aca3e2a213ec519e4f8aec27cfe9973ad":[2,0,0,1,50,23],
+"classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6":[2,0,0,1,50,12],
+"classGpgFrontend_1_1UI_1_1FilePage.html#ae649c1f6144bad1c9dab277fd9ce45d4":[2,0,0,1,50,18],
+"classGpgFrontend_1_1UI_1_1FilePage.html#ae834468425b52162842f1f4f52009cae":[2,0,0,1,50,20],
+"classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495":[2,0,0,1,50,3],
+"classGpgFrontend_1_1UI_1_1FilePage.html#aea773a182e0776154611ff51431c7d6c":[2,0,0,1,50,24],
+"classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7":[2,0,0,1,50,5],
+"classGpgFrontend_1_1UI_1_1FilePage.html#afc8cb5a018464c2017dbb7e987f686e9":[2,0,0,1,50,25],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html":[2,0,0,1,0],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09":[2,0,0,1,0,3],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#a2bc7e5bb1c67490ba12c82200634bd97":[2,0,0,1,0,7],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#a4e3c97cfac764af80919ed838bc00561":[2,0,0,1,0,4],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#a964920606f5873fd6a9407b9865e8fba":[2,0,0,1,0,6],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#abf21650d2597034d3307f530ebfb7f18":[2,0,0,1,0,0],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#ac00874dbef395dda534e32c6502c7913":[2,0,0,1,0,9],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#ad431aee5396454deee20b3d178f26ecc":[2,0,0,1,0,1],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#ae5787665efd04214a14111787deee57c":[2,0,0,1,0,5],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#af3896c6ef4dc49bd371746aa9fea1120":[2,0,0,1,0,10],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#afb248c339ac074f0a7602711ed2f5e39":[2,0,0,1,0,8],
+"classGpgFrontend_1_1UI_1_1FileReadTask.html#afe44eab4abfe0b3b950f332d54662159":[2,0,0,1,0,2],
+"classGpgFrontend_1_1UI_1_1FindWidget.html":[2,0,0,1,51],
+"classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f":[2,0,0,1,51,2],
+"classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9":[2,0,0,1,51,8],
+"classGpgFrontend_1_1UI_1_1FindWidget.html#a36ac2ccdd4e59cfdb790c73042dce532":[2,0,0,1,51,6],
+"classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9":[2,0,0,1,51,0],
+"classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0":[2,0,0,1,51,1],
+"classGpgFrontend_1_1UI_1_1FindWidget.html#a6f28757eafd39ee0b1f8fe977bfee8b1":[2,0,0,1,51,5],
+"classGpgFrontend_1_1UI_1_1FindWidget.html#a8188c030936fbda27ac400a7ab59e61c":[2,0,0,1,51,3],
+"classGpgFrontend_1_1UI_1_1FindWidget.html#aa019bd8b63ad1e79050e4428cfee62cf":[2,0,0,1,51,4],
+"classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe":[2,0,0,1,51,7],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html":[2,0,0,1,2],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a234a0a4d8c0b1b49a54f65b1aa3f9490":[2,0,0,1,2,8],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a34d01f247eee92017a2eccf697cda080":[2,0,0,1,2,4],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a42043895f4b33acd1531c428ae4deaa8":[2,0,0,1,2,1],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a871f204f01f10815e3475c103f1157af":[2,0,0,1,2,7],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a940a6ea31dff4db83f9f08d38e843a2b":[2,0,0,1,2,5],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#abad7cff23d2426820e320ecea47b479c":[2,0,0,1,2,3],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c":[2,0,0,1,2,0],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ad9b847aa128dfeb4ecf0064ef948e6ea":[2,0,0,1,2,9],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ad9d5be542aa422450a96dff00232ebe5":[2,0,0,1,2,2],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ae91392293866dc302132a9fc19209d8c":[2,0,0,1,2,6],
+"classGpgFrontend_1_1UI_1_1GeneralDialog.html#aeda520454fd38920a027c1a4195a2e6f":[2,0,0,1,2,10],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html":[2,0,0,1,38],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a42d1bc5a70f0e81cb49c88eb23544255":[2,0,0,1,38,3],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a5c0bb4c6847846d57ca7524d5f5e4d53":[2,0,0,1,38,10],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a60f3fab73cb82114b17b10d6ac2f3b1a":[2,0,0,1,38,1],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013":[2,0,0,1,38,0],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a6ded03c8319326809b09bc90c94e890c":[2,0,0,1,38,7],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a8ddf641e1266d00cb876ddf786e5ccb8":[2,0,0,1,38,4],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ab0dd85f0fcbbab2f15eee995458d2dfb":[2,0,0,1,38,5],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#abb5b9f6dd7aed18f42cea885af85c741":[2,0,0,1,38,6],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ac581df0af500c9e8a73b8f988739600b":[2,0,0,1,38,8],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#acc10569862d1575d9453d1c1aa539242":[2,0,0,1,38,2],
+"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ad799871eab498f2e535f52f0082f8b8b":[2,0,0,1,38,9],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html":[2,0,0,1,27],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c":[2,0,0,1,27,0],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#a3b97ed699cbc2f34b9e887cd2c83b645":[2,0,0,1,27,7],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#a4523f55e98cee600b2fd47b1750b4d24":[2,0,0,1,27,1],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b":[2,0,0,1,27,2],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa183fdff30ef4581a05ff5c0fde44d8c":[2,0,0,1,27,5],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69":[2,0,0,1,27,4],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#abaf12014356a2fa20f66945004abb7c2":[2,0,0,1,27,6],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b":[2,0,0,1,27,3],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html":[2,0,0,1,3],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a04611d5160fcc6ef36f6fce8dd94c645":[2,0,0,1,3,1],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83":[2,0,0,1,3,5],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c":[2,0,0,1,3,4],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a626c30712552f1c7fdf69d1d13d7b303":[2,0,0,1,3,7],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e":[2,0,0,1,3,3],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a917cf89e7920c1c5d7d8070b53bd49fc":[2,0,0,1,3,6],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529":[2,0,0,1,3,2],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#acd2918a181aa9c8c59e5d789ce34a92a":[2,0,0,1,3,9],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835":[2,0,0,1,3,0],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af97fbd4ee0b57a20cc9a97c7e877d520":[2,0,0,1,3,8],
+"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#afda750c1511434cb0d3162d9bd1ab78f":[2,0,0,1,3,10],
+"classGpgFrontend_1_1UI_1_1GnupgTab.html":[2,0,0,1,8],
+"classGpgFrontend_1_1UI_1_1GnupgTab.html#a41deb4e53e1fcf424e72f33eb30f90be":[2,0,0,1,8,1],
+"classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79":[2,0,0,1,8,0],
+"classGpgFrontend_1_1UI_1_1GnupgTab.html#afd915ad09684b960ec63e28753f833e9":[2,0,0,1,8,2],
+"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html":[2,0,0,1,37],
+"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590":[2,0,0,1,37,1],
+"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0":[2,0,0,1,37,3],
+"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e":[2,0,0,1,37,2],
+"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298":[2,0,0,1,37,0],
+"classGpgFrontend_1_1UI_1_1HelpPage.html":[2,0,0,1,52],
+"classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006":[2,0,0,1,52,0],
+"classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f":[2,0,0,1,52,2],
+"classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99":[2,0,0,1,52,3],
+"classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846":[2,0,0,1,52,1],
+"classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c":[2,0,0,1,52,4],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html":[2,0,0,1,53],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a2c23091fa2fd5b97a045ac6c492caaca":[2,0,0,1,53,8],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71":[2,0,0,1,53,1],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4d18a72ae1c460a12b8902d426d9d395":[2,0,0,1,53,13],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab":[2,0,0,1,53,3],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3":[2,0,0,1,53,12],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516":[2,0,0,1,53,9],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32":[2,0,0,1,53,5],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a83a4ec326911b8b112bc471e7ca14925":[2,0,0,1,53,7],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad":[2,0,0,1,53,4],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac576ad298acc83cc313b6753e3715441":[2,0,0,1,53,10],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02":[2,0,0,1,53,6],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ad30591c31d19936cfd256e1a3c35d08f":[2,0,0,1,53,11],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010":[2,0,0,1,53,0],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38":[2,0,0,1,53,2],
+"classGpgFrontend_1_1UI_1_1InfoTab.html":[2,0,0,1,4],
+"classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc":[2,0,0,1,4,0],
+"classGpgFrontend_1_1UI_1_1IntroPage.html":[2,0,0,1,33],
+"classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4":[2,0,0,1,33,1],
+"classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d":[2,0,0,1,33,0],
+"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html":[2,0,0,1,15],
+"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a2c3d09bc4b7ebce9839ec03a43838d32":[2,0,0,1,15,0],
+"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a701ed5c70a8a0965b0d887b6d187e996":[2,0,0,1,15,1],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html":[2,0,0,1,13],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b":[2,0,0,1,13,2],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40":[2,0,0,1,13,20],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc":[2,0,0,1,13,14],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a104dcf364452ab5fe019f51c6db7f7d9":[2,0,0,1,13,22],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a10677e68994c32676acb051a0153375d":[2,0,0,1,13,4],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d":[2,0,0,1,13,21],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd":[2,0,0,1,13,17],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841":[2,0,0,1,13,24],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8":[2,0,0,1,13,16],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3":[2,0,0,1,13,18],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9":[2,0,0,1,13,0],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a43850a47ceaeb2e693027a0672bf77f7":[2,0,0,1,13,30],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226":[2,0,0,1,13,10],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb":[2,0,0,1,13,5],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76":[2,0,0,1,13,12],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a52bf44c05cf1280ba13369ae2c33c60a":[2,0,0,1,13,29],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a60bff34ff0a5ed5aa60fc280c3420716":[2,0,0,1,13,32],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1":[2,0,0,1,13,26],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0":[2,0,0,1,13,28],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219":[2,0,0,1,13,19],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658":[2,0,0,1,13,3],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8ecbb5721d5a2a0f85fd7b362f62bf83":[2,0,0,1,13,31],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5":[2,0,0,1,13,9],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146":[2,0,0,1,13,6],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52":[2,0,0,1,13,15],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844":[2,0,0,1,13,23],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[2,0,0,1,13,25],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76":[2,0,0,1,13,7],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc":[2,0,0,1,13,8],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[2,0,0,1,13,11],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28":[2,0,0,1,13,1],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514":[2,0,0,1,13,13],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aff131dd6f7178c63ef2e2f85d30828a2":[2,0,0,1,13,27],
+"classGpgFrontend_1_1UI_1_1KeyGenPage.html":[2,0,0,1,35],
+"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70":[2,0,0,1,35,0],
+"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead":[2,0,0,1,35,1],
+"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a8b757ec603524d53307278110cece2bd":[2,0,0,1,35,2],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html":[2,0,0,1,10],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1":[2,0,0,1,10,0],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a1f82af3b6aee0e6e5999b1b146b36938":[2,0,0,1,10,7],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a238e3af4b4980dd563e1fe6ea12f4474":[2,0,0,1,10,9],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a2abf6522dd8c254074d9174fcde1d2be":[2,0,0,1,10,8],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a8bc7fdc44432686d8b154783b2d156e8":[2,0,0,1,10,6],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6":[2,0,0,1,10,3],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8":[2,0,0,1,10,1],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4":[2,0,0,1,10,4],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24":[2,0,0,1,10,2],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#affc26751c72e51c702eea3a251f284db":[2,0,0,1,10,5],
+"classGpgFrontend_1_1UI_1_1KeyList.html":[2,0,0,1,58],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a0c3090591dff7b68bfb83c93d2c168e3":[2,0,0,1,58,4],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a0ea28d6f108bad10aaa8844fa86db033":[2,0,0,1,58,3],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a152e66db4a0f033366f43b4ec89073f4":[2,0,0,1,58,27],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a19b3f64d41843bb267fcd6c9956fde88":[2,0,0,1,58,30],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544":[2,0,0,1,58,13],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9":[2,0,0,1,58,5],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f":[2,0,0,1,58,8],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e":[2,0,0,1,58,17],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38":[2,0,0,1,58,11],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689":[2,0,0,1,58,19],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e":[2,0,0,1,58,24],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a6e97d359158f91217b9fe797410c74a6":[2,0,0,1,58,26],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec":[2,0,0,1,58,1],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a74ef918cd437730e111171660df06c81":[2,0,0,1,58,31],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a79416ec91e91f19712bf72aeb6440175":[2,0,0,1,58,16],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418":[2,0,0,1,58,0],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291":[2,0,0,1,58,21],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87":[2,0,0,1,58,9],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd":[2,0,0,1,58,12],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190":[2,0,0,1,58,6],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a86a294a8baa9feaeb808f0af956ef522":[2,0,0,1,58,22],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a8aeb2eef64f57fbc2e7f06f433d1ccb2":[2,0,0,1,58,36],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a8d1e2fde8e54d111581adc701e3191bb":[2,0,0,1,58,32],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a":[2,0,0,1,58,23],
+"classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886":[2,0,0,1,58,2],
+"classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5":[2,0,0,1,58,20],
+"classGpgFrontend_1_1UI_1_1KeyList.html#aad57901bf84aaf7849e7cf7bb9f8fc99":[2,0,0,1,58,25],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe":[2,0,0,1,58,18],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f":[2,0,0,1,58,14],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153":[2,0,0,1,58,15],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33":[2,0,0,1,58,10],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ac4629f2ffafe87215acc66f3cefc23d4":[2,0,0,1,58,29],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ac4d74ae5a34617b0be9915a43a2abdaa":[2,0,0,1,58,35],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ad3b6021ff2b2f03874bc9886bc08c152":[2,0,0,1,58,33],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ade6f1511cb60ceafcfe8e50a2ef28c73":[2,0,0,1,58,34],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f":[2,0,0,1,58,7],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ae9667bbf246913ea22413d46bcda675a":[2,0,0,1,58,28],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html":[2,0,0,1,39],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a00fdf40c55943c8542eaebab041f02b8":[2,0,0,1,39,28],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0380d65d9d12fb2b9d66c212287b8b92":[2,0,0,1,39,18],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a08ce0587e28ac312273fdb0988f63bbe":[2,0,0,1,39,27],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b":[2,0,0,1,39,4],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b4b2f521362d8e24a9875d51b0f877c":[2,0,0,1,39,9],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0eae43c328a32aedfa4a5a55cf328966":[2,0,0,1,39,25],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a137117a6c303eaf7bdca7a11edcc178c":[2,0,0,1,39,5],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1d5091c7be671b5c0446b52bef3eeb48":[2,0,0,1,39,24],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1ee904754ebe088ad002fb6c9b3f9000":[2,0,0,1,39,11],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2166d56c56ad66fd415d6628cfffd9b7":[2,0,0,1,39,6],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8":[2,0,0,1,39,1],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2bcdba46a4ace5bb9dd742759a00f4e3":[2,0,0,1,39,20],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a33e88ef94386833575afede7a7ff144a":[2,0,0,1,39,26],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a375530da2a3ff57e47b5f28af0bec09b":[2,0,0,1,39,10],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6266d640cb37c14fbe2c96bdb9c15935":[2,0,0,1,39,36],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5":[2,0,0,1,39,3],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46":[2,0,0,1,39,2],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a75e6e38da08275188c7a78fb57fa6641":[2,0,0,1,39,22],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a7623fa63b3c24ee86d923b434dee9c7f":[2,0,0,1,39,33],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7":[2,0,0,1,39,35],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf":[2,0,0,1,39,15],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7":[2,0,0,1,39,12],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8":[2,0,0,1,39,14],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a":[2,0,0,1,39,13],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743":[2,0,0,1,39,16],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#abf0f05743185c40b3cd0936ddccf8f9d":[2,0,0,1,39,21],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be":[2,0,0,1,39,17],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[2,0,0,1,39,23],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[2,0,0,1,39,8],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,1,39,29],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[2,0,0,1,39,30]
};
diff --git a/docs/html/navtreeindex4.js b/docs/html/navtreeindex4.js
index dcf861a6..3dfb8c3b 100644
--- a/docs/html/navtreeindex4.js
+++ b/docs/html/navtreeindex4.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX4 =
{
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a":[3,0,0,1,15,1],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ae2dcd1d3f6264f6e58d8b69aa0511321":[3,0,0,1,15,5],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html":[3,0,0,1,16],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a01664d76e4405685086e31d6ae29b18d":[3,0,0,1,16,3],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b":[3,0,0,1,16,18],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1696d290fd22046aaf66b0c8855478cf":[3,0,0,1,16,2],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6":[3,0,0,1,16,13],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab":[3,0,0,1,16,5],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a285b5aa841aadd345096b722de2c5207":[3,0,0,1,16,10],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a34ea69e2f2a6d190121c0463cf190a63":[3,0,0,1,16,22],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4":[3,0,0,1,16,17],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a72717007cd65887f79b6f963568263a3":[3,0,0,1,16,23],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a73a47d699a33419a6cc265d55b89be50":[3,0,0,1,16,19],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444":[3,0,0,1,16,0],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a7a8119c794ed9ed63c0caa1c3373b6dc":[3,0,0,1,16,4],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec":[3,0,0,1,16,7],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d":[3,0,0,1,16,9],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be":[3,0,0,1,16,20],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975":[3,0,0,1,16,8],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1":[3,0,0,1,16,6],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c":[3,0,0,1,16,16],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ab14f5ac30ce3cca1c42155bae030c62e":[3,0,0,1,16,14],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#acd538bd5cd229b0f66e05803b6531443":[3,0,0,1,16,15],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e":[3,0,0,1,16,21],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594":[3,0,0,1,16,12],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0":[3,0,0,1,16,11],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2":[3,0,0,1,16,1],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html":[3,0,0,1,17],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab":[3,0,0,1,17,2],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f":[3,0,0,1,17,1],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4eb2668e860bb19e5c3c47a922b1e671":[3,0,0,1,17,7],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a504d26d23c6e4228b732f2f79c2c6fa3":[3,0,0,1,17,5],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a636caee67903f6f6114ba7a63ba49781":[3,0,0,1,17,6],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a6becf000c1128e46afee8a86066a242c":[3,0,0,1,17,10],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a9a28a055e8e549288e7dce49050493f5":[3,0,0,1,17,13],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aa150485d290176e45d7bb1e87601abde":[3,0,0,1,17,12],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5":[3,0,0,1,17,0],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab23cb5c7d25aabc0bed9ba530f3866ba":[3,0,0,1,17,8],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab5304882e1883244ff798ec06ff1c888":[3,0,0,1,17,11],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#acb6fe75a2e834469627d9b46ad84d514":[3,0,0,1,17,4],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ae5351ab31a47755ec82a007cd3610b55":[3,0,0,1,17,3],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#af2b406e19ae3e456c78e558c2d82d410":[3,0,0,1,17,9],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html":[3,0,0,1,18],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253":[3,0,0,1,18,2],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a083cd080527b4e1f1009ca6d3152894f":[3,0,0,1,18,9],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0c80829e8fd1802dd3c984fe65c3ca36":[3,0,0,1,18,25],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0ee84c4e1ea5c7c75bcddd2325993934":[3,0,0,1,18,8],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf":[3,0,0,1,18,17],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1420046130128b5679400d5ef7b7255e":[3,0,0,1,18,7],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c":[3,0,0,1,18,11],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2cad9b13df5cfa828d1ca641a19d2e08":[3,0,0,1,18,24],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2e44cb3bf3ed390f5e3db5cafb0870e9":[3,0,0,1,18,6],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862":[3,0,0,1,18,19],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739":[3,0,0,1,18,3],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a55b540fb99cbe55631af12c0c6156b20":[3,0,0,1,18,13],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876":[3,0,0,1,18,20],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a698f8af1dc074ca7433f9ee038ab4150":[3,0,0,1,18,18],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a6a64f9528cfd743d724947b27eefa0a5":[3,0,0,1,18,21],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927":[3,0,0,1,18,16],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a74cab42dc5d138fa2632d027af279957":[3,0,0,1,18,22],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a92f3f64ea29f6660358aab0b2d2da4dc":[3,0,0,1,18,10],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732":[3,0,0,1,18,0],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aab240016c10ecf575965108751fc0ff8":[3,0,0,1,18,15],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abbb66d84191a714d24f384125a25b328":[3,0,0,1,18,23],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abf09b9868514921763a9134084b228ee":[3,0,0,1,18,12],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36":[3,0,0,1,18,14],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff":[3,0,0,1,18,1],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aec18dfc0422bbb3d91c91ce8a067e148":[3,0,0,1,18,5],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb":[3,0,0,1,18,4],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html":[3,0,0,1,19],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a01adaffd23f720fdf94b84d294c4eae4":[3,0,0,1,19,11],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7":[3,0,0,1,19,5],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a07aff92c72ada924eae1cca0f31ae527":[3,0,0,1,19,27],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a08093ae1a45cb7705cb243487d975cfd":[3,0,0,1,19,22],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a09043e6f3b52d194e347304f62fbcce3":[3,0,0,1,19,17],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0b075e0415db03a3cc43bd8f6e014031":[3,0,0,1,19,16],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0d393d4abe6e2cc8d4cdfebf8c4c2186":[3,0,0,1,19,31],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf":[3,0,0,1,19,9],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a162f90b120f704c31aa7693a793e20c6":[3,0,0,1,19,12],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c":[3,0,0,1,19,14],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a283cc54d3453da8fcd96633381ec2753":[3,0,0,1,19,10],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7":[3,0,0,1,19,6],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d":[3,0,0,1,19,7],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29":[3,0,0,1,19,3],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a33c6b175129a6c364ebe5541d146d082":[3,0,0,1,19,24],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144":[3,0,0,1,19,1],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a3c264254d4f6df7ad810aecde43d9413":[3,0,0,1,19,20],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4569bb5afb56e0caaa6eeadac05a53d6":[3,0,0,1,19,19],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4f72825ffcade6dd1def95246748ca3d":[3,0,0,1,19,23],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a578c5a61208ae962fd772bc5e9045d12":[3,0,0,1,19,25],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea":[3,0,0,1,19,2],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5dbd205bb97fe7379d01c19250d6f97c":[3,0,0,1,19,29],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f":[3,0,0,1,19,4],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1":[3,0,0,1,19,8],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7e4ef818bcd2f315159f7043a099302c":[3,0,0,1,19,30],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a9fd99282a49e752133fdd5bdb10a62d4":[3,0,0,1,19,18],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa0fb2623234f3dea2ef40809c9571360":[3,0,0,1,19,13],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa598c2c2a97f5c3dd7e8227cdfe6a51a":[3,0,0,1,19,21],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa90d503edf4bab73034f68dc424964dd":[3,0,0,1,19,28],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ad4638897cefc9a3fe111eb386abd25f4":[3,0,0,1,19,26],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ada1a7906a9e5f38c28922f9ac98c76a6":[3,0,0,1,19,15],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3":[3,0,0,1,19,0],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html":[3,0,0,1,10],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8":[3,0,0,1,10,13],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a228c855a0676155572d691cb0df9c328":[3,0,0,1,10,22],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2":[3,0,0,1,10,5],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3d2e0010ac4e4ed0b2a88d9487d2732c":[3,0,0,1,10,23],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e":[3,0,0,1,10,1],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c":[3,0,0,1,10,2],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4cbacc689425edd3105af64083c7b3a1":[3,0,0,1,10,18],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c":[3,0,0,1,10,4],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a":[3,0,0,1,10,10],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7f6e60d52be1bc06e2f9ddad4ca11d98":[3,0,0,1,10,16],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a95460bd9977b72ef20d4566f5e231dab":[3,0,0,1,10,24],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063":[3,0,0,1,10,0],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a9d752319d7342f0156f8dfa15868fc48":[3,0,0,1,10,19],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#aab814c68a1d532bef6e0e77b6614c622":[3,0,0,1,10,21],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab0585bbabc450d2cb571a5bd374ebb0e":[3,0,0,1,10,12],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab2e8ddb2180df363ad2cf8fc27fabee3":[3,0,0,1,10,26],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a":[3,0,0,1,10,7],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513":[3,0,0,1,10,3],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802":[3,0,0,1,10,14],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abdf29b8b4337573cafd839fd4ce25104":[3,0,0,1,10,15],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06":[3,0,0,1,10,9],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6":[3,0,0,1,10,6],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad7f4df9aa6ee20ff4a36049bbf3e7f6e":[3,0,0,1,10,8],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#adc7249b039e078c84f705c7111a148b0":[3,0,0,1,10,11],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af48f4a6d2744bad2759e691f9c59f209":[3,0,0,1,10,20],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af615a531375a74aa4b46a7dd53d38422":[3,0,0,1,10,25],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f":[3,0,0,1,10,17],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html":[3,0,0,1,43],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857":[3,0,0,1,43,0],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a3adcb012ca6a6c08c65b94ab301eba27":[3,0,0,1,43,8],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a5e1fb2810c4b07bd9d8c6fe11c72c526":[3,0,0,1,43,7],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f":[3,0,0,1,43,3],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#aaf3e0f25869eab592e0be108b3727f8e":[3,0,0,1,43,2],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac066c7a57c5b0bc96a6982df2585862b":[3,0,0,1,43,4],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac0c91559fa74b01a5b6d9cf925727339":[3,0,0,1,43,1],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ae3d6f2b89691f0fdcc692920aacd3fba":[3,0,0,1,43,5],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#af24ff4c57d63e831324ca6075b86ae8b":[3,0,0,1,43,6],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html":[3,0,0,1,44],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a04075001fcf461425c3ae14c96de2ad6":[3,0,0,1,44,1],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a05fdcb7bd52dced3c9e15e9ca313c2b4":[3,0,0,1,44,7],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa":[3,0,0,1,44,0],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a1d03d44bd99bbaf7908a7a8ea8080212":[3,0,0,1,44,5],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a62bb1488fd6f95881bb70f8a228ef9c9":[3,0,0,1,44,6],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a99a5df78f8b78551dba4a14e144099cf":[3,0,0,1,44,2],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4":[3,0,0,1,44,3],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#af0f20b03e64115f475d05a6517ab5bcf":[3,0,0,1,44,4],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html":[3,0,0,1,20],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a05c643155ca542c788acd648a59a1917":[3,0,0,1,20,3],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb":[3,0,0,1,20,1],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a3789ae2c0e3d1510b2b67c762118d6c0":[3,0,0,1,20,6],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a547fe4ca02de93cefd0a9954a7a6d5e4":[3,0,0,1,20,7],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5a256b2be02876fb748193b2cb14fb14":[3,0,0,1,20,8],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a6492b945ec7cfbb73cfcad0964ffe23f":[3,0,0,1,20,2],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b":[3,0,0,1,20,0],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#acf4b8c667c69c822283f5d72728c3915":[3,0,0,1,20,4],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274":[3,0,0,1,20,5],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html":[3,0,0,1,21],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a1deb1df41b7a9b4f93fb717280d3b502":[3,0,0,1,21,5],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a8201baff3129df1090311964f009ae2b":[3,0,0,1,21,3],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43":[3,0,0,1,21,2],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55":[3,0,0,1,21,0],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ab510bc8feea27f5a2f5361475a50d106":[3,0,0,1,21,8],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#acb34dd25f9d75feb0ec625ce81d47cff":[3,0,0,1,21,6],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad493cf9abfab589f5560131cda68539d":[3,0,0,1,21,7],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad9ae0e31f60685d600a695d1d4b0c025":[3,0,0,1,21,4],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ae1943f11c25f5696103f113493462a76":[3,0,0,1,21,1],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html":[3,0,0,1,11],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6":[3,0,0,1,11,2],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a168859b1774aa38b8ad4c423fe01f1c5":[3,0,0,1,11,3],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf":[3,0,0,1,11,0],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a520581c9828a62043ddea18da740401e":[3,0,0,1,11,1],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a71c4d23dcfa453bff540324b0a74f347":[3,0,0,1,11,5],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a8c50ef3699448352d6272bb2faab5493":[3,0,0,1,11,4],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html":[3,0,0,1,27],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a0fc7e301ec8db2f328508c0380027d94":[3,0,0,1,27,8],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a1ec36c6d42a71d79fc006c1aab0ebdfa":[3,0,0,1,27,10],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b":[3,0,0,1,27,3],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347":[3,0,0,1,27,4],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a68f954c4b713956a87f7382b30f45612":[3,0,0,1,27,7],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a74f30a1f6314b6156f4df20652129c5d":[3,0,0,1,27,6],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a85b9bfdbd7ae71f0d74b9d6c32a194e1":[3,0,0,1,27,12],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e":[3,0,0,1,27,2],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8fd9c3735ab43ecf2eb6df4c9b2ddd93":[3,0,0,1,27,1],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c":[3,0,0,1,27,0],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aacb5e6e543708687185a993dd43050a3":[3,0,0,1,27,5],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac3f03e8a208f63776414df0ce37ead19":[3,0,0,1,27,11],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac946f4228b6e8784eebcbb63f285a702":[3,0,0,1,27,9],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html":[3,0,0,1,45],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508":[3,0,0,1,45,3],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a257a806258d2e82961dd1227151d8269":[3,0,0,1,45,7],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a2a34a0b2c9f99597cc9ac52ffbcf151a":[3,0,0,1,45,2],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8":[3,0,0,1,45,0],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a5fe88955da96f064d23569112b2b6a13":[3,0,0,1,45,0,2],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a63ce35ca3098ebd24e16ad592f14cd0d":[3,0,0,1,45,0,0],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8adbea1aa1d6372dbabc06c38ac1231f88":[3,0,0,1,45,0,1],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a5c53b9ab82f93982e29a4fe3076c3419":[3,0,0,1,45,9],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a870ec89c06c3a4789948ca60e45e437d":[3,0,0,1,45,5],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a9c54f88adf75dd3402fef51ef5eeaea5":[3,0,0,1,45,6],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#abbb10300a75086649faba44cf4d2ed61":[3,0,0,1,45,8],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77":[3,0,0,1,45,1],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be":[3,0,0,1,45,4],
-"classGpgFrontend_1_1UI_1_1MainWindow.html":[3,0,0,1,39],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e":[3,0,0,1,39,88],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e":[3,0,0,1,39,37],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de":[3,0,0,1,39,6],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203":[3,0,0,1,39,48],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[3,0,0,1,39,11],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a091087c673fa86bcaaadbbfc7ec7caed":[3,0,0,1,39,19],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[3,0,0,1,39,64],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48":[3,0,0,1,39,42],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[3,0,0,1,39,4],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[3,0,0,1,39,62],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[3,0,0,1,39,115],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[3,0,0,1,39,125],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[3,0,0,1,39,124],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[3,0,0,1,39,95],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[3,0,0,1,39,35],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e":[3,0,0,1,39,3],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a19d24772c88b55070f139b97806c10ca":[3,0,0,1,39,109],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585":[3,0,0,1,39,8],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919":[3,0,0,1,39,28],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64":[3,0,0,1,39,81],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e7923dacd93eb498d8532bb887739b0":[3,0,0,1,39,56],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[3,0,0,1,39,69],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[3,0,0,1,39,13],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[3,0,0,1,39,112],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[3,0,0,1,39,79],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[3,0,0,1,39,29],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[3,0,0,1,39,104],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[3,0,0,1,39,50],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30":[3,0,0,1,39,45],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a261fb867b194d5b16ad15ed2ff6c60ec":[3,0,0,1,39,18],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327":[3,0,0,1,39,49],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[3,0,0,1,39,34],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb":[3,0,0,1,39,84],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[3,0,0,1,39,71],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[3,0,0,1,39,92],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4":[3,0,0,1,39,31],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a":[3,0,0,1,39,16],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86":[3,0,0,1,39,72],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7":[3,0,0,1,39,96],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb":[3,0,0,1,39,23],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad":[3,0,0,1,39,60],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689":[3,0,0,1,39,126],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b":[3,0,0,1,39,38],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f51156763fc3d4cdfa747d037566bef":[3,0,0,1,39,67],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73":[3,0,0,1,39,98]
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d":[2,0,0,1,39,32],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#adff3b71d088f4a13ef3d032b3c0ecebc":[2,0,0,1,39,34],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ae41fbcbbf621133fb7655e566f36768b":[2,0,0,1,39,31],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64":[2,0,0,1,39,0],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#af089757a71f5f27922c45eb52c924f88":[2,0,0,1,39,7],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#afa24ed000e0833c2cb8f7fea1111299c":[2,0,0,1,39,19],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html":[2,0,0,1,16],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a0e2fdf02be3247409cc1590bea0c1fe8":[2,0,0,1,16,2],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a221d649fb0dfb4048cdf432e05686fe1":[2,0,0,1,16,10],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a2b9b0aabdbceb4482ebcdfd6c3af987d":[2,0,0,1,16,9],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a3844bbdb3d0c4e46b3118b7576917ba2":[2,0,0,1,16,11],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c":[2,0,0,1,16,3],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6a7c9f82af2848ef847fef68ab5afbf5":[2,0,0,1,16,6],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6dd2a97ec6b3e22c6d29182b1ceb49f3":[2,0,0,1,16,8],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6f0e8f878445e71527f23bf8b9edcd90":[2,0,0,1,16,4],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27":[2,0,0,1,16,0],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#acb100218dfa9f97f633d1b3cd7bf5a05":[2,0,0,1,16,7],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a":[2,0,0,1,16,1],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ae2dcd1d3f6264f6e58d8b69aa0511321":[2,0,0,1,16,5],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html":[2,0,0,1,17],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a01664d76e4405685086e31d6ae29b18d":[2,0,0,1,17,3],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b":[2,0,0,1,17,18],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1696d290fd22046aaf66b0c8855478cf":[2,0,0,1,17,2],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6":[2,0,0,1,17,13],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab":[2,0,0,1,17,5],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a285b5aa841aadd345096b722de2c5207":[2,0,0,1,17,10],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a34ea69e2f2a6d190121c0463cf190a63":[2,0,0,1,17,22],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4":[2,0,0,1,17,17],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a72717007cd65887f79b6f963568263a3":[2,0,0,1,17,23],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a73a47d699a33419a6cc265d55b89be50":[2,0,0,1,17,19],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444":[2,0,0,1,17,0],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a7a8119c794ed9ed63c0caa1c3373b6dc":[2,0,0,1,17,4],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec":[2,0,0,1,17,7],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d":[2,0,0,1,17,9],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be":[2,0,0,1,17,20],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975":[2,0,0,1,17,8],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1":[2,0,0,1,17,6],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c":[2,0,0,1,17,16],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ab14f5ac30ce3cca1c42155bae030c62e":[2,0,0,1,17,14],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#acd538bd5cd229b0f66e05803b6531443":[2,0,0,1,17,15],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e":[2,0,0,1,17,21],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594":[2,0,0,1,17,12],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0":[2,0,0,1,17,11],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2":[2,0,0,1,17,1],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html":[2,0,0,1,18],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab":[2,0,0,1,18,2],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f":[2,0,0,1,18,1],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4eb2668e860bb19e5c3c47a922b1e671":[2,0,0,1,18,7],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a504d26d23c6e4228b732f2f79c2c6fa3":[2,0,0,1,18,5],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a636caee67903f6f6114ba7a63ba49781":[2,0,0,1,18,6],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a6becf000c1128e46afee8a86066a242c":[2,0,0,1,18,10],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a9a28a055e8e549288e7dce49050493f5":[2,0,0,1,18,13],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aa150485d290176e45d7bb1e87601abde":[2,0,0,1,18,12],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5":[2,0,0,1,18,0],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab23cb5c7d25aabc0bed9ba530f3866ba":[2,0,0,1,18,8],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab5304882e1883244ff798ec06ff1c888":[2,0,0,1,18,11],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#acb6fe75a2e834469627d9b46ad84d514":[2,0,0,1,18,4],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ae5351ab31a47755ec82a007cd3610b55":[2,0,0,1,18,3],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#af2b406e19ae3e456c78e558c2d82d410":[2,0,0,1,18,9],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html":[2,0,0,1,19],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253":[2,0,0,1,19,2],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a083cd080527b4e1f1009ca6d3152894f":[2,0,0,1,19,9],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0c80829e8fd1802dd3c984fe65c3ca36":[2,0,0,1,19,25],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0ee84c4e1ea5c7c75bcddd2325993934":[2,0,0,1,19,8],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf":[2,0,0,1,19,17],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1420046130128b5679400d5ef7b7255e":[2,0,0,1,19,7],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c":[2,0,0,1,19,11],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2cad9b13df5cfa828d1ca641a19d2e08":[2,0,0,1,19,24],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2e44cb3bf3ed390f5e3db5cafb0870e9":[2,0,0,1,19,6],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862":[2,0,0,1,19,19],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739":[2,0,0,1,19,3],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a55b540fb99cbe55631af12c0c6156b20":[2,0,0,1,19,13],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876":[2,0,0,1,19,20],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a698f8af1dc074ca7433f9ee038ab4150":[2,0,0,1,19,18],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a6a64f9528cfd743d724947b27eefa0a5":[2,0,0,1,19,21],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927":[2,0,0,1,19,16],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a74cab42dc5d138fa2632d027af279957":[2,0,0,1,19,22],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a92f3f64ea29f6660358aab0b2d2da4dc":[2,0,0,1,19,10],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732":[2,0,0,1,19,0],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aab240016c10ecf575965108751fc0ff8":[2,0,0,1,19,15],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abbb66d84191a714d24f384125a25b328":[2,0,0,1,19,23],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abf09b9868514921763a9134084b228ee":[2,0,0,1,19,12],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36":[2,0,0,1,19,14],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff":[2,0,0,1,19,1],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aec18dfc0422bbb3d91c91ce8a067e148":[2,0,0,1,19,5],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb":[2,0,0,1,19,4],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html":[2,0,0,1,20],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a01adaffd23f720fdf94b84d294c4eae4":[2,0,0,1,20,11],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7":[2,0,0,1,20,5],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a07aff92c72ada924eae1cca0f31ae527":[2,0,0,1,20,27],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a08093ae1a45cb7705cb243487d975cfd":[2,0,0,1,20,22],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a09043e6f3b52d194e347304f62fbcce3":[2,0,0,1,20,17],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0b075e0415db03a3cc43bd8f6e014031":[2,0,0,1,20,16],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0d393d4abe6e2cc8d4cdfebf8c4c2186":[2,0,0,1,20,31],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf":[2,0,0,1,20,9],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a162f90b120f704c31aa7693a793e20c6":[2,0,0,1,20,12],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c":[2,0,0,1,20,14],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a283cc54d3453da8fcd96633381ec2753":[2,0,0,1,20,10],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7":[2,0,0,1,20,6],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d":[2,0,0,1,20,7],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29":[2,0,0,1,20,3],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a33c6b175129a6c364ebe5541d146d082":[2,0,0,1,20,24],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144":[2,0,0,1,20,1],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a3c264254d4f6df7ad810aecde43d9413":[2,0,0,1,20,20],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4569bb5afb56e0caaa6eeadac05a53d6":[2,0,0,1,20,19],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4f72825ffcade6dd1def95246748ca3d":[2,0,0,1,20,23],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a578c5a61208ae962fd772bc5e9045d12":[2,0,0,1,20,25],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea":[2,0,0,1,20,2],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5dbd205bb97fe7379d01c19250d6f97c":[2,0,0,1,20,29],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f":[2,0,0,1,20,4],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1":[2,0,0,1,20,8],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7e4ef818bcd2f315159f7043a099302c":[2,0,0,1,20,30],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a9fd99282a49e752133fdd5bdb10a62d4":[2,0,0,1,20,18],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa0fb2623234f3dea2ef40809c9571360":[2,0,0,1,20,13],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa598c2c2a97f5c3dd7e8227cdfe6a51a":[2,0,0,1,20,21],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa90d503edf4bab73034f68dc424964dd":[2,0,0,1,20,28],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ad4638897cefc9a3fe111eb386abd25f4":[2,0,0,1,20,26],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ada1a7906a9e5f38c28922f9ac98c76a6":[2,0,0,1,20,15],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3":[2,0,0,1,20,0],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html":[2,0,0,1,11],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8":[2,0,0,1,11,13],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a228c855a0676155572d691cb0df9c328":[2,0,0,1,11,22],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2":[2,0,0,1,11,5],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3d2e0010ac4e4ed0b2a88d9487d2732c":[2,0,0,1,11,23],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e":[2,0,0,1,11,1],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c":[2,0,0,1,11,2],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4cbacc689425edd3105af64083c7b3a1":[2,0,0,1,11,18],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c":[2,0,0,1,11,4],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a":[2,0,0,1,11,10],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7f6e60d52be1bc06e2f9ddad4ca11d98":[2,0,0,1,11,16],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a95460bd9977b72ef20d4566f5e231dab":[2,0,0,1,11,24],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063":[2,0,0,1,11,0],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a9d752319d7342f0156f8dfa15868fc48":[2,0,0,1,11,19],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#aab814c68a1d532bef6e0e77b6614c622":[2,0,0,1,11,21],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab0585bbabc450d2cb571a5bd374ebb0e":[2,0,0,1,11,12],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab2e8ddb2180df363ad2cf8fc27fabee3":[2,0,0,1,11,26],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a":[2,0,0,1,11,7],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513":[2,0,0,1,11,3],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802":[2,0,0,1,11,14],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abdf29b8b4337573cafd839fd4ce25104":[2,0,0,1,11,15],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06":[2,0,0,1,11,9],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6":[2,0,0,1,11,6],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad7f4df9aa6ee20ff4a36049bbf3e7f6e":[2,0,0,1,11,8],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#adc7249b039e078c84f705c7111a148b0":[2,0,0,1,11,11],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af48f4a6d2744bad2759e691f9c59f209":[2,0,0,1,11,20],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af615a531375a74aa4b46a7dd53d38422":[2,0,0,1,11,25],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f":[2,0,0,1,11,17],
+"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html":[2,0,0,1,44],
+"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857":[2,0,0,1,44,0],
+"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a3adcb012ca6a6c08c65b94ab301eba27":[2,0,0,1,44,8],
+"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a5e1fb2810c4b07bd9d8c6fe11c72c526":[2,0,0,1,44,7],
+"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f":[2,0,0,1,44,3],
+"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#aaf3e0f25869eab592e0be108b3727f8e":[2,0,0,1,44,2],
+"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac066c7a57c5b0bc96a6982df2585862b":[2,0,0,1,44,4],
+"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac0c91559fa74b01a5b6d9cf925727339":[2,0,0,1,44,1],
+"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ae3d6f2b89691f0fdcc692920aacd3fba":[2,0,0,1,44,5],
+"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#af24ff4c57d63e831324ca6075b86ae8b":[2,0,0,1,44,6],
+"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html":[2,0,0,1,45],
+"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a04075001fcf461425c3ae14c96de2ad6":[2,0,0,1,45,1],
+"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a05fdcb7bd52dced3c9e15e9ca313c2b4":[2,0,0,1,45,7],
+"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa":[2,0,0,1,45,0],
+"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a1d03d44bd99bbaf7908a7a8ea8080212":[2,0,0,1,45,5],
+"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a62bb1488fd6f95881bb70f8a228ef9c9":[2,0,0,1,45,6],
+"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a99a5df78f8b78551dba4a14e144099cf":[2,0,0,1,45,2],
+"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4":[2,0,0,1,45,3],
+"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#af0f20b03e64115f475d05a6517ab5bcf":[2,0,0,1,45,4],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html":[2,0,0,1,21],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a05c643155ca542c788acd648a59a1917":[2,0,0,1,21,3],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb":[2,0,0,1,21,1],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a3789ae2c0e3d1510b2b67c762118d6c0":[2,0,0,1,21,6],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a547fe4ca02de93cefd0a9954a7a6d5e4":[2,0,0,1,21,7],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5a256b2be02876fb748193b2cb14fb14":[2,0,0,1,21,8],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a6492b945ec7cfbb73cfcad0964ffe23f":[2,0,0,1,21,2],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b":[2,0,0,1,21,0],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#acf4b8c667c69c822283f5d72728c3915":[2,0,0,1,21,4],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274":[2,0,0,1,21,5],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html":[2,0,0,1,22],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a1deb1df41b7a9b4f93fb717280d3b502":[2,0,0,1,22,5],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a8201baff3129df1090311964f009ae2b":[2,0,0,1,22,3],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43":[2,0,0,1,22,2],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55":[2,0,0,1,22,0],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ab510bc8feea27f5a2f5361475a50d106":[2,0,0,1,22,8],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#acb34dd25f9d75feb0ec625ce81d47cff":[2,0,0,1,22,6],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad493cf9abfab589f5560131cda68539d":[2,0,0,1,22,7],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad9ae0e31f60685d600a695d1d4b0c025":[2,0,0,1,22,4],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ae1943f11c25f5696103f113493462a76":[2,0,0,1,22,1],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html":[2,0,0,1,12],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6":[2,0,0,1,12,2],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a168859b1774aa38b8ad4c423fe01f1c5":[2,0,0,1,12,3],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf":[2,0,0,1,12,0],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a520581c9828a62043ddea18da740401e":[2,0,0,1,12,1],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a71c4d23dcfa453bff540324b0a74f347":[2,0,0,1,12,5],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a8c50ef3699448352d6272bb2faab5493":[2,0,0,1,12,4],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html":[2,0,0,1,28],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a0fc7e301ec8db2f328508c0380027d94":[2,0,0,1,28,8],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a1ec36c6d42a71d79fc006c1aab0ebdfa":[2,0,0,1,28,10],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b":[2,0,0,1,28,3],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347":[2,0,0,1,28,4],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a68f954c4b713956a87f7382b30f45612":[2,0,0,1,28,7],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a74f30a1f6314b6156f4df20652129c5d":[2,0,0,1,28,6],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a85b9bfdbd7ae71f0d74b9d6c32a194e1":[2,0,0,1,28,12],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e":[2,0,0,1,28,2],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8fd9c3735ab43ecf2eb6df4c9b2ddd93":[2,0,0,1,28,1],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c":[2,0,0,1,28,0],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aacb5e6e543708687185a993dd43050a3":[2,0,0,1,28,5],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac3f03e8a208f63776414df0ce37ead19":[2,0,0,1,28,11],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac946f4228b6e8784eebcbb63f285a702":[2,0,0,1,28,9],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html":[2,0,0,1,46],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508":[2,0,0,1,46,3],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a257a806258d2e82961dd1227151d8269":[2,0,0,1,46,7],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a2a34a0b2c9f99597cc9ac52ffbcf151a":[2,0,0,1,46,2],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8":[2,0,0,1,46,0],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a5fe88955da96f064d23569112b2b6a13":[2,0,0,1,46,0,2],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a63ce35ca3098ebd24e16ad592f14cd0d":[2,0,0,1,46,0,0],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8adbea1aa1d6372dbabc06c38ac1231f88":[2,0,0,1,46,0,1],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a5c53b9ab82f93982e29a4fe3076c3419":[2,0,0,1,46,9],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a870ec89c06c3a4789948ca60e45e437d":[2,0,0,1,46,5],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a9c54f88adf75dd3402fef51ef5eeaea5":[2,0,0,1,46,6],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#abbb10300a75086649faba44cf4d2ed61":[2,0,0,1,46,8],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77":[2,0,0,1,46,1],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be":[2,0,0,1,46,4],
+"classGpgFrontend_1_1UI_1_1MainWindow.html":[2,0,0,1,40],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e":[2,0,0,1,40,90],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e":[2,0,0,1,40,38],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de":[2,0,0,1,40,6],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203":[2,0,0,1,40,49],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[2,0,0,1,40,11],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a091087c673fa86bcaaadbbfc7ec7caed":[2,0,0,1,40,20],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,0,1,40,65],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48":[2,0,0,1,40,43],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[2,0,0,1,40,4],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,0,1,40,63],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,0,1,40,117],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,0,1,40,127],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,0,1,40,126],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,0,1,40,97],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[2,0,0,1,40,36],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e":[2,0,0,1,40,3],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a19d24772c88b55070f139b97806c10ca":[2,0,0,1,40,111],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585":[2,0,0,1,40,8],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919":[2,0,0,1,40,29],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64":[2,0,0,1,40,82],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e7923dacd93eb498d8532bb887739b0":[2,0,0,1,40,57],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[2,0,0,1,40,70],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[2,0,0,1,40,13],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,0,1,40,114],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a23c517e1b4c63d03e0413bf3772ffb92":[2,0,0,1,40,17],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,0,1,40,80],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,1,40,30],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,0,1,40,106]
};
diff --git a/docs/html/navtreeindex5.js b/docs/html/navtreeindex5.js
index f5321dac..71d91446 100644
--- a/docs/html/navtreeindex5.js
+++ b/docs/html/navtreeindex5.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX5 =
{
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec":[3,0,0,1,39,2],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28":[3,0,0,1,39,41],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d":[3,0,0,1,39,99],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf":[3,0,0,1,39,33],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a5806e6f5e740e6aa311e0fa5f064302a":[3,0,0,1,39,110],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a5bbe43bdd25df9de8c1de23efd8d37a5":[3,0,0,1,39,63],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db":[3,0,0,1,39,10],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a61140b959cbdc0922b528a9c52d0dfa2":[3,0,0,1,39,55],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8":[3,0,0,1,39,82],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b":[3,0,0,1,39,102],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d":[3,0,0,1,39,61],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a6c64a01f3b1d5ff7b42da6e29a4d2c0c":[3,0,0,1,39,1],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f":[3,0,0,1,39,76],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979":[3,0,0,1,39,127],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1":[3,0,0,1,39,74],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8":[3,0,0,1,39,65],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a72b5cfa9bf4b94a53d9bc14d84e60d6d":[3,0,0,1,39,90],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472":[3,0,0,1,39,21],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227":[3,0,0,1,39,83],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98":[3,0,0,1,39,14],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45":[3,0,0,1,39,75],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d":[3,0,0,1,39,26],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9":[3,0,0,1,39,17],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be":[3,0,0,1,39,86],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd":[3,0,0,1,39,15],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65":[3,0,0,1,39,36],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a877ec5dd357907e9c334e7ff18bf2c5c":[3,0,0,1,39,97],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41":[3,0,0,1,39,120],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63":[3,0,0,1,39,85],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf":[3,0,0,1,39,46],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701":[3,0,0,1,39,121],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745":[3,0,0,1,39,91],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc":[3,0,0,1,39,103],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab":[3,0,0,1,39,5],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306":[3,0,0,1,39,53],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8":[3,0,0,1,39,47],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1":[3,0,0,1,39,52],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9":[3,0,0,1,39,24],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3":[3,0,0,1,39,44],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216":[3,0,0,1,39,7],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c":[3,0,0,1,39,123],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f":[3,0,0,1,39,73],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d":[3,0,0,1,39,40],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3":[3,0,0,1,39,9],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be":[3,0,0,1,39,39],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a":[3,0,0,1,39,70],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aad0c8d50952f4592eac7b7221b5d1ec5":[3,0,0,1,39,59],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6":[3,0,0,1,39,117],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc":[3,0,0,1,39,111],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919":[3,0,0,1,39,43],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9":[3,0,0,1,39,77],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab570d33667a3f8fe189f2d81b81f85be":[3,0,0,1,39,108],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4":[3,0,0,1,39,57],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9":[3,0,0,1,39,105],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e":[3,0,0,1,39,107],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ac578922206608834c6c7ba862f02c0fa":[3,0,0,1,39,20],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc":[3,0,0,1,39,113],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b":[3,0,0,1,39,114],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d":[3,0,0,1,39,87],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c":[3,0,0,1,39,51],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a":[3,0,0,1,39,78],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83":[3,0,0,1,39,100],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ad874ce344cce9f87bfbb31e7bf88aebe":[3,0,0,1,39,54],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ada8351319a2aaf032fc736f39bdcf9a5":[3,0,0,1,39,66],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c":[3,0,0,1,39,94],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#adb05de6b4fa1f1d57ed63be1280050e9":[3,0,0,1,39,93],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e":[3,0,0,1,39,122],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[3,0,0,1,39,12],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e":[3,0,0,1,39,30],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[3,0,0,1,39,118],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[3,0,0,1,39,32],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904":[3,0,0,1,39,27],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[3,0,0,1,39,22],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[3,0,0,1,39,80],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[3,0,0,1,39,116],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[3,0,0,1,39,119],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[3,0,0,1,39,68],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[3,0,0,1,39,25],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[3,0,0,1,39,106],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[3,0,0,1,39,101],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[3,0,0,1,39,58],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[3,0,0,1,39,89],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html":[3,0,0,1,28],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1713e1268a364f51f57b3a2752efc641":[3,0,0,1,28,7],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd":[3,0,0,1,28,6],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a36aba3c964667026632d8e8521bea7b7":[3,0,0,1,28,4],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a3afc7a761d7316cfd15828b624e0dad3":[3,0,0,1,28,1],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8":[3,0,0,1,28,0],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a":[3,0,0,1,28,3],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a52fa421fe4e6c122a26ed7c766c000f7":[3,0,0,1,28,2],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#ab060582bade44ee6f7d836e80809d95c":[3,0,0,1,28,8],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513":[3,0,0,1,28,5],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html":[3,0,0,1,58],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a010bae8d8d967c8cc81cd42547de5dcb":[3,0,0,1,58,21],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e0a36396ea55f5dbe6197284cf98192":[3,0,0,1,58,24],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e64bcd36cf90b0eec2f05361c6c6fb3":[3,0,0,1,58,19],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58":[3,0,0,1,58,3],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b":[3,0,0,1,58,13],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267":[3,0,0,1,58,14],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5":[3,0,0,1,58,6],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a43d23c1bcac73b772aa0154151538bbf":[3,0,0,1,58,15],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2":[3,0,0,1,58,12],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358":[3,0,0,1,58,23],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba":[3,0,0,1,58,22],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a":[3,0,0,1,58,5],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[3,0,0,1,58,0],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[3,0,0,1,58,9],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ab1108b77925647d1a930e5252fa956b8":[3,0,0,1,58,20],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[3,0,0,1,58,7],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[3,0,0,1,58,8],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae756fc49724212d8d9937601a48b436b":[3,0,0,1,58,16],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[3,0,0,1,58,18],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aec4ec03dbf1363d1517aa37d160c31e7":[3,0,0,1,58,17],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[3,0,0,1,58,1],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c":[3,0,0,1,58,2],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[3,0,0,1,58,10],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4":[3,0,0,1,58,11],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf":[3,0,0,1,58,4],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html":[3,0,0,1,46],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a17ee65896bb3e7f1bf7176549a8ed615":[3,0,0,1,46,5],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a1f44b1bcb259067fe3d11201923ebef4":[3,0,0,1,46,4],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873":[3,0,0,1,46,2],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a612eabb08138bed927bdd845d0fdd3e6":[3,0,0,1,46,3],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956":[3,0,0,1,46,0],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a87e5fcd59129549d3eda0794f33fa254":[3,0,0,1,46,6],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#ad7cf6a9fe63ee3db64a3e302d0c83c94":[3,0,0,1,46,1],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#afd04dcd159e036500945605a001169af":[3,0,0,1,46,7],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html":[3,0,0,1,22],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#a1624ecd7f9b5d32622bf6f9b7eb46a1b":[3,0,0,1,22,4],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55":[3,0,0,1,22,2],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d":[3,0,0,1,22,0],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#a8970dbf707a5cb5109a40aac76158027":[3,0,0,1,22,3],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#ac491016e0d93183346b79421528ba5c8":[3,0,0,1,22,5],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82":[3,0,0,1,22,1],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html":[3,0,0,1,25],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0d66e360dfbcf79403351459721c3981":[3,0,0,1,25,1],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc":[3,0,0,1,25,0],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb":[3,0,0,1,25,7],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a557219d1b82dd00e8d9f027a7cd561fa":[3,0,0,1,25,11],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f":[3,0,0,1,25,8],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea":[3,0,0,1,25,5],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aac6feb4c12abb882446756c889d5fa78":[3,0,0,1,25,9],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac32111f86366175b943f8d96eee975ed":[3,0,0,1,25,6],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac43d73ffaadf316118ab0d7b46da4e41":[3,0,0,1,25,12],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952":[3,0,0,1,25,4],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26":[3,0,0,1,25,2],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acfd6e61f789f022790e9a83ce6359fbe":[3,0,0,1,25,10],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9":[3,0,0,1,25,3],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html":[3,0,0,1,41],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e":[3,0,0,1,41,4],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#a69e9027002113bf9ecc16d7836e42c63":[3,0,0,1,41,5],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0":[3,0,0,1,41,3],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302":[3,0,0,1,41,0],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d":[3,0,0,1,41,1],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c":[3,0,0,1,41,2],
-"classGpgFrontend_1_1UI_1_1SignalStation.html":[3,0,0,1,40],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#a1581aaebc459f3eda06195c1e43f068f":[3,0,0,1,40,1],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#a2347964648d48b5d88994b2f504b6642":[3,0,0,1,40,3],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3":[3,0,0,1,40,5],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad":[3,0,0,1,40,4],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#aaec7938466ed4b1e912b25038a253f84":[3,0,0,1,40,2],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419":[3,0,0,1,40,0],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#ac98e4fff1e400f810ecea9903ee880df":[3,0,0,1,40,7],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#afa0b1cced7430180fae67ad2303ce448":[3,0,0,1,40,6],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html":[3,0,0,1,29],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb":[3,0,0,1,29,0],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00":[3,0,0,1,29,1],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html#a4daf860ef736aedd986e566383666be5":[3,0,0,1,29,4],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html#a524ee72ddb4fe397d71c0d4b5eb69171":[3,0,0,1,29,3],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac":[3,0,0,1,29,2],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html":[3,0,0,1,13],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4":[3,0,0,1,13,24],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593":[3,0,0,1,13,1],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a06ae254026e0be902d28bb005a91fe0c":[3,0,0,1,13,23],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a10b30ea96e819657053c1d5752024547":[3,0,0,1,13,18],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d":[3,0,0,1,13,7],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b":[3,0,0,1,13,9],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a3caed2c7bcce5850c338de956dfaecfa":[3,0,0,1,13,17],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e":[3,0,0,1,13,10],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535":[3,0,0,1,13,3],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957":[3,0,0,1,13,6],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a":[3,0,0,1,13,21],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683":[3,0,0,1,13,15],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7":[3,0,0,1,13,8],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd":[3,0,0,1,13,0],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f":[3,0,0,1,13,4],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a9cbb5bcf775a873a0d866a9aa0a5acd0":[3,0,0,1,13,25],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d":[3,0,0,1,13,2],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d":[3,0,0,1,13,14],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3":[3,0,0,1,13,19],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05":[3,0,0,1,13,11],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2":[3,0,0,1,13,13],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab11f7f3e24f855d690f6f7d820ed7479":[3,0,0,1,13,22],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab7a4af76a1d56ad401274ecad80d16c5":[3,0,0,1,13,26],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3":[3,0,0,1,13,20],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#acca1d633219d245edba9135c80a90610":[3,0,0,1,13,5],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552":[3,0,0,1,13,12],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2":[3,0,0,1,13,16],
-"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html":[3,0,0,1,60],
-"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395":[3,0,0,1,60,0],
-"classGpgFrontend_1_1UI_1_1TextEdit.html":[3,0,0,1,59],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254":[3,0,0,1,59,26],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9":[3,0,0,1,59,35],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a0f1c7997b1cd56045091e5c9677f5d0e":[3,0,0,1,59,0],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42":[3,0,0,1,59,8],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb":[3,0,0,1,59,19],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1":[3,0,0,1,59,9],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a1d8948316e9231f50809e6fb9b337546":[3,0,0,1,59,39],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a32327f592965d8922eb7095af117336d":[3,0,0,1,59,33],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[3,0,0,1,59,11],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[3,0,0,1,59,17],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457":[3,0,0,1,59,5],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[3,0,0,1,59,13],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[3,0,0,1,59,31],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[3,0,0,1,59,29],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c":[3,0,0,1,59,18],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3":[3,0,0,1,59,20],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf":[3,0,0,1,59,6],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee":[3,0,0,1,59,23],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55":[3,0,0,1,59,27],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9":[3,0,0,1,59,12],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a725048d1c6de8ed7ba29062afa72767b":[3,0,0,1,59,38],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18":[3,0,0,1,59,3],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec":[3,0,0,1,59,37],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b":[3,0,0,1,59,2],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[3,0,0,1,59,36],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[3,0,0,1,59,4],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[3,0,0,1,59,10],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[3,0,0,1,59,21],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[3,0,0,1,59,1],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e":[3,0,0,1,59,28],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ac9e2fb3d6ebb721f03416aa2da5e1fd1":[3,0,0,1,59,32],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0":[3,0,0,1,59,25],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224":[3,0,0,1,59,22],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162":[3,0,0,1,59,14],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39":[3,0,0,1,59,16],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929":[3,0,0,1,59,24],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#aeb2048d8028907d521f5f35c077832c2":[3,0,0,1,59,7],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762":[3,0,0,1,59,30],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20":[3,0,0,1,59,15],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb":[3,0,0,1,59,34],
-"classGpgFrontend_1_1UI_1_1TranslatorsTab.html":[3,0,0,1,4],
-"classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e":[3,0,0,1,4,0],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html":[3,0,0,1,5],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4":[3,0,0,1,5,3],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a3718c15db336b2ca0090ee492c429adb":[3,0,0,1,5,5],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95":[3,0,0,1,5,2],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe":[3,0,0,1,5,1],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117":[3,0,0,1,5,0],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a84579badda70b12cfd79add18d1ef94f":[3,0,0,1,5,6]
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,0,1,40,51],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30":[2,0,0,1,40,46],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a261fb867b194d5b16ad15ed2ff6c60ec":[2,0,0,1,40,19],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327":[2,0,0,1,40,50],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[2,0,0,1,40,35],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb":[2,0,0,1,40,86],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[2,0,0,1,40,72],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[2,0,0,1,40,94],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4":[2,0,0,1,40,32],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a":[2,0,0,1,40,16],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86":[2,0,0,1,40,73],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7":[2,0,0,1,40,98],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb":[2,0,0,1,40,24],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad":[2,0,0,1,40,61],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689":[2,0,0,1,40,128],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b":[2,0,0,1,40,39],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f51156763fc3d4cdfa747d037566bef":[2,0,0,1,40,68],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73":[2,0,0,1,40,100],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec":[2,0,0,1,40,2],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28":[2,0,0,1,40,42],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d":[2,0,0,1,40,101],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf":[2,0,0,1,40,34],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a5806e6f5e740e6aa311e0fa5f064302a":[2,0,0,1,40,112],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a5bbe43bdd25df9de8c1de23efd8d37a5":[2,0,0,1,40,64],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a5dce98bfc01ecbb0a90eaa2b304675ed":[2,0,0,1,40,85],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db":[2,0,0,1,40,10],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a61140b959cbdc0922b528a9c52d0dfa2":[2,0,0,1,40,56],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8":[2,0,0,1,40,83],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b":[2,0,0,1,40,104],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d":[2,0,0,1,40,62],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a6c64a01f3b1d5ff7b42da6e29a4d2c0c":[2,0,0,1,40,1],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f":[2,0,0,1,40,77],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979":[2,0,0,1,40,129],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1":[2,0,0,1,40,75],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8":[2,0,0,1,40,66],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a72b5cfa9bf4b94a53d9bc14d84e60d6d":[2,0,0,1,40,92],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472":[2,0,0,1,40,22],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227":[2,0,0,1,40,84],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98":[2,0,0,1,40,14],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45":[2,0,0,1,40,76],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d":[2,0,0,1,40,27],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9":[2,0,0,1,40,18],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be":[2,0,0,1,40,88],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd":[2,0,0,1,40,15],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65":[2,0,0,1,40,37],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a877ec5dd357907e9c334e7ff18bf2c5c":[2,0,0,1,40,99],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41":[2,0,0,1,40,122],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63":[2,0,0,1,40,87],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf":[2,0,0,1,40,47],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701":[2,0,0,1,40,123],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745":[2,0,0,1,40,93],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc":[2,0,0,1,40,105],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab":[2,0,0,1,40,5],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306":[2,0,0,1,40,54],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8":[2,0,0,1,40,48],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1":[2,0,0,1,40,53],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9":[2,0,0,1,40,25],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3":[2,0,0,1,40,45],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216":[2,0,0,1,40,7],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c":[2,0,0,1,40,125],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f":[2,0,0,1,40,74],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d":[2,0,0,1,40,41],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3":[2,0,0,1,40,9],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be":[2,0,0,1,40,40],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a":[2,0,0,1,40,71],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aad0c8d50952f4592eac7b7221b5d1ec5":[2,0,0,1,40,60],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6":[2,0,0,1,40,119],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc":[2,0,0,1,40,113],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919":[2,0,0,1,40,44],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9":[2,0,0,1,40,78],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab570d33667a3f8fe189f2d81b81f85be":[2,0,0,1,40,110],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4":[2,0,0,1,40,58],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9":[2,0,0,1,40,107],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e":[2,0,0,1,40,109],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ac578922206608834c6c7ba862f02c0fa":[2,0,0,1,40,21],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc":[2,0,0,1,40,115],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b":[2,0,0,1,40,116],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d":[2,0,0,1,40,89],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c":[2,0,0,1,40,52],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a":[2,0,0,1,40,79],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83":[2,0,0,1,40,102],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ad874ce344cce9f87bfbb31e7bf88aebe":[2,0,0,1,40,55],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ada8351319a2aaf032fc736f39bdcf9a5":[2,0,0,1,40,67],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c":[2,0,0,1,40,96],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#adb05de6b4fa1f1d57ed63be1280050e9":[2,0,0,1,40,95],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e":[2,0,0,1,40,124],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[2,0,0,1,40,12],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e":[2,0,0,1,40,31],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[2,0,0,1,40,120],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[2,0,0,1,40,33],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904":[2,0,0,1,40,28],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,0,1,40,23],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,0,1,40,81],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,0,1,40,118],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,0,1,40,121],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,0,1,40,69],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,0,1,40,26],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,0,1,40,108],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,0,1,40,103],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,0,1,40,59],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[2,0,0,1,40,91],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html":[2,0,0,1,29],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1713e1268a364f51f57b3a2752efc641":[2,0,0,1,29,7],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd":[2,0,0,1,29,6],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a36aba3c964667026632d8e8521bea7b7":[2,0,0,1,29,4],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a3afc7a761d7316cfd15828b624e0dad3":[2,0,0,1,29,1],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8":[2,0,0,1,29,0],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a":[2,0,0,1,29,3],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a52fa421fe4e6c122a26ed7c766c000f7":[2,0,0,1,29,2],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#ab060582bade44ee6f7d836e80809d95c":[2,0,0,1,29,8],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513":[2,0,0,1,29,5],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html":[2,0,0,1,59],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a010bae8d8d967c8cc81cd42547de5dcb":[2,0,0,1,59,21],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e0a36396ea55f5dbe6197284cf98192":[2,0,0,1,59,24],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e64bcd36cf90b0eec2f05361c6c6fb3":[2,0,0,1,59,19],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58":[2,0,0,1,59,3],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b":[2,0,0,1,59,13],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267":[2,0,0,1,59,14],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5":[2,0,0,1,59,6],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a43d23c1bcac73b772aa0154151538bbf":[2,0,0,1,59,15],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2":[2,0,0,1,59,12],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358":[2,0,0,1,59,23],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba":[2,0,0,1,59,22],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a":[2,0,0,1,59,5],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[2,0,0,1,59,0],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[2,0,0,1,59,9],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ab1108b77925647d1a930e5252fa956b8":[2,0,0,1,59,20],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,0,1,59,7],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,0,1,59,8],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae756fc49724212d8d9937601a48b436b":[2,0,0,1,59,16],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[2,0,0,1,59,18],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aec4ec03dbf1363d1517aa37d160c31e7":[2,0,0,1,59,17],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,0,1,59,1],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c":[2,0,0,1,59,2],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[2,0,0,1,59,10],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4":[2,0,0,1,59,11],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf":[2,0,0,1,59,4],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html":[2,0,0,1,47],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a17ee65896bb3e7f1bf7176549a8ed615":[2,0,0,1,47,5],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a1f44b1bcb259067fe3d11201923ebef4":[2,0,0,1,47,4],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873":[2,0,0,1,47,2],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a612eabb08138bed927bdd845d0fdd3e6":[2,0,0,1,47,3],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956":[2,0,0,1,47,0],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a87e5fcd59129549d3eda0794f33fa254":[2,0,0,1,47,6],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#ad7cf6a9fe63ee3db64a3e302d0c83c94":[2,0,0,1,47,1],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#afd04dcd159e036500945605a001169af":[2,0,0,1,47,7],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html":[2,0,0,1,23],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#a1624ecd7f9b5d32622bf6f9b7eb46a1b":[2,0,0,1,23,4],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55":[2,0,0,1,23,2],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d":[2,0,0,1,23,0],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#a8970dbf707a5cb5109a40aac76158027":[2,0,0,1,23,3],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#ac491016e0d93183346b79421528ba5c8":[2,0,0,1,23,5],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82":[2,0,0,1,23,1],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html":[2,0,0,1,26],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0d66e360dfbcf79403351459721c3981":[2,0,0,1,26,1],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc":[2,0,0,1,26,0],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb":[2,0,0,1,26,7],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a557219d1b82dd00e8d9f027a7cd561fa":[2,0,0,1,26,11],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f":[2,0,0,1,26,8],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea":[2,0,0,1,26,5],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aac6feb4c12abb882446756c889d5fa78":[2,0,0,1,26,9],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac32111f86366175b943f8d96eee975ed":[2,0,0,1,26,6],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac43d73ffaadf316118ab0d7b46da4e41":[2,0,0,1,26,12],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952":[2,0,0,1,26,4],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26":[2,0,0,1,26,2],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acfd6e61f789f022790e9a83ce6359fbe":[2,0,0,1,26,10],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9":[2,0,0,1,26,3],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html":[2,0,0,1,42],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e":[2,0,0,1,42,4],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#a69e9027002113bf9ecc16d7836e42c63":[2,0,0,1,42,5],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0":[2,0,0,1,42,3],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302":[2,0,0,1,42,0],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d":[2,0,0,1,42,1],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c":[2,0,0,1,42,2],
+"classGpgFrontend_1_1UI_1_1SignalStation.html":[2,0,0,1,41],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#a1581aaebc459f3eda06195c1e43f068f":[2,0,0,1,41,1],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#a2347964648d48b5d88994b2f504b6642":[2,0,0,1,41,3],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3":[2,0,0,1,41,5],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad":[2,0,0,1,41,4],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#aaec7938466ed4b1e912b25038a253f84":[2,0,0,1,41,2],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419":[2,0,0,1,41,0],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#ac2848f49568a15d96e68e5622476d328":[2,0,0,1,41,6],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#ac98e4fff1e400f810ecea9903ee880df":[2,0,0,1,41,8],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#afa0b1cced7430180fae67ad2303ce448":[2,0,0,1,41,7],
+"classGpgFrontend_1_1UI_1_1SignersPicker.html":[2,0,0,1,30],
+"classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb":[2,0,0,1,30,0],
+"classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00":[2,0,0,1,30,1],
+"classGpgFrontend_1_1UI_1_1SignersPicker.html#a4daf860ef736aedd986e566383666be5":[2,0,0,1,30,4],
+"classGpgFrontend_1_1UI_1_1SignersPicker.html#a524ee72ddb4fe397d71c0d4b5eb69171":[2,0,0,1,30,3],
+"classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac":[2,0,0,1,30,2],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html":[2,0,0,1,14],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4":[2,0,0,1,14,24],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593":[2,0,0,1,14,1],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a06ae254026e0be902d28bb005a91fe0c":[2,0,0,1,14,23],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a10b30ea96e819657053c1d5752024547":[2,0,0,1,14,18],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d":[2,0,0,1,14,7],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b":[2,0,0,1,14,9],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a3caed2c7bcce5850c338de956dfaecfa":[2,0,0,1,14,17],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e":[2,0,0,1,14,10],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535":[2,0,0,1,14,3],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957":[2,0,0,1,14,6],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a":[2,0,0,1,14,21],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683":[2,0,0,1,14,15],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7":[2,0,0,1,14,8],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd":[2,0,0,1,14,0],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f":[2,0,0,1,14,4],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a9cbb5bcf775a873a0d866a9aa0a5acd0":[2,0,0,1,14,25],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d":[2,0,0,1,14,2],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d":[2,0,0,1,14,14],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3":[2,0,0,1,14,19],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05":[2,0,0,1,14,11],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2":[2,0,0,1,14,13],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab11f7f3e24f855d690f6f7d820ed7479":[2,0,0,1,14,22],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab7a4af76a1d56ad401274ecad80d16c5":[2,0,0,1,14,26],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3":[2,0,0,1,14,20],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#acca1d633219d245edba9135c80a90610":[2,0,0,1,14,5],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552":[2,0,0,1,14,12],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2":[2,0,0,1,14,16],
+"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html":[2,0,0,1,61],
+"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395":[2,0,0,1,61,0],
+"classGpgFrontend_1_1UI_1_1TextEdit.html":[2,0,0,1,60],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254":[2,0,0,1,60,26],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9":[2,0,0,1,60,35],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a0f1c7997b1cd56045091e5c9677f5d0e":[2,0,0,1,60,0],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42":[2,0,0,1,60,8],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb":[2,0,0,1,60,19],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1":[2,0,0,1,60,9],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a1d8948316e9231f50809e6fb9b337546":[2,0,0,1,60,39],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a32327f592965d8922eb7095af117336d":[2,0,0,1,60,33],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[2,0,0,1,60,11],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[2,0,0,1,60,17],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457":[2,0,0,1,60,5],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[2,0,0,1,60,13],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[2,0,0,1,60,31],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[2,0,0,1,60,29],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c":[2,0,0,1,60,18],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3":[2,0,0,1,60,20],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf":[2,0,0,1,60,6],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee":[2,0,0,1,60,23],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55":[2,0,0,1,60,27],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9":[2,0,0,1,60,12],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a725048d1c6de8ed7ba29062afa72767b":[2,0,0,1,60,38],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18":[2,0,0,1,60,3],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec":[2,0,0,1,60,37],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b":[2,0,0,1,60,2],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[2,0,0,1,60,36],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,0,1,60,4],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,0,1,60,10],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,1,60,21],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[2,0,0,1,60,1]
};
diff --git a/docs/html/navtreeindex6.js b/docs/html/navtreeindex6.js
index 118c5a48..c9e628f3 100644
--- a/docs/html/navtreeindex6.js
+++ b/docs/html/navtreeindex6.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX6 =
{
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a9dedd8bc17bbc53d31c9d292429be68b":[3,0,0,1,5,7],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#ab209ef238583efea25c6a58aa4831628":[3,0,0,1,5,8],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#ad180d1f434e8052f3e0974522c92ae61":[3,0,0,1,5,4],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html":[3,0,0,1,1],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a263f2a4030c261a849ded182cd889b3f":[3,0,0,1,1,2],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a37a315ff2a1ed0402adf1e15325990ba":[3,0,0,1,1,8],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a7849527f1e93581103bca3e7c66456c4":[3,0,0,1,1,7],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a79d6071c0cedd9e18588137783823fad":[3,0,0,1,1,1],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda":[3,0,0,1,1,0],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae15d7e9e60c58dea08ae117645e8b32a":[3,0,0,1,1,3],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae66e988b812817ab95c35a7c080e8c06":[3,0,0,1,1,5],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeb3a7c48297d448d25b2b84a2aa64ad0":[3,0,0,1,1,4],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeef0138e48f7e5f823f2cce9692d4649":[3,0,0,1,1,6],
-"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html":[3,0,0,1,61],
-"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1":[3,0,0,1,61,1],
-"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675":[3,0,0,1,61,3],
-"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a3c73911b679c3e3b413e0b5ad8d48587":[3,0,0,1,61,2],
-"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0":[3,0,0,1,61,0],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html":[3,0,0,1,47],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a03152f289952a5d2d133668907966126":[3,0,0,1,47,7],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a23901105c0aa009cfe9de6649912c4f0":[3,0,0,1,47,10],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab":[3,0,0,1,47,2],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a787aaa798b68809bf46a8ed6daf57b7c":[3,0,0,1,47,6],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12":[3,0,0,1,47,1],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9379c2bd2c85e1cd74d1c07bbc10822a":[3,0,0,1,47,9],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e":[3,0,0,1,47,5],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385":[3,0,0,1,47,0],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aba6a81a5f958e5c5c29242bfe1fbd77a":[3,0,0,1,47,3],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9":[3,0,0,1,47,8],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#af9042479ff7d3a8d1f7c53f320404ebb":[3,0,0,1,47,11],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#afd92a65f744566d288d9ddd736662d8e":[3,0,0,1,47,4],
-"classGpgFrontend_1_1UI_1_1WaitingDialog.html":[3,0,0,1,30],
-"classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc":[3,0,0,1,30,0],
-"classGpgFrontend_1_1UI_1_1Wizard.html":[3,0,0,1,31],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10":[3,0,0,1,31,1],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412c":[3,0,0,1,31,0],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1db00da5c18fa2f3b0764569530f9fd0":[3,0,0,1,31,0,2],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1e434fabfc6237dafd989f395e0a58c8":[3,0,0,1,31,0,1],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca21b9ac4a8543be737829f3f970e28bb6":[3,0,0,1,31,0,3],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412cab748f725806e9242cc8476eab193b51c":[3,0,0,1,31,0,0],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a8482dc299ec69e422d9fa6bc0d31025a":[3,0,0,1,31,3],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb":[3,0,0,1,31,2],
-"classProxyConnectionTestThread.html":[3,0,2],
-"classSignatureDetailsDialog.html":[3,0,3],
-"classTestListedKeyServerThread.html":[3,0,4],
-"classclass.html":[3,0,1],
-"classes.html":[3,1],
-"dir_00e48bdfb963d228cbb8d1392ea3be3d.html":[4,0,0,1,0,0],
-"dir_0652c688762e27a1001e51709de145a7.html":[4,0,0,1,0,2],
-"dir_0cd9bde2c64af64bc3733ed8ca8e04b3.html":[4,0,0,1,3],
-"dir_11afffa0017fe763467cff6465c6cba1.html":[4,0,0,1,0,4],
-"dir_181bea3d8ae4b1f9a028d86ce05f5b90.html":[4,0,0,1,0,3],
-"dir_34b4cee2b5900b653deb3438fc906cf4.html":[4,0,0,0,0],
-"dir_4c90737131b129f8f210b6ba3e14bca4.html":[4,0,0,0,1,1],
-"dir_60d155722ad55e64f9b6ab1078feff11.html":[4,0,0,1,0],
-"dir_68267d1309a1af8e8297ef4c3efbcdba.html":[4,0,0],
-"dir_77b5d71c36a073b86db318490f5560d0.html":[4,0,0,1,2],
-"dir_aebb8dcc11953d78e620bbef0b9e2183.html":[4,0,0,0],
-"dir_b499e35b7e1b4486be887a41196851ec.html":[4,0,0,0,1,0],
-"dir_b7e232576c264c97fe14815134a8cffa.html":[4,0,0,1,1],
-"dir_c94381238fe21d1ba8abf1f36aa07fe5.html":[4,0,0,1,0,5],
-"dir_da5c6b39c0a2f54e57df6799511cd3ab.html":[4,0,0,1],
-"dir_db6209eff64d15a114e6ff7aefbf1abd.html":[4,0,0,0,2],
-"dir_e2aa8803ed3498b184755f32f6c016d5.html":[4,0,0,1,0,1],
-"dir_f3911b9629b0e27ea480d06d47573cbf.html":[4,0,0,1,4],
-"dir_f8a0abd6d3586538a5b71803e0ab7ffa.html":[4,0,0,0,1],
-"dir_fc6c58bf49530122ab17df13a9869378.html":[4,0,0,0,1,2],
-"dir_fd71accbf528c1576ca21e7ec5716833.html":[4,0,0,0,3],
-"files.html":[4,0],
-"functions.html":[3,3,0,0],
-"functions.html":[3,3,0],
-"functions_a.html":[3,3,0,1],
-"functions_b.html":[3,3,0,2],
-"functions_c.html":[3,3,0,3],
-"functions_d.html":[3,3,0,4],
-"functions_e.html":[3,3,0,5],
-"functions_f.html":[3,3,0,6],
-"functions_func.html":[3,3,1],
-"functions_func.html":[3,3,1,0],
-"functions_func_c.html":[3,3,1,1],
-"functions_func_d.html":[3,3,1,2],
-"functions_func_e.html":[3,3,1,3],
-"functions_func_f.html":[3,3,1,4],
-"functions_func_g.html":[3,3,1,5],
-"functions_func_h.html":[3,3,1,6],
-"functions_func_i.html":[3,3,1,7],
-"functions_func_k.html":[3,3,1,8],
-"functions_func_l.html":[3,3,1,9],
-"functions_func_m.html":[3,3,1,10],
-"functions_func_n.html":[3,3,1,11],
-"functions_func_o.html":[3,3,1,12],
-"functions_func_p.html":[3,3,1,13],
-"functions_func_q.html":[3,3,1,14],
-"functions_func_r.html":[3,3,1,15],
-"functions_func_s.html":[3,3,1,16],
-"functions_func_t.html":[3,3,1,17],
-"functions_func_u.html":[3,3,1,18],
-"functions_func_v.html":[3,3,1,19],
-"functions_func_w.html":[3,3,1,20],
-"functions_func_~.html":[3,3,1,21],
-"functions_g.html":[3,3,0,7],
-"functions_h.html":[3,3,0,8],
-"functions_i.html":[3,3,0,9],
-"functions_k.html":[3,3,0,10],
-"functions_l.html":[3,3,0,11],
-"functions_m.html":[3,3,0,12],
-"functions_n.html":[3,3,0,13],
-"functions_o.html":[3,3,0,14],
-"functions_p.html":[3,3,0,15],
-"functions_q.html":[3,3,0,16],
-"functions_r.html":[3,3,0,17],
-"functions_s.html":[3,3,0,18],
-"functions_t.html":[3,3,0,19],
-"functions_u.html":[3,3,0,20],
-"functions_v.html":[3,3,0,21],
-"functions_vars.html":[3,3,2],
-"functions_w.html":[3,3,0,22],
-"functions_z.html":[3,3,0,23],
-"functions_~.html":[3,3,0,24],
-"hierarchy.html":[3,2],
-"index.html":[0],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e":[2,0,0,1,60,28],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ac9e2fb3d6ebb721f03416aa2da5e1fd1":[2,0,0,1,60,32],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0":[2,0,0,1,60,25],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224":[2,0,0,1,60,22],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162":[2,0,0,1,60,14],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39":[2,0,0,1,60,16],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929":[2,0,0,1,60,24],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#aeb2048d8028907d521f5f35c077832c2":[2,0,0,1,60,7],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762":[2,0,0,1,60,30],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20":[2,0,0,1,60,15],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb":[2,0,0,1,60,34],
+"classGpgFrontend_1_1UI_1_1TranslatorsTab.html":[2,0,0,1,5],
+"classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e":[2,0,0,1,5,0],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html":[2,0,0,1,6],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4":[2,0,0,1,6,3],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a3718c15db336b2ca0090ee492c429adb":[2,0,0,1,6,5],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95":[2,0,0,1,6,2],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe":[2,0,0,1,6,1],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117":[2,0,0,1,6,0],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a84579badda70b12cfd79add18d1ef94f":[2,0,0,1,6,6],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a9dedd8bc17bbc53d31c9d292429be68b":[2,0,0,1,6,7],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#ab209ef238583efea25c6a58aa4831628":[2,0,0,1,6,8],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#ad180d1f434e8052f3e0974522c92ae61":[2,0,0,1,6,4],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html":[2,0,0,1,1],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a263f2a4030c261a849ded182cd889b3f":[2,0,0,1,1,2],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a37a315ff2a1ed0402adf1e15325990ba":[2,0,0,1,1,8],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a7849527f1e93581103bca3e7c66456c4":[2,0,0,1,1,7],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a79d6071c0cedd9e18588137783823fad":[2,0,0,1,1,1],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda":[2,0,0,1,1,0],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae15d7e9e60c58dea08ae117645e8b32a":[2,0,0,1,1,3],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae66e988b812817ab95c35a7c080e8c06":[2,0,0,1,1,5],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeb3a7c48297d448d25b2b84a2aa64ad0":[2,0,0,1,1,4],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeef0138e48f7e5f823f2cce9692d4649":[2,0,0,1,1,6],
+"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html":[2,0,0,1,62],
+"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1":[2,0,0,1,62,1],
+"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675":[2,0,0,1,62,3],
+"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a3c73911b679c3e3b413e0b5ad8d48587":[2,0,0,1,62,2],
+"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0":[2,0,0,1,62,0],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html":[2,0,0,1,48],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a03152f289952a5d2d133668907966126":[2,0,0,1,48,7],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a23901105c0aa009cfe9de6649912c4f0":[2,0,0,1,48,10],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab":[2,0,0,1,48,2],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a787aaa798b68809bf46a8ed6daf57b7c":[2,0,0,1,48,6],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12":[2,0,0,1,48,1],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9379c2bd2c85e1cd74d1c07bbc10822a":[2,0,0,1,48,9],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e":[2,0,0,1,48,5],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385":[2,0,0,1,48,0],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aba6a81a5f958e5c5c29242bfe1fbd77a":[2,0,0,1,48,3],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9":[2,0,0,1,48,8],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#af9042479ff7d3a8d1f7c53f320404ebb":[2,0,0,1,48,11],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#afd92a65f744566d288d9ddd736662d8e":[2,0,0,1,48,4],
+"classGpgFrontend_1_1UI_1_1WaitingDialog.html":[2,0,0,1,31],
+"classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc":[2,0,0,1,31,0],
+"classGpgFrontend_1_1UI_1_1Wizard.html":[2,0,0,1,32],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10":[2,0,0,1,32,1],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412c":[2,0,0,1,32,0],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1db00da5c18fa2f3b0764569530f9fd0":[2,0,0,1,32,0,2],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1e434fabfc6237dafd989f395e0a58c8":[2,0,0,1,32,0,1],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca21b9ac4a8543be737829f3f970e28bb6":[2,0,0,1,32,0,3],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412cab748f725806e9242cc8476eab193b51c":[2,0,0,1,32,0,0],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a8482dc299ec69e422d9fa6bc0d31025a":[2,0,0,1,32,3],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb":[2,0,0,1,32,2],
+"classProxyConnectionTestThread.html":[2,0,2],
+"classSignatureDetailsDialog.html":[2,0,3],
+"classTestListedKeyServerThread.html":[2,0,4],
+"classclass.html":[2,0,1],
+"classes.html":[2,1],
+"dir_00e48bdfb963d228cbb8d1392ea3be3d.html":[3,0,0,1,0,0],
+"dir_0652c688762e27a1001e51709de145a7.html":[3,0,0,1,0,3],
+"dir_074045c6ecbcc6148037e9f97e06715b.html":[3,0,0,1,0,1],
+"dir_0cd9bde2c64af64bc3733ed8ca8e04b3.html":[3,0,0,1,3],
+"dir_11afffa0017fe763467cff6465c6cba1.html":[3,0,0,1,0,5],
+"dir_181bea3d8ae4b1f9a028d86ce05f5b90.html":[3,0,0,1,0,4],
+"dir_34b4cee2b5900b653deb3438fc906cf4.html":[3,0,0,0,0],
+"dir_4c90737131b129f8f210b6ba3e14bca4.html":[3,0,0,0,1,1],
+"dir_60d155722ad55e64f9b6ab1078feff11.html":[3,0,0,1,0],
+"dir_68267d1309a1af8e8297ef4c3efbcdba.html":[3,0,0],
+"dir_77b5d71c36a073b86db318490f5560d0.html":[3,0,0,1,2],
+"dir_aebb8dcc11953d78e620bbef0b9e2183.html":[3,0,0,0],
+"dir_b499e35b7e1b4486be887a41196851ec.html":[3,0,0,0,1,0],
+"dir_b7e232576c264c97fe14815134a8cffa.html":[3,0,0,1,1],
+"dir_c94381238fe21d1ba8abf1f36aa07fe5.html":[3,0,0,1,0,6],
+"dir_da5c6b39c0a2f54e57df6799511cd3ab.html":[3,0,0,1],
+"dir_db6209eff64d15a114e6ff7aefbf1abd.html":[3,0,0,0,2],
+"dir_e2aa8803ed3498b184755f32f6c016d5.html":[3,0,0,1,0,2],
+"dir_f3911b9629b0e27ea480d06d47573cbf.html":[3,0,0,1,4],
+"dir_f8a0abd6d3586538a5b71803e0ab7ffa.html":[3,0,0,0,1],
+"dir_fc6c58bf49530122ab17df13a9869378.html":[3,0,0,0,1,2],
+"dir_fd71accbf528c1576ca21e7ec5716833.html":[3,0,0,0,3],
+"files.html":[3,0],
+"functions.html":[2,3,0],
+"functions.html":[2,3,0,0],
+"functions_a.html":[2,3,0,1],
+"functions_b.html":[2,3,0,2],
+"functions_c.html":[2,3,0,3],
+"functions_d.html":[2,3,0,4],
+"functions_e.html":[2,3,0,5],
+"functions_f.html":[2,3,0,6],
+"functions_func.html":[2,3,1,0],
+"functions_func.html":[2,3,1],
+"functions_func_c.html":[2,3,1,1],
+"functions_func_d.html":[2,3,1,2],
+"functions_func_e.html":[2,3,1,3],
+"functions_func_f.html":[2,3,1,4],
+"functions_func_g.html":[2,3,1,5],
+"functions_func_h.html":[2,3,1,6],
+"functions_func_i.html":[2,3,1,7],
+"functions_func_k.html":[2,3,1,8],
+"functions_func_l.html":[2,3,1,9],
+"functions_func_m.html":[2,3,1,10],
+"functions_func_n.html":[2,3,1,11],
+"functions_func_o.html":[2,3,1,12],
+"functions_func_p.html":[2,3,1,13],
+"functions_func_q.html":[2,3,1,14],
+"functions_func_r.html":[2,3,1,15],
+"functions_func_s.html":[2,3,1,16],
+"functions_func_t.html":[2,3,1,17],
+"functions_func_u.html":[2,3,1,18],
+"functions_func_v.html":[2,3,1,19],
+"functions_func_w.html":[2,3,1,20],
+"functions_func_~.html":[2,3,1,21],
+"functions_g.html":[2,3,0,7],
+"functions_h.html":[2,3,0,8],
+"functions_i.html":[2,3,0,9],
+"functions_k.html":[2,3,0,10],
+"functions_l.html":[2,3,0,11],
+"functions_m.html":[2,3,0,12],
+"functions_n.html":[2,3,0,13],
+"functions_o.html":[2,3,0,14],
+"functions_p.html":[2,3,0,15],
+"functions_q.html":[2,3,0,16],
+"functions_r.html":[2,3,0,17],
+"functions_s.html":[2,3,0,18],
+"functions_t.html":[2,3,0,19],
+"functions_u.html":[2,3,0,20],
+"functions_v.html":[2,3,0,21],
+"functions_vars.html":[2,3,2],
+"functions_w.html":[2,3,0,22],
+"functions_z.html":[2,3,0,23],
+"functions_~.html":[2,3,0,24],
+"hierarchy.html":[2,2],
"index.html":[],
-"md_src_SECURITY.html":[1],
-"md_src_SECURITY.html#autotoc_md1":[1,0],
-"md_src_SECURITY.html#autotoc_md2":[1,1],
-"md_src_SECURITY.html#autotoc_md3":[1,2],
-"namespaceGpgFrontend.html":[2,0,0],
-"namespaceGpgFrontend.html#a02576f9b3647baec8e7f6dacf9411b46":[2,0,0,54],
-"namespaceGpgFrontend.html#a1194ef197102807cf31a6e27fdd47e07":[2,0,0,92],
-"namespaceGpgFrontend.html#a17ea01393928cb8638564cdd787151e4":[2,0,0,97],
-"namespaceGpgFrontend.html#a1872f20a465ea6a482065996abab2c95":[2,0,0,65],
-"namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8":[2,0,0,53],
-"namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99":[2,0,0,94],
-"namespaceGpgFrontend.html#a2a6566f59b4be29e453a1edd93f6a337":[2,0,0,77],
-"namespaceGpgFrontend.html#a3aa61e484a9f2e198119af82662fe68f":[2,0,0,91],
-"namespaceGpgFrontend.html#a3c488625b949d2ac26315996b4b881e9":[2,0,0,58],
-"namespaceGpgFrontend.html#a3d735ed2f15dbf638cfa508daba16e5b":[2,0,0,69],
-"namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684":[2,0,0,84],
-"namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41":[2,0,0,95],
-"namespaceGpgFrontend.html#a54baa8d3ea3843c907a7644a85cb9699":[2,0,0,75],
-"namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328":[2,0,0,86],
-"namespaceGpgFrontend.html#a5c172444c7aacf11b2f8b2ebe72fb053":[2,0,0,87],
-"namespaceGpgFrontend.html#a6df12217c02df87356b3276fa08df3b8":[2,0,0,55],
-"namespaceGpgFrontend.html#a719a7945f8e6af4aa6446883a8847f48":[2,0,0,57],
-"namespaceGpgFrontend.html#a734ec65953e9b8fe39b7d76b42c7d9e5":[2,0,0,49],
-"namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d":[2,0,0,90],
-"namespaceGpgFrontend.html#a74d7d03c9b8231bc13f199fb06204fca":[2,0,0,50],
-"namespaceGpgFrontend.html#a77d0c0a6b959437c89b069df9a97c194":[2,0,0,60],
-"namespaceGpgFrontend.html#a788cd2c216e4867a676920da22d4f49d":[2,0,0,61],
-"namespaceGpgFrontend.html#a78f78409fbd7963376da60f7e5c0dba9":[2,0,0,51],
-"namespaceGpgFrontend.html#a8454f6586944c55018f7745c22d281d2":[2,0,0,68],
-"namespaceGpgFrontend.html#a88afb4fc90777c981345a4a702df8672":[2,0,0,72],
-"namespaceGpgFrontend.html#a8d00b92300e229303fcf42e99fb77278":[2,0,0,73],
-"namespaceGpgFrontend.html#a8fe8112cc97385961a3f6a18129ea789":[2,0,0,67],
-"namespaceGpgFrontend.html#a93c0ac9e329baa602e0bfdee7ea1273f":[2,0,0,63],
-"namespaceGpgFrontend.html#a953722e5ef4bbc71b42a4f821f00b737":[2,0,0,74],
-"namespaceGpgFrontend.html#a99b4f5a3b9f7a379a79c37ba8fff93af":[2,0,0,56],
-"namespaceGpgFrontend.html#a9e0e33d7737ab41ab80422134e659bb3":[2,0,0,96],
-"namespaceGpgFrontend.html#aa8f86425050122fc627c1a793c2d1f80":[2,0,0,71],
-"namespaceGpgFrontend.html#aaf7ddbd50cd4f16b7d2a997c03b20933":[2,0,0,76],
-"namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f":[2,0,0,89],
-"namespaceGpgFrontend.html#ab0a0bf1c3231a455c85f5604f4ff219a":[2,0,0,48],
-"namespaceGpgFrontend.html#ab19bf8acd65218045313b120cf72333e":[2,0,0,59],
-"namespaceGpgFrontend.html#ab4a865228be071282d2a08e66ef6cb68":[2,0,0,88],
-"namespaceGpgFrontend.html#ab9e8650a71965e35cb6a763dbf61a048":[2,0,0,62],
-"namespaceGpgFrontend.html#abdc336cc966afe6c1523cb7751cac9f8":[2,0,0,66],
-"namespaceGpgFrontend.html#ac35a1eb416146226f5c6446ab61dbc82":[2,0,0,64],
-"namespaceGpgFrontend.html#ac494a4b0d91e08a70db77a399c9a0f30":[2,0,0,81],
-"namespaceGpgFrontend.html#acb5dd82fc7d0428bafe34ed304dc15d1":[2,0,0,79],
-"namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79":[2,0,0,85],
-"namespaceGpgFrontend.html#ad8f79b76997875f0588a77340a34d2a1":[2,0,0,70],
-"namespaceGpgFrontend.html#ada6a044ece8975e35b2a229f65249713":[2,0,0,47],
-"namespaceGpgFrontend.html#adf0fbe100c3ea1bf2f33bc0f55dfff17":[2,0,0,83],
-"namespaceGpgFrontend.html#ae060b7e70b7898c1239f372b55bac640":[2,0,0,52],
-"namespaceGpgFrontend.html#ae3f2947210ad3e11269ebac355f47492":[2,0,0,80],
-"namespaceGpgFrontend.html#aeeebf38d3337a0772e682bddaff88ff4":[2,0,0,93],
-"namespaceGpgFrontend.html#af909eb3cf2690d23939e394a461e48e9":[2,0,0,78],
-"namespaceGpgFrontend.html#afdad4e5f4c3ac891c09216e245c0f48e":[2,0,0,82],
-"namespaceGpgFrontend_1_1RawAPI.html":[2,0,0,0],
-"namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697":[2,0,0,0,2],
-"namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f":[2,0,0,0,0],
-"namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42":[2,0,0,0,1],
-"namespaceGpgFrontend_1_1Thread.html":[2,0,0,1],
-"namespaceGpgFrontend_1_1UI.html":[2,0,0,2],
-"namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee":[2,0,0,2,66],
-"namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333":[2,0,0,2,76],
-"namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f":[2,0,0,2,72],
-"namespaceGpgFrontend_1_1UI.html#a4dea2a35c4dbc3868317beb26d4508fc":[2,0,0,2,70],
-"namespaceGpgFrontend_1_1UI.html#a4f6c9bfe9ecb5da132f2f6d2ba7eeb80":[2,0,0,2,63],
-"namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a":[2,0,0,2,71],
-"namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1":[2,0,0,2,75],
-"namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281":[2,0,0,2,78],
-"namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9":[2,0,0,2,74],
-"namespaceGpgFrontend_1_1UI.html#a75ce194e83468251e5f443cedebd8e3c":[2,0,0,2,69],
-"namespaceGpgFrontend_1_1UI.html#a834d05cb1918760d1a9c5a67aa3a7da3":[2,0,0,2,67],
-"namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925":[2,0,0,2,65],
-"namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da":[2,0,0,2,77],
-"namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770":[2,0,0,2,64],
-"namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad":[2,0,0,2,68],
-"namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3":[2,0,0,2,73],
-"namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d":[2,0,0,2,62],
-"namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00da3af9444bf2929ab4b80b863da415cd69":[2,0,0,2,62,1],
-"namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00da64c9ad5698bff378b442691d32b2efb6":[2,0,0,2,62,2],
-"namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00dad42d12553e87485f9eada4819c9d3315":[2,0,0,2,62,3],
-"namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00dad9f9b62d50036c2f35892e1ca67bdde2":[2,0,0,2,62,0],
-"namespaceGpgFrontend_1_1UI.html#afaa12ab40cfca0bc8c9c8e2d24116a9d":[2,0,0,2,79],
-"namespacemembers.html":[2,1,0],
-"namespacemembers_enum.html":[2,1,2],
-"namespacemembers_func.html":[2,1,1],
-"namespaces.html":[2,0],
+"index.html":[0],
+"namespaceGpgFrontend.html":[1,0,0],
+"namespaceGpgFrontend.html#a02576f9b3647baec8e7f6dacf9411b46":[1,0,0,54],
+"namespaceGpgFrontend.html#a1194ef197102807cf31a6e27fdd47e07":[1,0,0,92],
+"namespaceGpgFrontend.html#a17ea01393928cb8638564cdd787151e4":[1,0,0,97],
+"namespaceGpgFrontend.html#a1872f20a465ea6a482065996abab2c95":[1,0,0,65],
+"namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8":[1,0,0,53],
+"namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99":[1,0,0,94],
+"namespaceGpgFrontend.html#a2a6566f59b4be29e453a1edd93f6a337":[1,0,0,77],
+"namespaceGpgFrontend.html#a3aa61e484a9f2e198119af82662fe68f":[1,0,0,91],
+"namespaceGpgFrontend.html#a3c488625b949d2ac26315996b4b881e9":[1,0,0,58],
+"namespaceGpgFrontend.html#a3d735ed2f15dbf638cfa508daba16e5b":[1,0,0,69],
+"namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684":[1,0,0,84],
+"namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41":[1,0,0,95],
+"namespaceGpgFrontend.html#a54baa8d3ea3843c907a7644a85cb9699":[1,0,0,75],
+"namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328":[1,0,0,86],
+"namespaceGpgFrontend.html#a5c172444c7aacf11b2f8b2ebe72fb053":[1,0,0,87],
+"namespaceGpgFrontend.html#a6df12217c02df87356b3276fa08df3b8":[1,0,0,55],
+"namespaceGpgFrontend.html#a719a7945f8e6af4aa6446883a8847f48":[1,0,0,57],
+"namespaceGpgFrontend.html#a734ec65953e9b8fe39b7d76b42c7d9e5":[1,0,0,49],
+"namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d":[1,0,0,90],
+"namespaceGpgFrontend.html#a74d7d03c9b8231bc13f199fb06204fca":[1,0,0,50],
+"namespaceGpgFrontend.html#a77d0c0a6b959437c89b069df9a97c194":[1,0,0,60],
+"namespaceGpgFrontend.html#a788cd2c216e4867a676920da22d4f49d":[1,0,0,61],
+"namespaceGpgFrontend.html#a78f78409fbd7963376da60f7e5c0dba9":[1,0,0,51],
+"namespaceGpgFrontend.html#a8454f6586944c55018f7745c22d281d2":[1,0,0,68],
+"namespaceGpgFrontend.html#a88afb4fc90777c981345a4a702df8672":[1,0,0,72],
+"namespaceGpgFrontend.html#a8d00b92300e229303fcf42e99fb77278":[1,0,0,73],
+"namespaceGpgFrontend.html#a8fe8112cc97385961a3f6a18129ea789":[1,0,0,67],
+"namespaceGpgFrontend.html#a93c0ac9e329baa602e0bfdee7ea1273f":[1,0,0,63],
+"namespaceGpgFrontend.html#a953722e5ef4bbc71b42a4f821f00b737":[1,0,0,74],
+"namespaceGpgFrontend.html#a99b4f5a3b9f7a379a79c37ba8fff93af":[1,0,0,56],
+"namespaceGpgFrontend.html#a9e0e33d7737ab41ab80422134e659bb3":[1,0,0,96],
+"namespaceGpgFrontend.html#aa8f86425050122fc627c1a793c2d1f80":[1,0,0,71],
+"namespaceGpgFrontend.html#aaf7ddbd50cd4f16b7d2a997c03b20933":[1,0,0,76],
+"namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f":[1,0,0,89],
+"namespaceGpgFrontend.html#ab0a0bf1c3231a455c85f5604f4ff219a":[1,0,0,48],
+"namespaceGpgFrontend.html#ab19bf8acd65218045313b120cf72333e":[1,0,0,59],
+"namespaceGpgFrontend.html#ab4a865228be071282d2a08e66ef6cb68":[1,0,0,88],
+"namespaceGpgFrontend.html#ab9e8650a71965e35cb6a763dbf61a048":[1,0,0,62],
+"namespaceGpgFrontend.html#abdc336cc966afe6c1523cb7751cac9f8":[1,0,0,66],
+"namespaceGpgFrontend.html#ac35a1eb416146226f5c6446ab61dbc82":[1,0,0,64],
+"namespaceGpgFrontend.html#ac494a4b0d91e08a70db77a399c9a0f30":[1,0,0,81],
+"namespaceGpgFrontend.html#acb5dd82fc7d0428bafe34ed304dc15d1":[1,0,0,79],
+"namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79":[1,0,0,85],
+"namespaceGpgFrontend.html#ad8f79b76997875f0588a77340a34d2a1":[1,0,0,70],
+"namespaceGpgFrontend.html#ada6a044ece8975e35b2a229f65249713":[1,0,0,47],
+"namespaceGpgFrontend.html#adf0fbe100c3ea1bf2f33bc0f55dfff17":[1,0,0,83],
+"namespaceGpgFrontend.html#ae060b7e70b7898c1239f372b55bac640":[1,0,0,52],
+"namespaceGpgFrontend.html#ae3f2947210ad3e11269ebac355f47492":[1,0,0,80],
+"namespaceGpgFrontend.html#aeeebf38d3337a0772e682bddaff88ff4":[1,0,0,93],
+"namespaceGpgFrontend.html#af909eb3cf2690d23939e394a461e48e9":[1,0,0,78],
+"namespaceGpgFrontend.html#afdad4e5f4c3ac891c09216e245c0f48e":[1,0,0,82],
+"namespaceGpgFrontend_1_1RawAPI.html":[1,0,0,0],
+"namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697":[1,0,0,0,2],
+"namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f":[1,0,0,0,0],
+"namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42":[1,0,0,0,1],
+"namespaceGpgFrontend_1_1Thread.html":[1,0,0,1],
+"namespaceGpgFrontend_1_1UI.html":[1,0,0,2],
+"namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee":[1,0,0,2,67],
+"namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333":[1,0,0,2,77],
+"namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f":[1,0,0,2,73],
+"namespaceGpgFrontend_1_1UI.html#a4dea2a35c4dbc3868317beb26d4508fc":[1,0,0,2,71],
+"namespaceGpgFrontend_1_1UI.html#a4f6c9bfe9ecb5da132f2f6d2ba7eeb80":[1,0,0,2,64],
+"namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a":[1,0,0,2,72],
+"namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1":[1,0,0,2,76],
+"namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281":[1,0,0,2,79],
+"namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9":[1,0,0,2,75],
+"namespaceGpgFrontend_1_1UI.html#a75ce194e83468251e5f443cedebd8e3c":[1,0,0,2,70],
+"namespaceGpgFrontend_1_1UI.html#a834d05cb1918760d1a9c5a67aa3a7da3":[1,0,0,2,68],
+"namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925":[1,0,0,2,66],
+"namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da":[1,0,0,2,78],
+"namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770":[1,0,0,2,65],
+"namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad":[1,0,0,2,69],
+"namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3":[1,0,0,2,74],
+"namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d":[1,0,0,2,63],
+"namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00da3af9444bf2929ab4b80b863da415cd69":[1,0,0,2,63,1],
+"namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00da64c9ad5698bff378b442691d32b2efb6":[1,0,0,2,63,2],
+"namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00dad42d12553e87485f9eada4819c9d3315":[1,0,0,2,63,3],
+"namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00dad9f9b62d50036c2f35892e1ca67bdde2":[1,0,0,2,63,0],
+"namespaceGpgFrontend_1_1UI.html#afaa12ab40cfca0bc8c9c8e2d24116a9d":[1,0,0,2,80],
+"namespacemembers.html":[1,1,0],
+"namespacemembers_enum.html":[1,1,2],
+"namespacemembers_func.html":[1,1,1],
+"namespaces.html":[1,0],
"pages.html":[],
-"structGpgFrontend_1_1ArchiveStruct.html":[3,0,0,3],
-"structGpgFrontend_1_1ArchiveStruct.html#a1ecfc9b7c9978678e8184745ea9f5c53":[3,0,0,3,4],
-"structGpgFrontend_1_1ArchiveStruct.html#a223cd7e27abc6918325fbef9dc46f274":[3,0,0,3,3],
-"structGpgFrontend_1_1ArchiveStruct.html#a9fc8525095022554d3a043687aa0a584":[3,0,0,3,0],
-"structGpgFrontend_1_1ArchiveStruct.html#aa79e4e87c8d56b298295286476c6652e":[3,0,0,3,1],
-"structGpgFrontend_1_1ArchiveStruct.html#ad5f08b098598491641e55941a128fb38":[3,0,0,3,2],
-"structGpgFrontend_1_1GpgContextInitArgs.html":[3,0,0,31],
-"structGpgFrontend_1_1GpgContextInitArgs.html#a0ab27875287142f6c72bb7cc7e7bc271":[3,0,0,31,0],
-"structGpgFrontend_1_1GpgContextInitArgs.html#a12e9e2e6ad393864a4b2d85727350edc":[3,0,0,31,2],
-"structGpgFrontend_1_1GpgContextInitArgs.html#a25ca282a0a82ed7aa4cb677a86f53eef":[3,0,0,31,8],
-"structGpgFrontend_1_1GpgContextInitArgs.html#a33cd883333581952ae49784ae86edae7":[3,0,0,31,7],
-"structGpgFrontend_1_1GpgContextInitArgs.html#a646fd830375ccf3b69ea64ede0c76f52":[3,0,0,31,1],
-"structGpgFrontend_1_1GpgContextInitArgs.html#a825d8c5daced5eb06be1a949ae0eadfd":[3,0,0,31,5],
-"structGpgFrontend_1_1GpgContextInitArgs.html#a90fc544dd70fa9e3cf4951b9a54efc22":[3,0,0,31,4],
-"structGpgFrontend_1_1GpgContextInitArgs.html#aa850fc1db1cc8f3daae78a0fcefb2fdb":[3,0,0,31,3],
-"structGpgFrontend_1_1GpgContextInitArgs.html#ac2679300c14d3f0ce29625a267054e6b":[3,0,0,31,6],
-"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html":[3,0,0,32,0],
-"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html#a1975ed97838072cf98bd80eef72fd3a8":[3,0,0,32,0,0],
-"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html":[3,0,0,39,0],
-"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html#a1dec67f70f17e45e7f78a92414d05485":[3,0,0,39,0,0],
-"structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html":[3,0,0,40,0],
-"structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html#a9427ebabbbae929fe1489a2e8534c752":[3,0,0,40,0,0],
-"structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html":[3,0,0,0,1,0,0],
-"structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html#aba3f92e7f17c8decee760e7bdec52126":[3,0,0,0,1,0,0,1],
-"structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html#ac30a4018fa2e6fd5702bbb21ff069ad4":[3,0,0,0,1,0,0,0],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html":[3,0,0,1,54],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a21a0f214c0e06684a6430fc7a782fb1a":[3,0,0,1,54,2],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a2e7f4700b56c5f4db732dbf047d80691":[3,0,0,1,54,0],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a346487dc364b85a2b0e1962bfe4fb64e":[3,0,0,1,54,7],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a58138d19ea81b42712610c7419ac1f66":[3,0,0,1,54,6],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a6d71f19e2a201c35592226a8f1a19ddb":[3,0,0,1,54,4],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ab561f6f3c20bc239a4021ad75ac627b3":[3,0,0,1,54,3],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ac8581e50c2880b67c26c0196b2511905":[3,0,0,1,54,5],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#aca1729a164974c7037e9740e2189423d":[3,0,0,1,54,1],
-"structGpgFrontend_1_1UI_1_1KeyListRow.html":[3,0,0,1,53],
-"structGpgFrontend_1_1UI_1_1KeyListRow.html#a2f141b7a3e28f9354bfb7d2c077a749c":[3,0,0,1,53,2],
-"structGpgFrontend_1_1UI_1_1KeyListRow.html#a53f8d78eb222490c72168a2571e6ea89":[3,0,0,1,53,1],
-"structGpgFrontend_1_1UI_1_1KeyListRow.html#ade4a3f198d1be1659152519fd9fff7f6":[3,0,0,1,53,0],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html":[3,0,0,1,55]
+"structGpgFrontend_1_1ArchiveStruct.html":[2,0,0,3],
+"structGpgFrontend_1_1ArchiveStruct.html#a1ecfc9b7c9978678e8184745ea9f5c53":[2,0,0,3,4],
+"structGpgFrontend_1_1ArchiveStruct.html#a223cd7e27abc6918325fbef9dc46f274":[2,0,0,3,3],
+"structGpgFrontend_1_1ArchiveStruct.html#a9fc8525095022554d3a043687aa0a584":[2,0,0,3,0],
+"structGpgFrontend_1_1ArchiveStruct.html#aa79e4e87c8d56b298295286476c6652e":[2,0,0,3,1],
+"structGpgFrontend_1_1ArchiveStruct.html#ad5f08b098598491641e55941a128fb38":[2,0,0,3,2],
+"structGpgFrontend_1_1GpgContextInitArgs.html":[2,0,0,31],
+"structGpgFrontend_1_1GpgContextInitArgs.html#a0a1de4b848ff87da9a6650fdbac82fa7":[2,0,0,31,4],
+"structGpgFrontend_1_1GpgContextInitArgs.html#a0ab27875287142f6c72bb7cc7e7bc271":[2,0,0,31,0],
+"structGpgFrontend_1_1GpgContextInitArgs.html#a12e9e2e6ad393864a4b2d85727350edc":[2,0,0,31,2],
+"structGpgFrontend_1_1GpgContextInitArgs.html#a25ca282a0a82ed7aa4cb677a86f53eef":[2,0,0,31,10],
+"structGpgFrontend_1_1GpgContextInitArgs.html#a33cd883333581952ae49784ae86edae7":[2,0,0,31,9],
+"structGpgFrontend_1_1GpgContextInitArgs.html#a646fd830375ccf3b69ea64ede0c76f52":[2,0,0,31,1],
+"structGpgFrontend_1_1GpgContextInitArgs.html#a825d8c5daced5eb06be1a949ae0eadfd":[2,0,0,31,7],
+"structGpgFrontend_1_1GpgContextInitArgs.html#a90fc544dd70fa9e3cf4951b9a54efc22":[2,0,0,31,6],
+"structGpgFrontend_1_1GpgContextInitArgs.html#aa46e72b29dd89211f468047f45a7a31d":[2,0,0,31,3],
+"structGpgFrontend_1_1GpgContextInitArgs.html#aa850fc1db1cc8f3daae78a0fcefb2fdb":[2,0,0,31,5],
+"structGpgFrontend_1_1GpgContextInitArgs.html#ac2679300c14d3f0ce29625a267054e6b":[2,0,0,31,8],
+"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html":[2,0,0,32,0],
+"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html#a1975ed97838072cf98bd80eef72fd3a8":[2,0,0,32,0,0],
+"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html":[2,0,0,39,0],
+"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html#a1dec67f70f17e45e7f78a92414d05485":[2,0,0,39,0,0]
};
diff --git a/docs/html/navtreeindex7.js b/docs/html/navtreeindex7.js
index ad27ef23..2d573fae 100644
--- a/docs/html/navtreeindex7.js
+++ b/docs/html/navtreeindex7.js
@@ -1,50 +1,69 @@
var NAVTREEINDEX7 =
{
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a1e9badf8cc20ca49b2374cdc705b7602":[3,0,0,1,55,3],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a2ff7f5aeea6e8791d69cd0656489d6eb":[3,0,0,1,55,2],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a33bef35c7c6c67f6a2b0ed9dfda8fcad":[3,0,0,1,55,1],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a3e3f324385c69f3848297c5c60eb8012":[3,0,0,1,55,4],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a632b87f5c86b4bb76e1af350f053107a":[3,0,0,1,55,6],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#aa256cb1cde47d898011f49bb8a6d9820":[3,0,0,1,55,0],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#af28d1d7fbfc66aea550f98db5a2a582b":[3,0,0,1,55,5],
-"structGpgFrontend_1_1UI_1_1KeyTable.html":[3,0,0,1,56],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a0719f023069e0f6e29db20b6cd0cf5ea":[3,0,0,1,56,5],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a5bce4bf0dc41ac05390a4f93da8b8985":[3,0,0,1,56,10],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e":[3,0,0,1,56,2],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a880d24a22ef291667e6d6c76a487fc57":[3,0,0,1,56,8],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47":[3,0,0,1,56,0],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a9ef84e0b2d9146b962ca4ca79e7f0e9c":[3,0,0,1,56,1],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f":[3,0,0,1,56,3],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#ab0aee9ed16af04048f456abddb4dc007":[3,0,0,1,56,11],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#adb59ac00683aec02344804ae8c5670a5":[3,0,0,1,56,6],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#add3529625d70c3aa37f3d8cdc3bb8c63":[3,0,0,1,56,7],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c":[3,0,0,1,56,4],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#aeb37ccd5436993b7f1dd33667a36551e":[3,0,0,1,56,9],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html":[3,0,0,1,39,0],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a093ff65776f48511a2af0959a007cf1f":[3,0,0,1,39,0,7],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a0e1d3d999bd2699a2e332f4e07ead822":[3,0,0,1,39,0,3],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2832941c8dec7b1c0ad40f4ff77c1814":[3,0,0,1,39,0,0],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2add79ec9a1c8e2602ebf5beb10df51f":[3,0,0,1,39,0,5],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a6003e52fbe3a2eb4ad14b621f8dd7f8e":[3,0,0,1,39,0,4],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#abbd059f236b897f18b1d049e5739672b":[3,0,0,1,39,0,1],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#ac044f133fa3c5edfcba3a3da6a33db55":[3,0,0,1,39,0,2],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#adeaa420019edb82abdf898c9c4f27000":[3,0,0,1,39,0,6],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html":[3,0,0,1,42],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a105c94ebdef4201963c8ae83b9cc44d6":[3,0,0,1,42,6],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a396e555fe47dacbd08e67e65e4c3aba6":[3,0,0,1,42,11],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663":[3,0,0,1,42,0],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a492ce222f6a361d5a05552dd35d41fca":[3,0,0,1,42,7],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b":[3,0,0,1,42,4],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a5d04813a59ceb83ec264c8e5db6ab14e":[3,0,0,1,42,13],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a97acaa60638177a3da91e211e3d0c178":[3,0,0,1,42,5],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aac94470eae0dca3c809bcf37712ad37a":[3,0,0,1,42,9],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aafdfa44fdc1d3a1bf9b374fad62b7ead":[3,0,0,1,42,12],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6":[3,0,0,1,42,2],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acbff398f6a35bbcd3593a958cf89e22e":[3,0,0,1,42,14],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acc4ddfafdebc629d6d534e07e7996fef":[3,0,0,1,42,10],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acf891516bea76422e8144047eab6964a":[3,0,0,1,42,8],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#ae1989b6a34c76103f4bd06f35686d536":[3,0,0,1,42,3],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aec79eefdc19c90e046cb48bca347ff1c":[3,0,0,1,42,1],
-"structGpgFrontend_1_1__result__ref__deletor.html":[3,0,0,29],
-"structGpgFrontend_1_1__result__ref__deletor.html#afc545b56a9d45cb1ed455e0d93c30880":[3,0,0,29,0]
+"structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html":[2,0,0,40,0],
+"structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html#a9427ebabbbae929fe1489a2e8534c752":[2,0,0,40,0,0],
+"structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html":[2,0,0,0,1,0,0],
+"structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html#aba3f92e7f17c8decee760e7bdec52126":[2,0,0,0,1,0,0,1],
+"structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html#ac30a4018fa2e6fd5702bbb21ff069ad4":[2,0,0,0,1,0,0,0],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html":[2,0,0,1,55],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a21a0f214c0e06684a6430fc7a782fb1a":[2,0,0,1,55,2],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a2e7f4700b56c5f4db732dbf047d80691":[2,0,0,1,55,0],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a346487dc364b85a2b0e1962bfe4fb64e":[2,0,0,1,55,7],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a58138d19ea81b42712610c7419ac1f66":[2,0,0,1,55,6],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a6d71f19e2a201c35592226a8f1a19ddb":[2,0,0,1,55,4],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ab561f6f3c20bc239a4021ad75ac627b3":[2,0,0,1,55,3],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ac8581e50c2880b67c26c0196b2511905":[2,0,0,1,55,5],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#aca1729a164974c7037e9740e2189423d":[2,0,0,1,55,1],
+"structGpgFrontend_1_1UI_1_1KeyListRow.html":[2,0,0,1,54],
+"structGpgFrontend_1_1UI_1_1KeyListRow.html#a2f141b7a3e28f9354bfb7d2c077a749c":[2,0,0,1,54,2],
+"structGpgFrontend_1_1UI_1_1KeyListRow.html#a53f8d78eb222490c72168a2571e6ea89":[2,0,0,1,54,1],
+"structGpgFrontend_1_1UI_1_1KeyListRow.html#ade4a3f198d1be1659152519fd9fff7f6":[2,0,0,1,54,0],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html":[2,0,0,1,56],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a1e9badf8cc20ca49b2374cdc705b7602":[2,0,0,1,56,3],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a2ff7f5aeea6e8791d69cd0656489d6eb":[2,0,0,1,56,2],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a33bef35c7c6c67f6a2b0ed9dfda8fcad":[2,0,0,1,56,1],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a3e3f324385c69f3848297c5c60eb8012":[2,0,0,1,56,4],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a632b87f5c86b4bb76e1af350f053107a":[2,0,0,1,56,6],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#aa256cb1cde47d898011f49bb8a6d9820":[2,0,0,1,56,0],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#af28d1d7fbfc66aea550f98db5a2a582b":[2,0,0,1,56,5],
+"structGpgFrontend_1_1UI_1_1KeyTable.html":[2,0,0,1,57],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a0719f023069e0f6e29db20b6cd0cf5ea":[2,0,0,1,57,5],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a5bce4bf0dc41ac05390a4f93da8b8985":[2,0,0,1,57,10],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e":[2,0,0,1,57,2],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a880d24a22ef291667e6d6c76a487fc57":[2,0,0,1,57,8],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47":[2,0,0,1,57,0],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a9ef84e0b2d9146b962ca4ca79e7f0e9c":[2,0,0,1,57,1],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f":[2,0,0,1,57,3],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#ab0aee9ed16af04048f456abddb4dc007":[2,0,0,1,57,11],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#adb59ac00683aec02344804ae8c5670a5":[2,0,0,1,57,6],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#add3529625d70c3aa37f3d8cdc3bb8c63":[2,0,0,1,57,7],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c":[2,0,0,1,57,4],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#aeb37ccd5436993b7f1dd33667a36551e":[2,0,0,1,57,9],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html":[2,0,0,1,40,0],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a093ff65776f48511a2af0959a007cf1f":[2,0,0,1,40,0,7],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a0e1d3d999bd2699a2e332f4e07ead822":[2,0,0,1,40,0,3],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2832941c8dec7b1c0ad40f4ff77c1814":[2,0,0,1,40,0,0],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2add79ec9a1c8e2602ebf5beb10df51f":[2,0,0,1,40,0,5],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a6003e52fbe3a2eb4ad14b621f8dd7f8e":[2,0,0,1,40,0,4],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#abbd059f236b897f18b1d049e5739672b":[2,0,0,1,40,0,1],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#ac044f133fa3c5edfcba3a3da6a33db55":[2,0,0,1,40,0,2],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#adeaa420019edb82abdf898c9c4f27000":[2,0,0,1,40,0,6],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html":[2,0,0,1,43],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a105c94ebdef4201963c8ae83b9cc44d6":[2,0,0,1,43,6],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a396e555fe47dacbd08e67e65e4c3aba6":[2,0,0,1,43,11],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663":[2,0,0,1,43,0],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a492ce222f6a361d5a05552dd35d41fca":[2,0,0,1,43,7],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b":[2,0,0,1,43,4],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a5d04813a59ceb83ec264c8e5db6ab14e":[2,0,0,1,43,13],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a97acaa60638177a3da91e211e3d0c178":[2,0,0,1,43,5],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aac94470eae0dca3c809bcf37712ad37a":[2,0,0,1,43,9],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aafdfa44fdc1d3a1bf9b374fad62b7ead":[2,0,0,1,43,12],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6":[2,0,0,1,43,2],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acbff398f6a35bbcd3593a958cf89e22e":[2,0,0,1,43,14],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acc4ddfafdebc629d6d534e07e7996fef":[2,0,0,1,43,10],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acf891516bea76422e8144047eab6964a":[2,0,0,1,43,8],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#ae1989b6a34c76103f4bd06f35686d536":[2,0,0,1,43,3],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aec79eefdc19c90e046cb48bca347ff1c":[2,0,0,1,43,1],
+"structGpgFrontend_1_1__result__ref__deletor.html":[2,0,0,29],
+"structGpgFrontend_1_1__result__ref__deletor.html#afc545b56a9d45cb1ed455e0d93c30880":[2,0,0,29,0]
};
diff --git a/docs/html/search/all_10.js b/docs/html/search/all_10.js
index 7fadd64c..13cd4b73 100644
--- a/docs/html/search/all_10.js
+++ b/docs/html/search/all_10.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['quit_5fact_5f_469',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]],
- ['quitdialog_470',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI::QuitDialog'],['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog::QuitDialog()']]],
- ['quote_5fact_5f_471',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]]
+ ['quit_5fact_5f_470',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]],
+ ['quitdialog_471',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI::QuitDialog'],['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog::QuitDialog()']]],
+ ['quote_5fact_5f_472',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/all_11.js b/docs/html/search/all_11.js
index 4527d183..b8bce722 100644
--- a/docs/html/search/all_11.js
+++ b/docs/html/search/all_11.js
@@ -1,25 +1,25 @@
var searchData=
[
- ['rd_5f_472',['rd_',['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()'],['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()']]],
- ['read2buffer_473',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]],
- ['read_5fall_5fdata_5fin_5ffile_474',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]],
- ['readdone_475',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['readfile_476',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]],
- ['readfilestd_477',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]],
- ['redo_5fact_5f_478',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]],
- ['refresh_479',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]],
- ['refresh_5finfo_5fboard_480',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]],
- ['refresh_5fkeys_5ffrom_5fkey_5fserver_481',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]],
- ['refresh_5fwidgets_5fstate_482',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]],
- ['releasechannel_483',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]],
- ['reloadgpgcomponents_484',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a6876b6ee63ff7147c274e4f9538d29ce',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['resetconfigures_485',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['resetoptionactionsmenu_486',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['resettempcachevalue_487',['ResetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#ae2df4542d0d7d15a542f9c664f1f295f',1,'GpgFrontend::CoreCommonUtil']]],
- ['restartgpgcomponents_488',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a5801bf4ea7391cbcc60efd2513d41041',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['restore_5fsettings_489',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]],
- ['revsign_490',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]],
- ['revuid_491',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]],
- ['run_492',['Run',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()']]],
- ['rungpgfrontendui_493',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]]
+ ['rd_5f_473',['rd_',['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()'],['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()']]],
+ ['read2buffer_474',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]],
+ ['read_5fall_5fdata_5fin_5ffile_475',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]],
+ ['readdone_476',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['readfile_477',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]],
+ ['readfilestd_478',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]],
+ ['redo_5fact_5f_479',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]],
+ ['refresh_480',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]],
+ ['refresh_5finfo_5fboard_481',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]],
+ ['refresh_5fkeys_5ffrom_5fkey_5fserver_482',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]],
+ ['refresh_5fwidgets_5fstate_483',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]],
+ ['releasechannel_484',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]],
+ ['reloadgpgcomponents_485',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a6876b6ee63ff7147c274e4f9538d29ce',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['resetconfigures_486',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['resetoptionactionsmenu_487',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['resettempcachevalue_488',['ResetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#ae2df4542d0d7d15a542f9c664f1f295f',1,'GpgFrontend::CoreCommonUtil']]],
+ ['restartgpgcomponents_489',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a5801bf4ea7391cbcc60efd2513d41041',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['restore_5fsettings_490',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]],
+ ['revsign_491',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]],
+ ['revuid_492',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]],
+ ['run_493',['Run',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()']]],
+ ['rungpgfrontendui_494',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/all_12.js b/docs/html/search/all_12.js
index 539cae44..38ed05dc 100644
--- a/docs/html/search/all_12.js
+++ b/docs/html/search/all_12.js
@@ -1,11 +1,10 @@
var searchData=
[
- ['save_5fact_5f_494',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]],
- ['save_5fas_5fact_5f_495',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]],
- ['save_5ffile_496',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]],
- ['save_5fsettings_497',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]],
- ['savecache_498',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe',1,'GpgFrontend::CacheManager']]],
- ['security_20policy_499',['Security Policy',['../md_src_SECURITY.html',1,'']]],
+ ['save_5fact_5f_495',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]],
+ ['save_5fas_5fact_5f_496',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]],
+ ['save_5ffile_497',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]],
+ ['save_5fsettings_498',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]],
+ ['savecache_499',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe',1,'GpgFrontend::CacheManager']]],
['select_5fall_5fact_5f_500',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]],
['sequency_5f_501',['sequency_',['../classGpgFrontend_1_1Thread_1_1Task.html#a71ed097a2c4b4b735fd385dfe87e6f57',1,'GpgFrontend::Thread::Task']]],
['set_5fbackground_502',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]],
@@ -25,7 +24,7 @@ var searchData=
['setcryptomenustatus_516',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]],
['setdoubleclickedaction_517',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]],
['setemail_518',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]],
- ['setexpire_519',['SetExpire',['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()'],['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()']]],
+ ['setexpire_519',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]],
['setexpiretime_520',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]],
['setfilepath_521',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]],
['setfinishafterrun_522',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]],
@@ -40,11 +39,11 @@ var searchData=
['setpassphrasecb_531',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]],
['setprimaryuid_532',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]],
['setrtn_533',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]],
- ['setsettings_534',['SetSettings',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()']]],
+ ['setsettings_534',['SetSettings',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()']]],
['setsigners_535',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]],
['settempcachevalue_536',['SetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#abe5fa8731b0b672613505d59a576a3d7',1,'GpgFrontend::CoreCommonUtil']]],
['settingsdialog_537',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]],
- ['settingsobject_538',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI::SettingsObject'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d',1,'GpgFrontend::UI::SettingsObject::SettingsObject(nlohmann::json _sub_json, bool)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302',1,'GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)']]],
+ ['settingsobject_538',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI::SettingsObject'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302',1,'GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d',1,'GpgFrontend::UI::SettingsObject::SettingsObject(nlohmann::json _sub_json, bool)']]],
['show_5fkey_5fdetails_5fact_5f_539',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]],
['show_5fverify_5fdetails_540',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]],
['showevent_541',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]],
@@ -60,11 +59,11 @@ var searchData=
['signalopenhelp_551',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]],
['signalpathchanged_552',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]],
['signalproxyconnectiontestresult_553',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]],
- ['signalrefreshinfoboard_554',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()']]],
+ ['signalrefreshinfoboard_554',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]],
['signalrefreshstatusbar_555',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]],
['signalreplyfromupdateserver_556',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]],
- ['signalrestartneeded_557',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]],
- ['signalrestartneeded_558',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()']]],
+ ['signalrestartneeded_557',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c',1,'GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()']]],
+ ['signalrestartneeded_558',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]],
['signalstation_559',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]],
['signaltaskend_560',['SignalTaskEnd',['../classGpgFrontend_1_1Thread_1_1Task.html#abbbb68bcac48b6c31d6fe8ee1572f151',1,'GpgFrontend::Thread::Task']]],
['signaltaskrunnableend_561',['SignalTaskRunnableEnd',['../classGpgFrontend_1_1Thread_1_1Task.html#a125b7e71f21dadf10618e30ee0386b12',1,'GpgFrontend::Thread::Task']]],
@@ -74,7 +73,7 @@ var searchData=
['signerspicker_565',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]],
['signfile_566',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]],
['signkey_567',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]],
- ['singletonfunctionobject_568',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend::SingletonFunctionObject< T >'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete']]],
+ ['singletonfunctionobject_568',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend::SingletonFunctionObject< T >'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete']]],
['singletonfunctionobject_3c_20dataobjectoperator_20_3e_569',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
['singletonfunctionobject_3c_20globalsettingstation_20_3e_570',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
['singletonfunctionobject_3c_20gpgadvancedoperator_20_3e_571',['SingletonFunctionObject< GpgAdvancedOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
@@ -95,7 +94,7 @@ var searchData=
['slot_5fadd_5fpgp_5fheader_586',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]],
['slot_5fadd_5fuid_5fresult_587',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]],
['slot_5fappend_5fselected_5fkeys_588',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fauthentication_5fbox_5fchanged_589',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()']]],
+ ['slot_5fauthentication_5fbox_5fchanged_589',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed(int state)']]],
['slot_5fcertification_5fbox_5fchanged_590',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()']]],
['slot_5fclean_5fdouble_5fline_5fbreaks_591',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]],
['slot_5fcompress_5ffiles_592',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]],
@@ -132,7 +131,7 @@ var searchData=
['slot_5fprocess_5fnetwork_5freply_623',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
['slot_5fremove_5ftab_624',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]],
['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_625',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]],
- ['slot_5fset_5frestart_5fneeded_626',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952',1,'GpgFrontend::UI::SettingsDialog']]],
+ ['slot_5fset_5frestart_5fneeded_626',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83',1,'GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952',1,'GpgFrontend::UI::SettingsDialog::slot_set_restart_needed()']]],
['slot_5fshow_5fkey_5fdetails_627',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]],
['slot_5fshow_5fversion_5fstatus_628',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]],
['slot_5fsign_629',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]],
@@ -157,7 +156,7 @@ var searchData=
['slotfilesign_648',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]],
['slotfileverify_649',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]],
['slotfilltexteditwithtext_650',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]],
- ['slotimport_651',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)']]],
+ ['slotimport_651',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)']]],
['slotimportkeyfromclipboard_652',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]],
['slotimportkeyfromfile_653',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]],
['slotimportkeyfromkeyserver_654',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)']]],
@@ -166,7 +165,7 @@ var searchData=
['slotnewhelptab_657',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]],
['slotnewtab_658',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]],
['slotopen_659',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]],
- ['slotopenfile_660',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()']]],
+ ['slotopenfile_660',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]],
['slotpaste_661',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]],
['slotprint_662',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]],
['slotquote_663',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]],
diff --git a/docs/html/search/all_7.js b/docs/html/search/all_7.js
index 0b2905b8..c83483e4 100644
--- a/docs/html/search/all_7.js
+++ b/docs/html/search/all_7.js
@@ -17,14 +17,14 @@ var searchData=
['get_5fheap_5fptr_190',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]],
['get_5fkey_5fin_5fcache_191',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]],
['get_5fonly_5ffile_5fname_5fwith_5fpath_192',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]],
- ['get_5frestart_5fneeded_193',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0d66e360dfbcf79403351459721c3981',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()']]],
+ ['get_5frestart_5fneeded_193',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0d66e360dfbcf79403351459721c3981',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()']]],
['get_5fselected_5fsubkey_194',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
['get_5fsign_5fselected_195',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]],
['get_5fstatus_5fstring_196',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
['get_5fuid_5fchecked_197',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]],
['get_5fuid_5fselected_198',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]],
['getalgo_199',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]],
- ['getallchannelid_200',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]],
+ ['getallchannelid_200',['GetAllChannelId',['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()']]],
['getallprivatekeys_201',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]],
['getappdir_202',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]],
['getbrowser_203',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]],
@@ -32,22 +32,22 @@ var searchData=
['getchannel_205',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]],
['getchecked_206',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33',1,'GpgFrontend::UI::KeyList::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)']]],
['getcheckedsigners_207',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]],
- ['getcomment_208',['GetComment',['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()']]],
+ ['getcomment_208',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment() const']]],
['getcreatetime_209',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a3fd5bfe6e9fd5f016b854fc92f19146e',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#adc8ad65688a6dab0993cf655f5361df8',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a5e897d439606a35103a0b260be28c6a4',1,'GpgFrontend::GpgSubKey::GetCreateTime()']]],
['getdefaultchannel_210',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]],
['getdescription_211',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getemail_212',['GetEmail',['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()'],['../classGpgFrontend_1_1GenKeyInfo.html#a76721be08c18907762ba6f6ccc4afc8a',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#a55a6485f6c2cc5bec0fdf02cd7e0d8ea',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#abdff0ce4d5e8b7be0aa2e46e0003b22f',1,'GpgFrontend::GpgKeySignature::GetEmail()']]],
+ ['getemail_212',['GetEmail',['../classGpgFrontend_1_1GpgKey.html#a55a6485f6c2cc5bec0fdf02cd7e0d8ea',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GenKeyInfo.html#a76721be08c18907762ba6f6ccc4afc8a',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#abdff0ce4d5e8b7be0aa2e46e0003b22f',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()']]],
['getencrcount_213',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]],
['getencrlast_214',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]],
['getexpiretime_215',['GetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#ac629312630a78e32ee36ba0ff30bc9ff',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a7b1e0398bedaecbfa2757243e5f4f0ab',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a59ab21f52b88355ca36ff5ebd77093a6',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#a0796249b259af85c30873f5c41a01101',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a6696d67af322fa2125d99b50cae50417',1,'GpgFrontend::GpgSubKey::GetExpireTime()']]],
['getfilepath_216',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['getfingerprint_217',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a09b00ac6a3b934b816f9522f78e77d59',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]],
+ ['getfingerprint_217',['GetFingerprint',['../classGpgFrontend_1_1GpgSubKey.html#a09b00ac6a3b934b816f9522f78e77d59',1,'GpgFrontend::GpgSubKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b',1,'GpgFrontend::GpgKey::GetFingerprint()']]],
['getfullid_218',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task.html#a3df2340426251e9145e5fe4419937e2a',1,'GpgFrontend::Thread::Task']]],
['gethashalgo_219',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]],
['getid_220',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey']]],
['getid_221',['GetID',['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey']]],
['getinfo_222',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#a4a8f6ff37e45979159ab375b2c7d48c3',1,'GpgFrontend::GpgContext']]],
- ['getinstance_223',['GetInstance',['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a0c5893909726b919ea733de9906cfb36',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#ac56d19e0d4b99e7b8a86a017721f3db1',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e',1,'GpgFrontend::UI::GpgFrontendApplication::GetInstance()'],['../classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419',1,'GpgFrontend::UI::SignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49',1,'GpgFrontend::UI::CommonUtils::GetInstance()']]],
+ ['getinstance_223',['GetInstance',['../classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419',1,'GpgFrontend::UI::SignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#ac56d19e0d4b99e7b8a86a017721f3db1',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e',1,'GpgFrontend::UI::GpgFrontendApplication::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a0c5893909726b919ea733de9906cfb36',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49',1,'GpgFrontend::UI::CommonUtils::GetInstance()']]],
['getinvalid_224',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]],
['getkey_225',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]],
['getkeyid_226',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]],
@@ -59,7 +59,7 @@ var searchData=
['getlatestversion_232',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]],
['getlocaledir_233',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]],
['getlogdir_234',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]],
- ['getname_235',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#abb3e1366dca0288bdc42123e55d77335',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#acd5e46397ebea3224761a6af15eea4fb',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#acca1fff5f12a216b05f2a6186b1e436b',1,'GpgFrontend::GpgUID::GetName()']]],
+ ['getname_235',['GetName',['../classGpgFrontend_1_1GpgKeySignature.html#acd5e46397ebea3224761a6af15eea4fb',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#acca1fff5f12a216b05f2a6186b1e436b',1,'GpgFrontend::GpgUID::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GenKeyInfo.html#abb3e1366dca0288bdc42123e55d77335',1,'GpgFrontend::GenKeyInfo::GetName()']]],
['getobjectsize_236',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]],
['getownertrust_237',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]],
['getpassphrase_238',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]],
@@ -107,44 +107,45 @@ var searchData=
['global_5fsetting_5fstation_5f_280',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]],
['globalsettingstation_281',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation::GlobalSettingStation()'],['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend::GlobalSettingStation']]],
['gnupg_5fact_5f_282',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]],
- ['gnupghomepath_283',['GnuPGHomePath',['../classGpgFrontend_1_1GpgInfo.html#a0c1dbdb54f880a620419fdbd8336dc5d',1,'GpgFrontend::GpgInfo']]],
- ['gnupgtab_284',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab::GnupgTab()'],['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI::GnupgTab']]],
- ['gnupgversion_285',['GnupgVersion',['../classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9',1,'GpgFrontend::GpgInfo']]],
- ['good_286',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]],
- ['gpg_5fmenu_5f_287',['gpg_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb',1,'GpgFrontend::UI::MainWindow']]],
- ['gpgadvancedoperator_288',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a9233156767f1d45272b95decd18241e3',1,'GpgFrontend::GpgAdvancedOperator::GpgAdvancedOperator()'],['../classGpgFrontend_1_1GpgAdvancedOperator.html',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['gpgagentpath_289',['GpgAgentPath',['../classGpgFrontend_1_1GpgInfo.html#af6ca2e99ffc487b8e4aa251d3cb23191',1,'GpgFrontend::GpgInfo']]],
- ['gpgbasicoperator_290',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator::GpgBasicOperator()'],['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend::GpgBasicOperator']]],
- ['gpgcommandexecutor_291',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor::GpgCommandExecutor()'],['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend::GpgCommandExecutor']]],
- ['gpgconfpath_292',['GpgConfPath',['../classGpgFrontend_1_1GpgInfo.html#a2fcd53b59bc251c38eb8d79cec946777',1,'GpgFrontend::GpgInfo']]],
- ['gpgconstants_293',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]],
- ['gpgcontext_294',['GpgContext',['../classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147',1,'GpgFrontend::GpgContext::GpgContext(const GpgContextInitArgs &args={})'],['../classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b',1,'GpgFrontend::GpgContext::GpgContext(int channel)'],['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend::GpgContext']]],
- ['gpgcontextinitargs_295',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]],
- ['gpgdata_296',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a5e607c3bb69f998aaac761f400dd6440',1,'GpgFrontend::GpgData::GpgData(void *buffer, size_t size, bool copy=true)'],['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend::GpgData']]],
- ['gpgdecryptresultanalyse_297',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse::GpgDecryptResultAnalyse()'],['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
- ['gpgencryptresultanalyse_298',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse::GpgEncryptResultAnalyse()'],['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend::GpgEncryptResultAnalyse']]],
- ['gpgfileopera_299',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera::GpgFileOpera()'],['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend::GpgFileOpera']]],
- ['gpgfrontend_300',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]],
- ['gpgfrontend_20develop_20document_20main_20page_301',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]],
- ['gpgfrontendapplication_302',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI::GpgFrontendApplication'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication::GpgFrontendApplication()']]],
- ['gpgimportedkey_303',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]],
- ['gpgimportinformation_304',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend::GpgImportInformation'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()']]],
- ['gpginfo_305',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]],
- ['gpgkey_306',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend::GpgKey'],['../classGpgFrontend_1_1GpgKey.html#aeb316f8728b10e966eed6f0291794eed',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804',1,'GpgFrontend::GpgKey::GpgKey(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9',1,'GpgFrontend::GpgKey::GpgKey(gpgme_key_t &&key)'],['../classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1',1,'GpgFrontend::GpgKey::GpgKey()=default']]],
- ['gpgkeygetter_307',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend::GpgKeyGetter'],['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter::GpgKeyGetter()']]],
- ['gpgkeyimportexporter_308',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend::GpgKeyImportExporter'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter::GpgKeyImportExporter()']]],
- ['gpgkeymanager_309',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend::GpgKeyManager'],['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager::GpgKeyManager()']]],
- ['gpgkeyopera_310',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend::GpgKeyOpera'],['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera::GpgKeyOpera()']]],
- ['gpgkeysignature_311',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend::GpgKeySignature'],['../classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b',1,'GpgFrontend::GpgKeySignature::GpgKeySignature()'],['../classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)'],['../classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(const GpgKeySignature &)=delete']]],
- ['gpgresultanalyse_312',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend::GpgResultAnalyse'],['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse::GpgResultAnalyse()']]],
- ['gpgsignature_313',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend::GpgSignature'],['../classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7',1,'GpgFrontend::GpgSignature::GpgSignature(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a',1,'GpgFrontend::GpgSignature::GpgSignature(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8',1,'GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig)'],['../classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe',1,'GpgFrontend::GpgSignature::GpgSignature()']]],
- ['gpgsignresultanalyse_314',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend::GpgSignResultAnalyse'],['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse::GpgSignResultAnalyse()']]],
- ['gpgsubkey_315',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend::GpgSubKey'],['../classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e',1,'GpgFrontend::GpgSubKey::GpgSubKey()'],['../classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe',1,'GpgFrontend::GpgSubKey::GpgSubKey(gpgme_subkey_t subkey)'],['../classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5',1,'GpgFrontend::GpgSubKey::GpgSubKey(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab',1,'GpgFrontend::GpgSubKey::GpgSubKey(const GpgSubKey &)=delete']]],
- ['gpgtofuinfo_316',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend::GpgTOFUInfo'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(gpgme_tofu_info_t tofu_info)'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo()']]],
- ['gpguid_317',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend::GpgUID'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()'],['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete']]],
- ['gpguidoperator_318',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend::GpgUIDOperator'],['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator::GpgUIDOperator()']]],
- ['gpgverifyresultanalyse_319',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend::GpgVerifyResultAnalyse'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse::GpgVerifyResultAnalyse()']]],
- ['rawapi_320',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]],
- ['thread_321',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]],
- ['ui_322',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]]
+ ['gnupgcontrollerdialog_283',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835',1,'GpgFrontend::UI::GnuPGControllerDialog::GnuPGControllerDialog()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html',1,'GpgFrontend::UI::GnuPGControllerDialog']]],
+ ['gnupghomepath_284',['GnuPGHomePath',['../classGpgFrontend_1_1GpgInfo.html#a0c1dbdb54f880a620419fdbd8336dc5d',1,'GpgFrontend::GpgInfo']]],
+ ['gnupgtab_285',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab::GnupgTab()'],['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI::GnupgTab']]],
+ ['gnupgversion_286',['GnupgVersion',['../classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9',1,'GpgFrontend::GpgInfo']]],
+ ['good_287',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]],
+ ['gpg_5fmenu_5f_288',['gpg_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb',1,'GpgFrontend::UI::MainWindow']]],
+ ['gpgadvancedoperator_289',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a9233156767f1d45272b95decd18241e3',1,'GpgFrontend::GpgAdvancedOperator::GpgAdvancedOperator()'],['../classGpgFrontend_1_1GpgAdvancedOperator.html',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['gpgagentpath_290',['GpgAgentPath',['../classGpgFrontend_1_1GpgInfo.html#af6ca2e99ffc487b8e4aa251d3cb23191',1,'GpgFrontend::GpgInfo']]],
+ ['gpgbasicoperator_291',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator::GpgBasicOperator()'],['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend::GpgBasicOperator']]],
+ ['gpgcommandexecutor_292',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor::GpgCommandExecutor()'],['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend::GpgCommandExecutor']]],
+ ['gpgconfpath_293',['GpgConfPath',['../classGpgFrontend_1_1GpgInfo.html#a2fcd53b59bc251c38eb8d79cec946777',1,'GpgFrontend::GpgInfo']]],
+ ['gpgconstants_294',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]],
+ ['gpgcontext_295',['GpgContext',['../classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147',1,'GpgFrontend::GpgContext::GpgContext(const GpgContextInitArgs &args={})'],['../classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b',1,'GpgFrontend::GpgContext::GpgContext(int channel)'],['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend::GpgContext']]],
+ ['gpgcontextinitargs_296',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]],
+ ['gpgdata_297',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a5e607c3bb69f998aaac761f400dd6440',1,'GpgFrontend::GpgData::GpgData(void *buffer, size_t size, bool copy=true)'],['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend::GpgData']]],
+ ['gpgdecryptresultanalyse_298',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse::GpgDecryptResultAnalyse()'],['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
+ ['gpgencryptresultanalyse_299',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse::GpgEncryptResultAnalyse()'],['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend::GpgEncryptResultAnalyse']]],
+ ['gpgfileopera_300',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera::GpgFileOpera()'],['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend::GpgFileOpera']]],
+ ['gpgfrontend_301',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]],
+ ['gpgfrontend_20develop_20document_20main_20page_302',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]],
+ ['gpgfrontendapplication_303',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI::GpgFrontendApplication'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication::GpgFrontendApplication()']]],
+ ['gpgimportedkey_304',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]],
+ ['gpgimportinformation_305',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend::GpgImportInformation'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()']]],
+ ['gpginfo_306',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]],
+ ['gpgkey_307',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend::GpgKey'],['../classGpgFrontend_1_1GpgKey.html#aeb316f8728b10e966eed6f0291794eed',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804',1,'GpgFrontend::GpgKey::GpgKey(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9',1,'GpgFrontend::GpgKey::GpgKey(gpgme_key_t &&key)'],['../classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1',1,'GpgFrontend::GpgKey::GpgKey()=default']]],
+ ['gpgkeygetter_308',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend::GpgKeyGetter'],['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter::GpgKeyGetter()']]],
+ ['gpgkeyimportexporter_309',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend::GpgKeyImportExporter'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter::GpgKeyImportExporter()']]],
+ ['gpgkeymanager_310',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend::GpgKeyManager'],['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager::GpgKeyManager()']]],
+ ['gpgkeyopera_311',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend::GpgKeyOpera'],['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera::GpgKeyOpera()']]],
+ ['gpgkeysignature_312',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend::GpgKeySignature'],['../classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b',1,'GpgFrontend::GpgKeySignature::GpgKeySignature()'],['../classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)'],['../classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(const GpgKeySignature &)=delete']]],
+ ['gpgresultanalyse_313',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend::GpgResultAnalyse'],['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse::GpgResultAnalyse()']]],
+ ['gpgsignature_314',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend::GpgSignature'],['../classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7',1,'GpgFrontend::GpgSignature::GpgSignature(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a',1,'GpgFrontend::GpgSignature::GpgSignature(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8',1,'GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig)'],['../classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe',1,'GpgFrontend::GpgSignature::GpgSignature()']]],
+ ['gpgsignresultanalyse_315',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend::GpgSignResultAnalyse'],['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse::GpgSignResultAnalyse()']]],
+ ['gpgsubkey_316',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend::GpgSubKey'],['../classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e',1,'GpgFrontend::GpgSubKey::GpgSubKey()'],['../classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe',1,'GpgFrontend::GpgSubKey::GpgSubKey(gpgme_subkey_t subkey)'],['../classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5',1,'GpgFrontend::GpgSubKey::GpgSubKey(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab',1,'GpgFrontend::GpgSubKey::GpgSubKey(const GpgSubKey &)=delete']]],
+ ['gpgtofuinfo_317',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend::GpgTOFUInfo'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(gpgme_tofu_info_t tofu_info)'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo()']]],
+ ['gpguid_318',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend::GpgUID'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()'],['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete']]],
+ ['gpguidoperator_319',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend::GpgUIDOperator'],['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator::GpgUIDOperator()']]],
+ ['gpgverifyresultanalyse_320',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend::GpgVerifyResultAnalyse'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse::GpgVerifyResultAnalyse()']]],
+ ['rawapi_321',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]],
+ ['thread_322',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]],
+ ['ui_323',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]]
];
diff --git a/docs/html/search/all_8.js b/docs/html/search/all_8.js
index d4ae852d..1586b8e8 100644
--- a/docs/html/search/all_8.js
+++ b/docs/html/search/all_8.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['hash_5fkey_5f_323',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]],
- ['help_5fmenu_5f_324',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]],
- ['helppage_325',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI::HelpPage'],['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage::HelpPage()']]]
+ ['hash_5fkey_5f_324',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]],
+ ['help_5fmenu_5f_325',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]],
+ ['helppage_326',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI::HelpPage'],['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage::HelpPage()']]]
];
diff --git a/docs/html/search/all_9.js b/docs/html/search/all_9.js
index d1569413..bdb809fd 100644
--- a/docs/html/search/all_9.js
+++ b/docs/html/search/all_9.js
@@ -1,55 +1,55 @@
var searchData=
[
- ['import_5fbutton_5f_326',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]],
- ['import_5fkey_5ffrom_5fedit_5fact_5f_327',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]],
- ['import_5fkey_5ffrom_5fkeyserver_328',['import_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770',1,'GpgFrontend::UI']]],
- ['import_5fkey_5fmenu_5f_329',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]],
- ['import_5fkeys_330',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()']]],
- ['import_5funknown_5fkey_5ffrom_5fkeyserver_331',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]],
- ['importkey_332',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['importkeypackage_333',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]],
- ['infoboardstatus_334',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]],
- ['infoboardwidget_335',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]],
- ['infotab_336',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]],
- ['infovalid_337',['InfoValid',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aec79eefdc19c90e046cb48bca347ff1c',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['init_338',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]],
- ['init_5fapp_5fsecure_5fkey_339',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]],
- ['init_5flocale_340',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]],
- ['initcoreloggingsystem_341',['InitCoreLoggingSystem',['../namespaceGpgFrontend.html#ab4a865228be071282d2a08e66ef6cb68',1,'GpgFrontend']]],
- ['initgpgfrontendui_342',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]],
- ['instances_5fmap_5f_343',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]],
- ['instances_5fmutex_5f_344',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]],
- ['intropage_345',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI::IntroPage'],['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage::IntroPage()']]],
- ['isallowauthentication_346',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowcertification_347',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangeauthentication_348',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangecertification_349',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangeencryption_350',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangesigning_351',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowencryption_352',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]],
- ['isallownopassphrase_353',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowsigning_354',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]],
- ['iscardkey_355',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]],
- ['isdisabled_356',['IsDisabled',['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()'],['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()']]],
- ['isdiscarded_357',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]],
- ['isexpired_358',['IsExpired',['../classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327',1,'GpgFrontend::GpgKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#aec39e4f67f17358f26bbbeb4cf62b7f4',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgSubKey.html#ac686352b5ede5aa4dd74b3488c53891e',1,'GpgFrontend::GpgSubKey::IsExpired()']]],
- ['isexportable_359',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]],
- ['isgood_360',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]],
- ['ishasactualauthenticationcapability_361',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]],
- ['ishasactualcertificationcapability_362',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]],
- ['ishasactualencryptioncapability_363',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]],
- ['ishasactualsigningcapability_364',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]],
- ['ishasauthenticationcapability_365',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]],
- ['ishascardkey_366',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]],
- ['ishascertificationcapability_367',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()']]],
- ['ishasencryptioncapability_368',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability() const']]],
- ['ishasmasterkey_369',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]],
- ['ishassigningcapability_370',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()']]],
- ['isinvalid_371',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]],
- ['isnonexpired_372',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]],
- ['isnopassphrase_373',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]],
- ['isprivatekey_374',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]],
- ['isrevoked_375',['IsRevoked',['../classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87',1,'GpgFrontend::GpgKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9aa824b0a9e03dfbcc7849a7b526ef67',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgSubKey.html#a9cc81c515b6a197757b48dd334cc3344',1,'GpgFrontend::GpgSubKey::IsRevoked() const']]],
- ['issecretkey_376',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]],
- ['issubkey_377',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]]
+ ['import_5fbutton_5f_327',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]],
+ ['import_5fkey_5ffrom_5fedit_5fact_5f_328',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]],
+ ['import_5fkey_5ffrom_5fkeyserver_329',['import_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770',1,'GpgFrontend::UI']]],
+ ['import_5fkey_5fmenu_5f_330',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]],
+ ['import_5fkeys_331',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()']]],
+ ['import_5funknown_5fkey_5ffrom_5fkeyserver_332',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]],
+ ['importkey_333',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['importkeypackage_334',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]],
+ ['infoboardstatus_335',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]],
+ ['infoboardwidget_336',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]],
+ ['infotab_337',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]],
+ ['infovalid_338',['InfoValid',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aec79eefdc19c90e046cb48bca347ff1c',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['init_339',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]],
+ ['init_5fapp_5fsecure_5fkey_340',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]],
+ ['init_5flocale_341',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]],
+ ['initcoreloggingsystem_342',['InitCoreLoggingSystem',['../namespaceGpgFrontend.html#ab4a865228be071282d2a08e66ef6cb68',1,'GpgFrontend']]],
+ ['initgpgfrontendui_343',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]],
+ ['instances_5fmap_5f_344',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]],
+ ['instances_5fmutex_5f_345',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]],
+ ['intropage_346',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI::IntroPage'],['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage::IntroPage()']]],
+ ['isallowauthentication_347',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowcertification_348',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangeauthentication_349',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangecertification_350',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangeencryption_351',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangesigning_352',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowencryption_353',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallownopassphrase_354',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowsigning_355',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]],
+ ['iscardkey_356',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]],
+ ['isdisabled_357',['IsDisabled',['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()'],['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()']]],
+ ['isdiscarded_358',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]],
+ ['isexpired_359',['IsExpired',['../classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327',1,'GpgFrontend::GpgKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#aec39e4f67f17358f26bbbeb4cf62b7f4',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgSubKey.html#ac686352b5ede5aa4dd74b3488c53891e',1,'GpgFrontend::GpgSubKey::IsExpired()']]],
+ ['isexportable_360',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]],
+ ['isgood_361',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualauthenticationcapability_362',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualcertificationcapability_363',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualencryptioncapability_364',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualsigningcapability_365',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]],
+ ['ishasauthenticationcapability_366',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]],
+ ['ishascardkey_367',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]],
+ ['ishascertificationcapability_368',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()']]],
+ ['ishasencryptioncapability_369',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability() const']]],
+ ['ishasmasterkey_370',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]],
+ ['ishassigningcapability_371',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()']]],
+ ['isinvalid_372',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]],
+ ['isnonexpired_373',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]],
+ ['isnopassphrase_374',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]],
+ ['isprivatekey_375',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]],
+ ['isrevoked_376',['IsRevoked',['../classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87',1,'GpgFrontend::GpgKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9aa824b0a9e03dfbcc7849a7b526ef67',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgSubKey.html#a9cc81c515b6a197757b48dd334cc3344',1,'GpgFrontend::GpgSubKey::IsRevoked() const']]],
+ ['issecretkey_377',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]],
+ ['issubkey_378',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]]
];
diff --git a/docs/html/search/all_a.js b/docs/html/search/all_a.js
index d0d8370f..a75bce66 100644
--- a/docs/html/search/all_a.js
+++ b/docs/html/search/all_a.js
@@ -1,41 +1,41 @@
var searchData=
[
- ['key_5fbox_5f_378',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['key_5fid_5fvar_5flabel_379',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['key_5fid_5fvar_5flabel_5f_380',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['key_5flist_5fdock_5f_381',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5fmenu_5f_382',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5fsize_5fspin_5fbox_5f_383',['key_size_spin_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844',1,'GpgFrontend::UI::KeyGenDialog::key_size_spin_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_()']]],
- ['key_5fsize_5fvar_5flabel_5f_384',['key_size_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_size_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b',1,'GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_()']]],
- ['key_5ftool_5fbar_5f_385',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5ftype_5fcombo_5fbox_5f_386',['key_type_combo_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841',1,'GpgFrontend::UI::KeyGenDialog::key_type_combo_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_()']]],
- ['key_5fusage_5fcheck_5fboxes_5f_387',['key_usage_check_boxes_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc',1,'GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_()']]],
- ['key_5fusage_5fgroup_5fbox_5f_388',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['keyboxdpath_389',['KeyboxdPath',['../classGpgFrontend_1_1GpgInfo.html#a072503811cb59dad27040e4e8914d18b',1,'GpgFrontend::GpgInfo']]],
- ['keydetailsdialog_390',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]],
- ['keygendialog_391',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI::KeyGenDialog'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog::KeyGenDialog()']]],
- ['keygenpage_392',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI::KeyGenPage'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage::KeyGenPage()']]],
- ['keyimportdetaildialog_393',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI::KeyImportDetailDialog'],['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog()']]],
- ['keylist_394',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI::KeyList'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList::KeyList()']]],
- ['keylistcolumn_395',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]],
- ['keylistrow_396',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]],
- ['keymenuability_397',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]],
- ['keymgmt_398',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI::KeyMgmt'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt::KeyMgmt()']]],
- ['keynewuiddialog_399',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI::KeyNewUIDDialog'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog()']]],
- ['keypackageoperator_400',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]],
- ['keypairdetailtab_401',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI::KeyPairDetailTab'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab()']]],
- ['keypairoperatab_402',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI::KeyPairOperaTab'],['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()']]],
- ['keypairsubkeytab_403',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI::KeyPairSubkeyTab'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab::KeyPairSubkeyTab()']]],
- ['keypairuidtab_404',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI::KeyPairUIDTab'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab::KeyPairUIDTab()']]],
- ['keypressevent_405',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()']]],
- ['keys_5fcache_5f_406',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]],
- ['keys_5fcache_5fmutex_5f_407',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]],
- ['keyserverimportdialog_408',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI::KeyServerImportDialog'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(bool automatic, QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(QWidget *parent)']]],
- ['keyserverimporttask_409',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI::KeyServerImportTask'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857',1,'GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask()']]],
- ['keyserversearchtask_410',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI::KeyServerSearchTask'],['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa',1,'GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask()']]],
- ['keyservertab_411',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI::KeyserverTab'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab::KeyserverTab()']]],
- ['keysetexpiredatedialog_412',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI::KeySetExpireDateDialog'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)']]],
- ['keytable_413',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI::KeyTable'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable::KeyTable()']]],
- ['keyuidsigndialog_414',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI::KeyUIDSignDialog'],['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog()']]],
- ['keyuploaddialog_415',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI::KeyUploadDialog'],['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog()']]]
+ ['key_5fbox_5f_379',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['key_5fid_5fvar_5flabel_380',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['key_5fid_5fvar_5flabel_5f_381',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['key_5flist_5fdock_5f_382',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5fmenu_5f_383',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5fsize_5fspin_5fbox_5f_384',['key_size_spin_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844',1,'GpgFrontend::UI::KeyGenDialog::key_size_spin_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_()']]],
+ ['key_5fsize_5fvar_5flabel_5f_385',['key_size_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_size_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b',1,'GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_()']]],
+ ['key_5ftool_5fbar_5f_386',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5ftype_5fcombo_5fbox_5f_387',['key_type_combo_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841',1,'GpgFrontend::UI::KeyGenDialog::key_type_combo_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_()']]],
+ ['key_5fusage_5fcheck_5fboxes_5f_388',['key_usage_check_boxes_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc',1,'GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_()']]],
+ ['key_5fusage_5fgroup_5fbox_5f_389',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['keyboxdpath_390',['KeyboxdPath',['../classGpgFrontend_1_1GpgInfo.html#a072503811cb59dad27040e4e8914d18b',1,'GpgFrontend::GpgInfo']]],
+ ['keydetailsdialog_391',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]],
+ ['keygendialog_392',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI::KeyGenDialog'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog::KeyGenDialog()']]],
+ ['keygenpage_393',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI::KeyGenPage'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage::KeyGenPage()']]],
+ ['keyimportdetaildialog_394',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI::KeyImportDetailDialog'],['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog()']]],
+ ['keylist_395',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI::KeyList'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList::KeyList()']]],
+ ['keylistcolumn_396',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]],
+ ['keylistrow_397',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]],
+ ['keymenuability_398',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]],
+ ['keymgmt_399',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI::KeyMgmt'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt::KeyMgmt()']]],
+ ['keynewuiddialog_400',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI::KeyNewUIDDialog'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog()']]],
+ ['keypackageoperator_401',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]],
+ ['keypairdetailtab_402',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI::KeyPairDetailTab'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab()']]],
+ ['keypairoperatab_403',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI::KeyPairOperaTab'],['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()']]],
+ ['keypairsubkeytab_404',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI::KeyPairSubkeyTab'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab::KeyPairSubkeyTab()']]],
+ ['keypairuidtab_405',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI::KeyPairUIDTab'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab::KeyPairUIDTab()']]],
+ ['keypressevent_406',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()']]],
+ ['keys_5fcache_5f_407',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]],
+ ['keys_5fcache_5fmutex_5f_408',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]],
+ ['keyserverimportdialog_409',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI::KeyServerImportDialog'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(bool automatic, QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(QWidget *parent)']]],
+ ['keyserverimporttask_410',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI::KeyServerImportTask'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857',1,'GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask()']]],
+ ['keyserversearchtask_411',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI::KeyServerSearchTask'],['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa',1,'GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask()']]],
+ ['keyservertab_412',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI::KeyserverTab'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab::KeyserverTab()']]],
+ ['keysetexpiredatedialog_413',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI::KeySetExpireDateDialog'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)']]],
+ ['keytable_414',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI::KeyTable'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable::KeyTable()']]],
+ ['keyuidsigndialog_415',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI::KeyUIDSignDialog'],['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog()']]],
+ ['keyuploaddialog_416',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI::KeyUploadDialog'],['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog()']]]
];
diff --git a/docs/html/search/all_b.js b/docs/html/search/all_b.js
index 41d09344..1550bc5a 100644
--- a/docs/html/search/all_b.js
+++ b/docs/html/search/all_b.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['latest_5freply_5f_416',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]],
- ['listedkeyservertesttask_417',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI::ListedKeyServerTestTask'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77',1,'GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask()']]],
- ['listlanguages_418',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]],
- ['loadfile_419',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]],
- ['localized_5fhelp_420',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]]
+ ['latest_5freply_5f_417',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]],
+ ['listedkeyservertesttask_418',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI::ListedKeyServerTestTask'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77',1,'GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask()']]],
+ ['listlanguages_419',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]],
+ ['loadfile_420',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]],
+ ['localized_5fhelp_421',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]]
];
diff --git a/docs/html/search/all_c.js b/docs/html/search/all_c.js
index 6fae3d7d..e920f54d 100644
--- a/docs/html/search/all_c.js
+++ b/docs/html/search/all_c.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['m_5ftext_5fpage_5f_421',['m_text_page_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()']]],
- ['mainwindow_422',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]],
- ['markkeys_423',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]],
- ['maybe_5fsave_5fcurrent_5ftab_424',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]],
- ['maybesaveanytab_425',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]],
- ['modifypassword_426',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]],
- ['modifytofupolicy_427',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]],
- ['mt_5f_428',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]]
+ ['m_5ftext_5fpage_5f_422',['m_text_page_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()']]],
+ ['mainwindow_423',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]],
+ ['markkeys_424',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]],
+ ['maybe_5fsave_5fcurrent_5ftab_425',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]],
+ ['maybesaveanytab_426',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]],
+ ['modifypassword_427',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]],
+ ['modifytofupolicy_428',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]],
+ ['mt_5f_429',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]]
];
diff --git a/docs/html/search/all_d.js b/docs/html/search/all_d.js
index b28bd4bc..3e585bbf 100644
--- a/docs/html/search/all_d.js
+++ b/docs/html/search/all_d.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['name_5fedit_5f_429',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['name_5fvar_5flabel_5f_430',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['need_5fuser_5finput_5fpassphrase_431',['need_user_input_passphrase',['../classGpgFrontend_1_1GpgContext.html#ac7c9b2212a77e7cede94d68243541b1b',1,'GpgFrontend::GpgContext']]],
- ['needupgrade_432',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['networktab_433',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI::NetworkTab'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab::NetworkTab()']]],
- ['new_5fdefault_5fsettings_5fchannel_434',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]],
- ['new_5ftab_5fact_5f_435',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]],
- ['nextid_436',['nextId',['../classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4',1,'GpgFrontend::UI::IntroPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0',1,'GpgFrontend::UI::ChoosePage::nextId()'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead',1,'GpgFrontend::UI::KeyGenPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7',1,'GpgFrontend::UI::ConclusionPage::nextId()']]],
- ['no_5fpass_5fphrase_5fcheck_5fbox_5f_437',['no_pass_phrase_check_box_',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4',1,'GpgFrontend::UI::SubkeyGenerateDialog']]],
- ['notify_438',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]],
- ['notifyfilesaved_439',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]]
+ ['name_5fedit_5f_430',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['name_5fvar_5flabel_5f_431',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['need_5fuser_5finput_5fpassphrase_432',['need_user_input_passphrase',['../classGpgFrontend_1_1GpgContext.html#ac7c9b2212a77e7cede94d68243541b1b',1,'GpgFrontend::GpgContext']]],
+ ['needupgrade_433',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['networktab_434',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI::NetworkTab'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab::NetworkTab()']]],
+ ['new_5fdefault_5fsettings_5fchannel_435',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]],
+ ['new_5ftab_5fact_5f_436',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]],
+ ['nextid_437',['nextId',['../classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4',1,'GpgFrontend::UI::IntroPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0',1,'GpgFrontend::UI::ChoosePage::nextId()'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead',1,'GpgFrontend::UI::KeyGenPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7',1,'GpgFrontend::UI::ConclusionPage::nextId()']]],
+ ['no_5fpass_5fphrase_5fcheck_5fbox_5f_438',['no_pass_phrase_check_box_',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4',1,'GpgFrontend::UI::SubkeyGenerateDialog']]],
+ ['notify_439',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]],
+ ['notifyfilesaved_440',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]]
];
diff --git a/docs/html/search/all_e.js b/docs/html/search/all_e.js
index 0a2c4cdb..e727deaf 100644
--- a/docs/html/search/all_e.js
+++ b/docs/html/search/all_e.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['oncustomcontextmenu_440',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]],
- ['open_5fact_5f_441',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]],
- ['open_5fkey_5fmanagement_5fact_5f_442',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]],
- ['open_5fsettings_5fact_5f_443',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]],
- ['operator_20gpgme_5fctx_5ft_444',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]],
- ['operator_20gpgme_5fdata_5ft_445',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]],
- ['operator_20gpgme_5fkey_5ft_446',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]],
- ['operator_3c_3d_447',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]],
- ['operator_3d_448',['operator=',['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=()'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=()'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()']]],
- ['operator_3d_3d_449',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]],
- ['owner_5fbox_5f_450',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]]
+ ['oncustomcontextmenu_441',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]],
+ ['open_5fact_5f_442',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]],
+ ['open_5fkey_5fmanagement_5fact_5f_443',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]],
+ ['open_5fsettings_5fact_5f_444',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]],
+ ['operator_20gpgme_5fctx_5ft_445',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]],
+ ['operator_20gpgme_5fdata_5ft_446',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]],
+ ['operator_20gpgme_5fkey_5ft_447',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]],
+ ['operator_3c_3d_448',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]],
+ ['operator_3d_449',['operator=',['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=()'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=()'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()']]],
+ ['operator_3d_3d_450',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]],
+ ['owner_5fbox_5f_451',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]]
];
diff --git a/docs/html/search/all_f.js b/docs/html/search/all_f.js
index fd1c7bd4..65d42bd2 100644
--- a/docs/html/search/all_f.js
+++ b/docs/html/search/all_f.js
@@ -1,21 +1,21 @@
var searchData=
[
- ['passphrasegenerator_451',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend::PassphraseGenerator'],['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator::PassphraseGenerator()']]],
- ['paste_5fact_5f_452',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]],
- ['pending_5ftasks_5f_453',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]],
- ['pgp_5fcrypt_5fbegin_454',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]],
- ['plaintexteditorpage_455',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI::PlainTextEditorPage'],['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage()']]],
- ['popobject_456',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['post_5finit_5fctx_457',['post_init_ctx',['../classGpgFrontend_1_1GpgContext.html#aaf3f394ff1790897c315c3249b1f06fe',1,'GpgFrontend::GpgContext']]],
- ['postscheduletask_458',['PostScheduleTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac',1,'GpgFrontend::Thread::TaskRunner']]],
- ['posttask_459',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]],
- ['print_5fact_5f_460',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]],
- ['print_5frecipient_461',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
- ['print_5fsigner_462',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
- ['process_5fdirectory_5finto_5ftarball_463',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]],
- ['process_5foperation_464',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]],
- ['process_5fresult_5fanalyse_465',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]],
- ['process_5ftarball_5finto_5fdirectory_466',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]],
- ['proxyconnectiontesttask_467',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html',1,'GpgFrontend::UI::ProxyConnectionTestTask'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956',1,'GpgFrontend::UI::ProxyConnectionTestTask::ProxyConnectionTestTask()']]],
- ['proxyconnectiontestthread_468',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'']]]
+ ['passphrasegenerator_452',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend::PassphraseGenerator'],['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator::PassphraseGenerator()']]],
+ ['paste_5fact_5f_453',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]],
+ ['pending_5ftasks_5f_454',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['pgp_5fcrypt_5fbegin_455',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]],
+ ['plaintexteditorpage_456',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI::PlainTextEditorPage'],['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage()']]],
+ ['popobject_457',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['post_5finit_5fctx_458',['post_init_ctx',['../classGpgFrontend_1_1GpgContext.html#aaf3f394ff1790897c315c3249b1f06fe',1,'GpgFrontend::GpgContext']]],
+ ['postscheduletask_459',['PostScheduleTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['posttask_460',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['print_5fact_5f_461',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]],
+ ['print_5frecipient_462',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
+ ['print_5fsigner_463',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
+ ['process_5fdirectory_5finto_5ftarball_464',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]],
+ ['process_5foperation_465',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]],
+ ['process_5fresult_5fanalyse_466',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]],
+ ['process_5ftarball_5finto_5fdirectory_467',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]],
+ ['proxyconnectiontesttask_468',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html',1,'GpgFrontend::UI::ProxyConnectionTestTask'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956',1,'GpgFrontend::UI::ProxyConnectionTestTask::ProxyConnectionTestTask()']]],
+ ['proxyconnectiontestthread_469',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'']]]
];
diff --git a/docs/html/search/classes_10.js b/docs/html/search/classes_10.js
index 8b2b0980..09a8bad6 100644
--- a/docs/html/search/classes_10.js
+++ b/docs/html/search/classes_10.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['task_861',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]],
- ['taskrunner_862',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]],
- ['taskrunnergetter_863',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]],
- ['testlistedkeyserverthread_864',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]],
- ['textedit_865',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]],
- ['tofuinfopage_866',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]],
- ['translatorstab_867',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI']]]
+ ['task_862',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]],
+ ['taskrunner_863',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]],
+ ['taskrunnergetter_864',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]],
+ ['testlistedkeyserverthread_865',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]],
+ ['textedit_866',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]],
+ ['tofuinfopage_867',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]],
+ ['translatorstab_868',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_11.js b/docs/html/search/classes_11.js
index 47c56024..28949c3c 100644
--- a/docs/html/search/classes_11.js
+++ b/docs/html/search/classes_11.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['updatetab_868',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI']]]
+ ['updatetab_869',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_12.js b/docs/html/search/classes_12.js
index 94b09c2c..d64185e2 100644
--- a/docs/html/search/classes_12.js
+++ b/docs/html/search/classes_12.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['verifydetailsdialog_869',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]],
- ['verifykeydetailbox_870',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]],
- ['versionchecktask_871',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI']]]
+ ['verifydetailsdialog_870',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]],
+ ['verifykeydetailbox_871',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]],
+ ['versionchecktask_872',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_13.js b/docs/html/search/classes_13.js
index d9d75973..a2f36d8c 100644
--- a/docs/html/search/classes_13.js
+++ b/docs/html/search/classes_13.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['waitingdialog_872',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]],
- ['wizard_873',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI']]]
+ ['waitingdialog_873',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]],
+ ['wizard_874',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_6.js b/docs/html/search/classes_6.js
index 4a5e7c2e..ca8cc4fe 100644
--- a/docs/html/search/classes_6.js
+++ b/docs/html/search/classes_6.js
@@ -5,33 +5,34 @@ var searchData=
['generaltab_770',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]],
['genkeyinfo_771',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]],
['globalsettingstation_772',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]],
- ['gnupgtab_773',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI']]],
- ['gpgadvancedoperator_774',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html',1,'GpgFrontend']]],
- ['gpgbasicoperator_775',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]],
- ['gpgcommandexecutor_776',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]],
- ['gpgconstants_777',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]],
- ['gpgcontext_778',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]],
- ['gpgcontextinitargs_779',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]],
- ['gpgdata_780',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]],
- ['gpgdecryptresultanalyse_781',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]],
- ['gpgencryptresultanalyse_782',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]],
- ['gpgfileopera_783',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]],
- ['gpgfrontendapplication_784',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI']]],
- ['gpgimportedkey_785',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]],
- ['gpgimportinformation_786',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]],
- ['gpginfo_787',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]],
- ['gpgkey_788',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]],
- ['gpgkeygetter_789',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]],
- ['gpgkeyimportexporter_790',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]],
- ['gpgkeymanager_791',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]],
- ['gpgkeyopera_792',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]],
- ['gpgkeysignature_793',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]],
- ['gpgresultanalyse_794',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]],
- ['gpgsignature_795',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]],
- ['gpgsignresultanalyse_796',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]],
- ['gpgsubkey_797',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]],
- ['gpgtofuinfo_798',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]],
- ['gpguid_799',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]],
- ['gpguidoperator_800',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]],
- ['gpgverifyresultanalyse_801',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]]
+ ['gnupgcontrollerdialog_773',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html',1,'GpgFrontend::UI']]],
+ ['gnupgtab_774',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI']]],
+ ['gpgadvancedoperator_775',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html',1,'GpgFrontend']]],
+ ['gpgbasicoperator_776',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]],
+ ['gpgcommandexecutor_777',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]],
+ ['gpgconstants_778',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]],
+ ['gpgcontext_779',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]],
+ ['gpgcontextinitargs_780',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]],
+ ['gpgdata_781',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]],
+ ['gpgdecryptresultanalyse_782',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]],
+ ['gpgencryptresultanalyse_783',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]],
+ ['gpgfileopera_784',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]],
+ ['gpgfrontendapplication_785',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI']]],
+ ['gpgimportedkey_786',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]],
+ ['gpgimportinformation_787',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]],
+ ['gpginfo_788',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]],
+ ['gpgkey_789',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]],
+ ['gpgkeygetter_790',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]],
+ ['gpgkeyimportexporter_791',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]],
+ ['gpgkeymanager_792',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]],
+ ['gpgkeyopera_793',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]],
+ ['gpgkeysignature_794',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]],
+ ['gpgresultanalyse_795',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]],
+ ['gpgsignature_796',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]],
+ ['gpgsignresultanalyse_797',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]],
+ ['gpgsubkey_798',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]],
+ ['gpgtofuinfo_799',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]],
+ ['gpguid_800',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]],
+ ['gpguidoperator_801',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]],
+ ['gpgverifyresultanalyse_802',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]]
];
diff --git a/docs/html/search/classes_7.js b/docs/html/search/classes_7.js
index 2c19d142..59a9e923 100644
--- a/docs/html/search/classes_7.js
+++ b/docs/html/search/classes_7.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['helppage_802',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI']]]
+ ['helppage_803',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_8.js b/docs/html/search/classes_8.js
index 9c38473c..81748dcc 100644
--- a/docs/html/search/classes_8.js
+++ b/docs/html/search/classes_8.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['infoboardwidget_803',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]],
- ['infotab_804',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]],
- ['intropage_805',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI']]]
+ ['infoboardwidget_804',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]],
+ ['infotab_805',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]],
+ ['intropage_806',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_9.js b/docs/html/search/classes_9.js
index 368c7a72..e6105ad5 100644
--- a/docs/html/search/classes_9.js
+++ b/docs/html/search/classes_9.js
@@ -1,26 +1,26 @@
var searchData=
[
- ['keydetailsdialog_806',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]],
- ['keygendialog_807',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]],
- ['keygenpage_808',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]],
- ['keyimportdetaildialog_809',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]],
- ['keylist_810',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]],
- ['keylistcolumn_811',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]],
- ['keylistrow_812',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]],
- ['keymenuability_813',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]],
- ['keymgmt_814',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]],
- ['keynewuiddialog_815',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]],
- ['keypackageoperator_816',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]],
- ['keypairdetailtab_817',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]],
- ['keypairoperatab_818',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]],
- ['keypairsubkeytab_819',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]],
- ['keypairuidtab_820',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]],
- ['keyserverimportdialog_821',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]],
- ['keyserverimporttask_822',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI']]],
- ['keyserversearchtask_823',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI']]],
- ['keyservertab_824',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]],
- ['keysetexpiredatedialog_825',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]],
- ['keytable_826',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]],
- ['keyuidsigndialog_827',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]],
- ['keyuploaddialog_828',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI']]]
+ ['keydetailsdialog_807',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]],
+ ['keygendialog_808',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]],
+ ['keygenpage_809',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]],
+ ['keyimportdetaildialog_810',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]],
+ ['keylist_811',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]],
+ ['keylistcolumn_812',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]],
+ ['keylistrow_813',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]],
+ ['keymenuability_814',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]],
+ ['keymgmt_815',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]],
+ ['keynewuiddialog_816',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]],
+ ['keypackageoperator_817',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]],
+ ['keypairdetailtab_818',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]],
+ ['keypairoperatab_819',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]],
+ ['keypairsubkeytab_820',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]],
+ ['keypairuidtab_821',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]],
+ ['keyserverimportdialog_822',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]],
+ ['keyserverimporttask_823',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI']]],
+ ['keyserversearchtask_824',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI']]],
+ ['keyservertab_825',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]],
+ ['keysetexpiredatedialog_826',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]],
+ ['keytable_827',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]],
+ ['keyuidsigndialog_828',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]],
+ ['keyuploaddialog_829',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_a.js b/docs/html/search/classes_a.js
index 75f6d4a2..05d79956 100644
--- a/docs/html/search/classes_a.js
+++ b/docs/html/search/classes_a.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['listedkeyservertesttask_829',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI']]]
+ ['listedkeyservertesttask_830',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_b.js b/docs/html/search/classes_b.js
index 3e81b340..4a9b816a 100644
--- a/docs/html/search/classes_b.js
+++ b/docs/html/search/classes_b.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['mainwindow_830',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]]
+ ['mainwindow_831',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_c.js b/docs/html/search/classes_c.js
index b226cf93..5decb09b 100644
--- a/docs/html/search/classes_c.js
+++ b/docs/html/search/classes_c.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['networktab_831',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI']]]
+ ['networktab_832',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_d.js b/docs/html/search/classes_d.js
index 26f9286f..1f4a1586 100644
--- a/docs/html/search/classes_d.js
+++ b/docs/html/search/classes_d.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['passphrasegenerator_832',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]],
- ['plaintexteditorpage_833',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]],
- ['proxyconnectiontesttask_834',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html',1,'GpgFrontend::UI']]],
- ['proxyconnectiontestthread_835',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'']]]
+ ['passphrasegenerator_833',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]],
+ ['plaintexteditorpage_834',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]],
+ ['proxyconnectiontesttask_835',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html',1,'GpgFrontend::UI']]],
+ ['proxyconnectiontestthread_836',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'']]]
];
diff --git a/docs/html/search/classes_e.js b/docs/html/search/classes_e.js
index 1f5a650a..96b79403 100644
--- a/docs/html/search/classes_e.js
+++ b/docs/html/search/classes_e.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['quitdialog_836',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI']]]
+ ['quitdialog_837',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_f.js b/docs/html/search/classes_f.js
index c714a2b5..2bc25d9e 100644
--- a/docs/html/search/classes_f.js
+++ b/docs/html/search/classes_f.js
@@ -1,27 +1,27 @@
var searchData=
[
- ['settingsdialog_837',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]],
- ['settingsobject_838',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI']]],
- ['signalstation_839',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]],
- ['signaturedetailsdialog_840',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]],
- ['signerspicker_841',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]],
- ['singletonfunctionobject_842',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_843',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20globalsettingstation_20_3e_844',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgadvancedoperator_20_3e_845',['SingletonFunctionObject< GpgAdvancedOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_846',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_847',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgcontext_20_3e_848',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgfileopera_20_3e_849',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_850',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_851',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_852',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_853',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpguidoperator_20_3e_854',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_855',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_856',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonstorage_857',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]],
- ['singletonstoragecollection_858',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]],
- ['softwareversion_859',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]],
- ['subkeygeneratedialog_860',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI']]]
+ ['settingsdialog_838',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]],
+ ['settingsobject_839',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI']]],
+ ['signalstation_840',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]],
+ ['signaturedetailsdialog_841',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]],
+ ['signerspicker_842',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]],
+ ['singletonfunctionobject_843',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_844',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20globalsettingstation_20_3e_845',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgadvancedoperator_20_3e_846',['SingletonFunctionObject< GpgAdvancedOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_847',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_848',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgcontext_20_3e_849',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgfileopera_20_3e_850',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_851',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_852',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_853',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_854',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpguidoperator_20_3e_855',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_856',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_857',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonstorage_858',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]],
+ ['singletonstoragecollection_859',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]],
+ ['softwareversion_860',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]],
+ ['subkeygeneratedialog_861',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/enums_0.js b/docs/html/search/enums_0.js
index be51ef3a..70a21fe3 100644
--- a/docs/html/search/enums_0.js
+++ b/docs/html/search/enums_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['infoboardstatus_1562',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]]
+ ['infoboardstatus_1565',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/functions_0.js b/docs/html/search/functions_0.js
index 065cee79..711b4e11 100644
--- a/docs/html/search/functions_0.js
+++ b/docs/html/search/functions_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['_5fnew_5fresult_878',['_new_result',['../namespaceGpgFrontend.html#a2a6566f59b4be29e453a1edd93f6a337',1,'GpgFrontend::_new_result(gpgme_encrypt_result_t &&result)'],['../namespaceGpgFrontend.html#aaf7ddbd50cd4f16b7d2a997c03b20933',1,'GpgFrontend::_new_result(gpgme_decrypt_result_t &&result)'],['../namespaceGpgFrontend.html#acb5dd82fc7d0428bafe34ed304dc15d1',1,'GpgFrontend::_new_result(gpgme_sign_result_t &&result)'],['../namespaceGpgFrontend.html#ae3f2947210ad3e11269ebac355f47492',1,'GpgFrontend::_new_result(gpgme_verify_result_t &&result)'],['../namespaceGpgFrontend.html#af909eb3cf2690d23939e394a461e48e9',1,'GpgFrontend::_new_result(gpgme_genkey_result_t &&result)']]]
+ ['_5fnew_5fresult_879',['_new_result',['../namespaceGpgFrontend.html#a2a6566f59b4be29e453a1edd93f6a337',1,'GpgFrontend::_new_result(gpgme_encrypt_result_t &&result)'],['../namespaceGpgFrontend.html#aaf7ddbd50cd4f16b7d2a997c03b20933',1,'GpgFrontend::_new_result(gpgme_decrypt_result_t &&result)'],['../namespaceGpgFrontend.html#acb5dd82fc7d0428bafe34ed304dc15d1',1,'GpgFrontend::_new_result(gpgme_sign_result_t &&result)'],['../namespaceGpgFrontend.html#ae3f2947210ad3e11269ebac355f47492',1,'GpgFrontend::_new_result(gpgme_verify_result_t &&result)'],['../namespaceGpgFrontend.html#af909eb3cf2690d23939e394a461e48e9',1,'GpgFrontend::_new_result(gpgme_genkey_result_t &&result)']]]
];
diff --git a/docs/html/search/functions_1.js b/docs/html/search/functions_1.js
index d6e314c5..305d395b 100644
--- a/docs/html/search/functions_1.js
+++ b/docs/html/search/functions_1.js
@@ -1,15 +1,15 @@
var searchData=
[
- ['aboutdialog_879',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a',1,'GpgFrontend::UI::AboutDialog']]],
- ['addlistgrouptab_880',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec',1,'GpgFrontend::UI::KeyList']]],
- ['addmenuaction_881',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]],
- ['addoptionalaction_882',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['adduid_883',['AddUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a7c0de570de59d4ebc6c0bed681119bf7',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const std::string &uid)'],['../classGpgFrontend_1_1GpgUIDOperator.html#a672bbf74abac9140233c4e1c7864d15d',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const std::string &name, const std::string &comment, const std::string &email)']]],
- ['aes_5f256_5fcbc_5fdecrypt_884',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]],
- ['aes_5f256_5fcbc_5fencrypt_885',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]],
- ['aes_5f256_5fcbc_5finit_886',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]],
- ['appearancetab_887',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]],
- ['appendobject_888',['AppendObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a521dccfd42e13769b4edc4286318cc4c',1,'GpgFrontend::Thread::Task::DataObject::AppendObject(T &&obj)'],['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5812bb84c6241e89f8b8b04d2a2f3b55',1,'GpgFrontend::Thread::Task::DataObject::AppendObject(T *obj)']]],
- ['associatetabwidget_889',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['associatetextedit_890',['AssociateTextEdit',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab',1,'GpgFrontend::UI::InfoBoardWidget']]]
+ ['aboutdialog_880',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a',1,'GpgFrontend::UI::AboutDialog']]],
+ ['addlistgrouptab_881',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec',1,'GpgFrontend::UI::KeyList']]],
+ ['addmenuaction_882',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]],
+ ['addoptionalaction_883',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['adduid_884',['AddUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a7c0de570de59d4ebc6c0bed681119bf7',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const std::string &uid)'],['../classGpgFrontend_1_1GpgUIDOperator.html#a672bbf74abac9140233c4e1c7864d15d',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const std::string &name, const std::string &comment, const std::string &email)']]],
+ ['aes_5f256_5fcbc_5fdecrypt_885',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]],
+ ['aes_5f256_5fcbc_5fencrypt_886',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]],
+ ['aes_5f256_5fcbc_5finit_887',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]],
+ ['appearancetab_888',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]],
+ ['appendobject_889',['AppendObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a521dccfd42e13769b4edc4286318cc4c',1,'GpgFrontend::Thread::Task::DataObject::AppendObject(T &&obj)'],['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5812bb84c6241e89f8b8b04d2a2f3b55',1,'GpgFrontend::Thread::Task::DataObject::AppendObject(T *obj)']]],
+ ['associatetabwidget_890',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['associatetextedit_891',['AssociateTextEdit',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab',1,'GpgFrontend::UI::InfoBoardWidget']]]
];
diff --git a/docs/html/search/functions_10.js b/docs/html/search/functions_10.js
index 2d424d5d..09249038 100644
--- a/docs/html/search/functions_10.js
+++ b/docs/html/search/functions_10.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['quitdialog_1205',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog']]]
+ ['quitdialog_1207',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog']]]
];
diff --git a/docs/html/search/functions_11.js b/docs/html/search/functions_11.js
index 15d4f78f..80c387f9 100644
--- a/docs/html/search/functions_11.js
+++ b/docs/html/search/functions_11.js
@@ -1,23 +1,23 @@
var searchData=
[
- ['read2buffer_1206',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]],
- ['read_5fall_5fdata_5fin_5ffile_1207',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]],
- ['readdone_1208',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['readfile_1209',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]],
- ['readfilestd_1210',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]],
- ['refresh_1211',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]],
- ['refresh_5finfo_5fboard_1212',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]],
- ['refresh_5fkeys_5ffrom_5fkey_5fserver_1213',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]],
- ['refresh_5fwidgets_5fstate_1214',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]],
- ['releasechannel_1215',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]],
- ['reloadgpgcomponents_1216',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a6876b6ee63ff7147c274e4f9538d29ce',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['resetconfigures_1217',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['resetoptionactionsmenu_1218',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['resettempcachevalue_1219',['ResetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#ae2df4542d0d7d15a542f9c664f1f295f',1,'GpgFrontend::CoreCommonUtil']]],
- ['restartgpgcomponents_1220',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a5801bf4ea7391cbcc60efd2513d41041',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['restore_5fsettings_1221',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]],
- ['revsign_1222',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]],
- ['revuid_1223',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]],
- ['run_1224',['Run',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()']]],
- ['rungpgfrontendui_1225',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]]
+ ['read2buffer_1208',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]],
+ ['read_5fall_5fdata_5fin_5ffile_1209',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]],
+ ['readdone_1210',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['readfile_1211',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]],
+ ['readfilestd_1212',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]],
+ ['refresh_1213',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]],
+ ['refresh_5finfo_5fboard_1214',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]],
+ ['refresh_5fkeys_5ffrom_5fkey_5fserver_1215',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]],
+ ['refresh_5fwidgets_5fstate_1216',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]],
+ ['releasechannel_1217',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]],
+ ['reloadgpgcomponents_1218',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a6876b6ee63ff7147c274e4f9538d29ce',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['resetconfigures_1219',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['resetoptionactionsmenu_1220',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['resettempcachevalue_1221',['ResetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#ae2df4542d0d7d15a542f9c664f1f295f',1,'GpgFrontend::CoreCommonUtil']]],
+ ['restartgpgcomponents_1222',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a5801bf4ea7391cbcc60efd2513d41041',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['restore_5fsettings_1223',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]],
+ ['revsign_1224',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]],
+ ['revuid_1225',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]],
+ ['run_1226',['Run',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()']]],
+ ['rungpgfrontendui_1227',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/functions_12.js b/docs/html/search/functions_12.js
index b9b1d347..b1b5f606 100644
--- a/docs/html/search/functions_12.js
+++ b/docs/html/search/functions_12.js
@@ -1,165 +1,166 @@
var searchData=
[
- ['save_5ffile_1226',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]],
- ['save_5fsettings_1227',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]],
- ['savecache_1228',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe',1,'GpgFrontend::CacheManager']]],
- ['set_5fbackground_1229',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]],
- ['set_5floading_1230',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['set_5fmessage_1231',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['set_5fsignal_5fslot_1232',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()']]],
- ['set_5fstatus_1233',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]],
- ['setalgo_1234',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#adcd9c4f3e75f989810988e0bc81d401f',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowauthentication_1235',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowcertification_1236',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowencryption_1237',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowsigning_1238',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]],
- ['setchannel_1239',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]],
- ['setchecked_1240',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)']]],
- ['setcolumnwidth_1241',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]],
- ['setcomment_1242',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]],
- ['setcryptomenustatus_1243',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]],
- ['setdoubleclickedaction_1244',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]],
- ['setemail_1245',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]],
- ['setexpire_1246',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]],
- ['setexpiretime_1247',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]],
- ['setfilepath_1248',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['setfinishafterrun_1249',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]],
- ['setinfoboard_1250',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['setissubkey_1251',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]],
- ['setkeylength_1252',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]],
- ['setname_1253',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]],
- ['setnonexpired_1254',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]],
- ['setnonpassphrase_1255',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]],
- ['setobjectinchannel_1256',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]],
- ['setpassphrase_1257',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]],
- ['setpassphrasecb_1258',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]],
- ['setprimaryuid_1259',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]],
- ['setrtn_1260',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]],
- ['setsettings_1261',['SetSettings',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()']]],
- ['setsigners_1262',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]],
- ['settempcachevalue_1263',['SetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#abe5fa8731b0b672613505d59a576a3d7',1,'GpgFrontend::CoreCommonUtil']]],
- ['settingsdialog_1264',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]],
- ['settingsobject_1265',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302',1,'GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d',1,'GpgFrontend::UI::SettingsObject::SettingsObject(nlohmann::json _sub_json, bool)']]],
- ['show_5fverify_5fdetails_1266',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]],
- ['showevent_1267',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]],
- ['shownotificationwidget_1268',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['sign_1269',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]],
- ['signaldeeprestartneeded_1270',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b',1,'GpgFrontend::UI::GeneralTab']]],
- ['signalkeydatabaserefreshdone_1271',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]],
- ['signalkeyserverimportresult_1272',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f',1,'GpgFrontend::UI::KeyServerImportTask']]],
- ['signalkeyserverlisttestresult_1273',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
- ['signalkeyserversearchresult_1274',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]],
- ['signalopenhelp_1275',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]],
- ['signalpathchanged_1276',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]],
- ['signalproxyconnectiontestresult_1277',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]],
- ['signalrefreshinfoboard_1278',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]],
- ['signalrefreshstatusbar_1279',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()']]],
- ['signalreplyfromupdateserver_1280',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]],
- ['signalrestartneeded_1281',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]],
- ['signalrestartneeded_1282',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()']]],
- ['signaltaskend_1283',['SignalTaskEnd',['../classGpgFrontend_1_1Thread_1_1Task.html#abbbb68bcac48b6c31d6fe8ee1572f151',1,'GpgFrontend::Thread::Task']]],
- ['signaltaskrunnableend_1284',['SignalTaskRunnableEnd',['../classGpgFrontend_1_1Thread_1_1Task.html#a125b7e71f21dadf10618e30ee0386b12',1,'GpgFrontend::Thread::Task']]],
- ['signaluibytesdisplayed_1285',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['signalupgradeversion_1286',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]],
- ['signerspicker_1287',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]],
- ['signfile_1288',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]],
- ['signkey_1289',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]],
- ['singletonfunctionobject_1290',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete']]],
- ['slot_5factivated_5fkey_5ftype_1291',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()']]],
- ['slot_5fadd_5fpgp_5fheader_1292',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fadd_5fuid_5fresult_1293',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['slot_5fappend_5fselected_5fkeys_1294',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fauthentication_5fbox_5fchanged_1295',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed()']]],
- ['slot_5fcertification_5fbox_5fchanged_1296',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()']]],
- ['slot_5fclean_5fdouble_5fline_5fbreaks_1297',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fcompress_5ffiles_1298',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]],
- ['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_1299',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fcopy_5ffingerprint_1300',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_1301',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1302',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fcreate_5fnew_5fuid_1303',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
- ['slot_5fcut_5fpgp_5fheader_1304',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdecrypt_1305',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdecrypt_5fverify_1306',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdisable_5ftab_5factions_1307',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdouble_5fclicked_1308',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]],
- ['slot_5fencrypt_1309',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fencrypt_5fsign_1310',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fencryption_5fbox_5fchanged_1311',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()']]],
- ['slot_5fexpire_5fbox_5fchanged_1312',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()']]],
- ['slot_5fexport_5fprivate_5fkey_1313',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]],
- ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_1314',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]],
- ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1315',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]],
- ['slot_5ffind_1316',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fformat_5fgpg_5fheader_1317',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['slot_5fimport_1318',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['slot_5fimport_5ffinished_1319',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['slot_5fimport_5fkey_5ffrom_5fedit_1320',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5finsert_5ftext_1321',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['slot_5fjump_5fpage_1322',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]],
- ['slot_5fkey_5fgen_5faccept_1323',['slot_key_gen_accept',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514',1,'GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept()']]],
- ['slot_5fnon_5fexpired_5fchecked_1324',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]],
- ['slot_5fopen_5ffile_5ftab_1325',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fopen_5fkey_5fmanagement_1326',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fopen_5fsettings_5fdialog_1327',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fopen_5furl_1328',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]],
- ['slot_5fprocess_5fnetwork_5freply_1329',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
- ['slot_5fremove_5ftab_1330',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]],
- ['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_1331',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]],
- ['slot_5fset_5frestart_5fneeded_1332',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952',1,'GpgFrontend::UI::SettingsDialog']]],
- ['slot_5fshow_5fkey_5fdetails_1333',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fshow_5fversion_5fstatus_1334',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]],
- ['slot_5fsign_1335',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fsign_5fkey_1336',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
- ['slot_5fsigning_5fbox_5fchanged_1337',['slot_signing_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc',1,'GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed()']]],
- ['slot_5fstart_5fwizard_1338',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fupdate_5fkey_5fstatus_1339',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]],
- ['slot_5fupload_5fkey_5fto_5fserver_1340',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]],
- ['slot_5fverify_1341',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fversion_5fupgrade_1342',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]],
- ['slotclosetab_1343',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcopy_1344',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcurpagefiletreeview_1345',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcurpagetextedit_1346',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcut_1347',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]],
- ['slotexecutecommand_1348',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotexecutegpgcommand_1349',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotfiledecrypt_1350',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfiledecryptverify_1351',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfileencrypt_1352',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfileencryptsign_1353',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfilesign_1354',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfileverify_1355',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfilltexteditwithtext_1356',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]],
- ['slotimport_1357',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)']]],
- ['slotimportkeyfromclipboard_1358',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotimportkeyfromfile_1359',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotimportkeyfromkeyserver_1360',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)']]],
- ['slotimportkeys_1361',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotnewfiletab_1362',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]],
- ['slotnewhelptab_1363',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]],
- ['slotnewtab_1364',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]],
- ['slotopen_1365',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]],
- ['slotopenfile_1366',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]],
- ['slotpaste_1367',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]],
- ['slotprint_1368',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]],
- ['slotquote_1369',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]],
- ['slotredo_1370',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]],
- ['slotrefresh_1371',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['slotsave_1372',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]],
- ['slotsaveas_1373',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]],
- ['slotselectall_1374',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]],
- ['slotsetrestartneeded_1375',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]],
- ['slotshowmodified_1376',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]],
- ['slotswitchtabdown_1377',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]],
- ['slotswitchtabup_1378',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]],
- ['slotundo_1379',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]],
- ['startdirmngr_1380',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a46085a11235894deccd312fc259d5078',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['startgpgagent_1381',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a07c32ba25cf6153fbc8ee585c4ba377c',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['startkeyboxd_1382',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a9313410359ed9cff9ee66fa9b4b095ee',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['stripped_5fname_1383',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]],
- ['subkeygeneratedialog_1384',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]],
- ['switch_5fui_5fenabled_1385',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]],
- ['switch_5fui_5fproxy_5ftype_1386',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]],
- ['syncsettings_1387',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]]
+ ['save_5ffile_1228',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]],
+ ['save_5fsettings_1229',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]],
+ ['savecache_1230',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe',1,'GpgFrontend::CacheManager']]],
+ ['set_5fbackground_1231',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]],
+ ['set_5floading_1232',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['set_5fmessage_1233',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['set_5fsignal_5fslot_1234',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()']]],
+ ['set_5fstatus_1235',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]],
+ ['setalgo_1236',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#adcd9c4f3e75f989810988e0bc81d401f',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowauthentication_1237',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowcertification_1238',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowencryption_1239',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowsigning_1240',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]],
+ ['setchannel_1241',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]],
+ ['setchecked_1242',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)']]],
+ ['setcolumnwidth_1243',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]],
+ ['setcomment_1244',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]],
+ ['setcryptomenustatus_1245',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]],
+ ['setdoubleclickedaction_1246',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]],
+ ['setemail_1247',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]],
+ ['setexpire_1248',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]],
+ ['setexpiretime_1249',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]],
+ ['setfilepath_1250',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['setfinishafterrun_1251',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]],
+ ['setinfoboard_1252',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['setissubkey_1253',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]],
+ ['setkeylength_1254',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]],
+ ['setname_1255',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]],
+ ['setnonexpired_1256',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]],
+ ['setnonpassphrase_1257',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]],
+ ['setobjectinchannel_1258',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]],
+ ['setpassphrase_1259',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]],
+ ['setpassphrasecb_1260',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]],
+ ['setprimaryuid_1261',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]],
+ ['setrtn_1262',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]],
+ ['setsettings_1263',['SetSettings',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()']]],
+ ['setsigners_1264',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]],
+ ['settempcachevalue_1265',['SetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#abe5fa8731b0b672613505d59a576a3d7',1,'GpgFrontend::CoreCommonUtil']]],
+ ['settingsdialog_1266',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]],
+ ['settingsobject_1267',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302',1,'GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d',1,'GpgFrontend::UI::SettingsObject::SettingsObject(nlohmann::json _sub_json, bool)']]],
+ ['show_5fverify_5fdetails_1268',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]],
+ ['showevent_1269',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]],
+ ['shownotificationwidget_1270',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['sign_1271',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]],
+ ['signaldeeprestartneeded_1272',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b',1,'GpgFrontend::UI::GeneralTab']]],
+ ['signalkeydatabaserefreshdone_1273',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]],
+ ['signalkeyserverimportresult_1274',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f',1,'GpgFrontend::UI::KeyServerImportTask']]],
+ ['signalkeyserverlisttestresult_1275',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
+ ['signalkeyserversearchresult_1276',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]],
+ ['signalopenhelp_1277',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]],
+ ['signalpathchanged_1278',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]],
+ ['signalproxyconnectiontestresult_1279',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]],
+ ['signalrefreshinfoboard_1280',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]],
+ ['signalrefreshstatusbar_1281',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()']]],
+ ['signalreplyfromupdateserver_1282',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]],
+ ['signalrestartneeded_1283',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c',1,'GpgFrontend::UI::GnuPGControllerDialog']]],
+ ['signalrestartneeded_1284',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]],
+ ['signalrestartneeded_1285',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()']]],
+ ['signaltaskend_1286',['SignalTaskEnd',['../classGpgFrontend_1_1Thread_1_1Task.html#abbbb68bcac48b6c31d6fe8ee1572f151',1,'GpgFrontend::Thread::Task']]],
+ ['signaltaskrunnableend_1287',['SignalTaskRunnableEnd',['../classGpgFrontend_1_1Thread_1_1Task.html#a125b7e71f21dadf10618e30ee0386b12',1,'GpgFrontend::Thread::Task']]],
+ ['signaluibytesdisplayed_1288',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['signalupgradeversion_1289',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]],
+ ['signerspicker_1290',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]],
+ ['signfile_1291',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]],
+ ['signkey_1292',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]],
+ ['singletonfunctionobject_1293',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default']]],
+ ['slot_5factivated_5fkey_5ftype_1294',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()']]],
+ ['slot_5fadd_5fpgp_5fheader_1295',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fadd_5fuid_5fresult_1296',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['slot_5fappend_5fselected_5fkeys_1297',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fauthentication_5fbox_5fchanged_1298',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed(int state)']]],
+ ['slot_5fcertification_5fbox_5fchanged_1299',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()']]],
+ ['slot_5fclean_5fdouble_5fline_5fbreaks_1300',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fcompress_5ffiles_1301',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]],
+ ['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_1302',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fcopy_5ffingerprint_1303',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_1304',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1305',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fcreate_5fnew_5fuid_1306',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
+ ['slot_5fcut_5fpgp_5fheader_1307',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdecrypt_1308',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdecrypt_5fverify_1309',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdisable_5ftab_5factions_1310',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdouble_5fclicked_1311',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]],
+ ['slot_5fencrypt_1312',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fencrypt_5fsign_1313',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fencryption_5fbox_5fchanged_1314',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()']]],
+ ['slot_5fexpire_5fbox_5fchanged_1315',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()']]],
+ ['slot_5fexport_5fprivate_5fkey_1316',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]],
+ ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_1317',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]],
+ ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1318',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]],
+ ['slot_5ffind_1319',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fformat_5fgpg_5fheader_1320',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['slot_5fimport_1321',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['slot_5fimport_5ffinished_1322',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['slot_5fimport_5fkey_5ffrom_5fedit_1323',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5finsert_5ftext_1324',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['slot_5fjump_5fpage_1325',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]],
+ ['slot_5fkey_5fgen_5faccept_1326',['slot_key_gen_accept',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514',1,'GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept()']]],
+ ['slot_5fnon_5fexpired_5fchecked_1327',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]],
+ ['slot_5fopen_5ffile_5ftab_1328',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fopen_5fkey_5fmanagement_1329',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fopen_5fsettings_5fdialog_1330',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fopen_5furl_1331',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]],
+ ['slot_5fprocess_5fnetwork_5freply_1332',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
+ ['slot_5fremove_5ftab_1333',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]],
+ ['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_1334',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]],
+ ['slot_5fset_5frestart_5fneeded_1335',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83',1,'GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952',1,'GpgFrontend::UI::SettingsDialog::slot_set_restart_needed()']]],
+ ['slot_5fshow_5fkey_5fdetails_1336',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fshow_5fversion_5fstatus_1337',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]],
+ ['slot_5fsign_1338',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fsign_5fkey_1339',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
+ ['slot_5fsigning_5fbox_5fchanged_1340',['slot_signing_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc',1,'GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed()']]],
+ ['slot_5fstart_5fwizard_1341',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fupdate_5fkey_5fstatus_1342',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slot_5fupload_5fkey_5fto_5fserver_1343',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]],
+ ['slot_5fverify_1344',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fversion_5fupgrade_1345',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotclosetab_1346',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcopy_1347',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcurpagefiletreeview_1348',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcurpagetextedit_1349',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcut_1350',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotexecutecommand_1351',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotexecutegpgcommand_1352',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotfiledecrypt_1353',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfiledecryptverify_1354',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfileencrypt_1355',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfileencryptsign_1356',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfilesign_1357',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfileverify_1358',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfilltexteditwithtext_1359',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotimport_1360',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)']]],
+ ['slotimportkeyfromclipboard_1361',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotimportkeyfromfile_1362',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotimportkeyfromkeyserver_1363',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)']]],
+ ['slotimportkeys_1364',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotnewfiletab_1365',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotnewhelptab_1366',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotnewtab_1367',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotopen_1368',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotopenfile_1369',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]],
+ ['slotpaste_1370',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotprint_1371',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotquote_1372',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotredo_1373',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotrefresh_1374',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['slotsave_1375',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotsaveas_1376',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotselectall_1377',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotsetrestartneeded_1378',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotshowmodified_1379',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotswitchtabdown_1380',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotswitchtabup_1381',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotundo_1382',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]],
+ ['startdirmngr_1383',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a46085a11235894deccd312fc259d5078',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['startgpgagent_1384',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a07c32ba25cf6153fbc8ee585c4ba377c',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['startkeyboxd_1385',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a9313410359ed9cff9ee66fa9b4b095ee',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['stripped_5fname_1386',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]],
+ ['subkeygeneratedialog_1387',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]],
+ ['switch_5fui_5fenabled_1388',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]],
+ ['switch_5fui_5fproxy_5ftype_1389',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]],
+ ['syncsettings_1390',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]]
];
diff --git a/docs/html/search/functions_13.js b/docs/html/search/functions_13.js
index 0c918dbb..89afb429 100644
--- a/docs/html/search/functions_13.js
+++ b/docs/html/search/functions_13.js
@@ -1,13 +1,13 @@
var searchData=
[
- ['tabcount_1388',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]],
- ['takechargeofresult_1389',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
- ['task_1390',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#abdff056f5c96f00ac67bd1edcb5f0a48',1,'GpgFrontend::Thread::Task::Task(std::string name=DEFAULT_TASK_NAME)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a79f935428d2e03585673226228a7ffff',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, std::string name=DEFAULT_TASK_NAME, DataObjectPtr data_object=nullptr, bool sequency=true)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a59047d6d26fdf78f9b43ddc189d84958',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, std::string name, DataObjectPtr data, TaskCallback callback=[](int, const std::shared_ptr< DataObject > &) {}, bool sequency=true)']]],
- ['taskrunner_1391',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]],
- ['taskrunnergetter_1392',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter']]],
- ['test_5fpassphrase_5fcb_1393',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]],
- ['test_5fstatus_5fcb_1394',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]],
- ['text_5fis_5fsigned_1395',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]],
- ['tofuinfopage_1396',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]],
- ['translatorstab_1397',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab']]]
+ ['tabcount_1391',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]],
+ ['takechargeofresult_1392',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
+ ['task_1393',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#abdff056f5c96f00ac67bd1edcb5f0a48',1,'GpgFrontend::Thread::Task::Task(std::string name=DEFAULT_TASK_NAME)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a79f935428d2e03585673226228a7ffff',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, std::string name=DEFAULT_TASK_NAME, DataObjectPtr data_object=nullptr, bool sequency=true)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a59047d6d26fdf78f9b43ddc189d84958',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, std::string name, DataObjectPtr data, TaskCallback callback=[](int, const std::shared_ptr< DataObject > &) {}, bool sequency=true)']]],
+ ['taskrunner_1394',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['taskrunnergetter_1395',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter']]],
+ ['test_5fpassphrase_5fcb_1396',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]],
+ ['test_5fstatus_5fcb_1397',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]],
+ ['text_5fis_5fsigned_1398',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]],
+ ['tofuinfopage_1399',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]],
+ ['translatorstab_1400',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab']]]
];
diff --git a/docs/html/search/functions_14.js b/docs/html/search/functions_14.js
index ced00a93..c1aab957 100644
--- a/docs/html/search/functions_14.js
+++ b/docs/html/search/functions_14.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['unsaveddocuments_1398',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]],
- ['updatetab_1399',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]],
- ['upload_5fkey_5fto_5fserver_1400',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]]
+ ['unsaveddocuments_1401',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]],
+ ['updatetab_1402',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]],
+ ['upload_5fkey_5fto_5fserver_1403',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/functions_15.js b/docs/html/search/functions_15.js
index 9385cb08..2c0c1e4f 100644
--- a/docs/html/search/functions_15.js
+++ b/docs/html/search/functions_15.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['verify_1401',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]],
- ['verifydetailsdialog_1402',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]],
- ['verifyfile_1403',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]],
- ['verifykeydetailbox_1404',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
- ['version_5fcompare_1405',['version_compare',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#ae1989b6a34c76103f4bd06f35686d536',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['versionchecktask_1406',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask']]],
- ['versionwithdrawn_1407',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]]
+ ['verify_1404',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]],
+ ['verifydetailsdialog_1405',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]],
+ ['verifyfile_1406',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]],
+ ['verifykeydetailbox_1407',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
+ ['version_5fcompare_1408',['version_compare',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#ae1989b6a34c76103f4bd06f35686d536',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['versionchecktask_1409',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask']]],
+ ['versionwithdrawn_1410',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]]
];
diff --git a/docs/html/search/functions_16.js b/docs/html/search/functions_16.js
index 88b9967d..dc74bdd8 100644
--- a/docs/html/search/functions_16.js
+++ b/docs/html/search/functions_16.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['waitingdialog_1408',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]],
- ['willcharsetchange_1409',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['wizard_1410',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]],
- ['write_5fbuffer_5fto_5ffile_1411',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]],
- ['writefile_1412',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]],
- ['writefilestd_1413',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]]
+ ['waitingdialog_1411',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]],
+ ['willcharsetchange_1412',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['wizard_1413',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]],
+ ['write_5fbuffer_5fto_5ffile_1414',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]],
+ ['writefile_1415',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]],
+ ['writefilestd_1416',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]]
];
diff --git a/docs/html/search/functions_17.js b/docs/html/search/functions_17.js
index f7217f0c..7c595bdb 100644
--- a/docs/html/search/functions_17.js
+++ b/docs/html/search/functions_17.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['_7edataobject_1414',['~DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['_7eglobalsettingstation_1415',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]],
- ['_7egpgcontext_1416',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]],
- ['_7egpgfrontendapplication_1417',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]],
- ['_7egpgkey_1418',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]],
- ['_7egpgkeysignature_1419',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]],
- ['_7egpgsignature_1420',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]],
- ['_7esettingsobject_1421',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]],
- ['_7esingletonfunctionobject_1422',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]],
- ['_7etask_1423',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]],
- ['_7etaskrunner_1424',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]]
+ ['_7edataobject_1417',['~DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['_7eglobalsettingstation_1418',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]],
+ ['_7egpgcontext_1419',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]],
+ ['_7egpgfrontendapplication_1420',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]],
+ ['_7egpgkey_1421',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]],
+ ['_7egpgkeysignature_1422',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]],
+ ['_7egpgsignature_1423',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]],
+ ['_7esettingsobject_1424',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]],
+ ['_7esingletonfunctionobject_1425',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]],
+ ['_7etask_1426',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]],
+ ['_7etaskrunner_1427',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]]
];
diff --git a/docs/html/search/functions_2.js b/docs/html/search/functions_2.js
index 336258b3..c5bad46d 100644
--- a/docs/html/search/functions_2.js
+++ b/docs/html/search/functions_2.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['beautify_5ffingerprint_891',['beautify_fingerprint',['../namespaceGpgFrontend.html#ac494a4b0d91e08a70db77a399c9a0f30',1,'GpgFrontend']]]
+ ['beautify_5ffingerprint_892',['beautify_fingerprint',['../namespaceGpgFrontend.html#ac494a4b0d91e08a70db77a399c9a0f30',1,'GpgFrontend']]]
];
diff --git a/docs/html/search/functions_3.js b/docs/html/search/functions_3.js
index 006bf443..0d3fd443 100644
--- a/docs/html/search/functions_3.js
+++ b/docs/html/search/functions_3.js
@@ -1,49 +1,49 @@
var searchData=
[
- ['calculatehash_892',['CalculateHash',['../classGpgFrontend_1_1FileOperator.html#a08baef750a723ee709804120a34d19c9',1,'GpgFrontend::FileOperator']]],
- ['channelobject_893',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd',1,'GpgFrontend::ChannelObject::ChannelObject(int channel)']]],
- ['check_894',['Check',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e',1,'GpgFrontend::UI::SettingsObject::Check(const std::string &key, const nlohmann::json &default_value)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0',1,'GpgFrontend::UI::SettingsObject::Check(const std::string &key)']]],
- ['check_5fbinary_5fchacksum_895',['check_binary_chacksum',['../classGpgFrontend_1_1GpgContext.html#a76fba43d1439c7811e1a9424d0c16d40',1,'GpgFrontend::GpgContext']]],
- ['check_5femail_5faddress_896',['check_email_address',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28',1,'GpgFrontend::UI::KeyGenDialog::check_email_address()'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a',1,'GpgFrontend::UI::KeyNewUIDDialog::check_email_address()']]],
- ['check_5fgpg_5ferror_897',['check_gpg_error',['../namespaceGpgFrontend.html#adf0fbe100c3ea1bf2f33bc0f55dfff17',1,'GpgFrontend::check_gpg_error(GpgError gpgmeError, const std::string &comment)'],['../namespaceGpgFrontend.html#afdad4e5f4c3ac891c09216e245c0f48e',1,'GpgFrontend::check_gpg_error(GpgError err)']]],
- ['check_5fgpg_5ferror_5f2_5ferr_5fcode_898',['check_gpg_error_2_err_code',['../namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684',1,'GpgFrontend']]],
- ['choosepage_899',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]],
- ['cleargpgpasswordcache_900',['ClearGpgPasswordCache',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a71eb87ed095754ee1e9fa79125240f3e',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['close_5fattachment_5fdock_901',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]],
- ['closeevent_902',['closeEvent',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()'],['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#acc10569862d1575d9453d1c1aa539242',1,'GpgFrontend::UI::GeneralMainWindow::closeEvent()']]],
- ['closenotebyclass_903',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['commonutils_904',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]],
- ['conclusionpage_905',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]],
- ['containsprivatekeys_906',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9',1,'GpgFrontend::UI::KeyList']]],
- ['contextmenuevent_907',['contextMenuEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190',1,'GpgFrontend::UI::KeyList::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff',1,'GpgFrontend::UI::KeyPairSubkeyTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144',1,'GpgFrontend::UI::KeyPairUIDTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e',1,'GpgFrontend::UI::KeyserverTab::contextMenuEvent()']]],
- ['copy_908',['Copy',['../classGpgFrontend_1_1GpgKey.html#ac90afba6a5aec0bc2c0f1e01de417ec8',1,'GpgFrontend::GpgKey']]],
- ['create_5factions_909',['create_actions',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8',1,'GpgFrontend::UI::KeyMgmt::create_actions()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355',1,'GpgFrontend::UI::MainWindow::create_actions()']]],
- ['create_5fattachment_5fdock_910',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]],
- ['create_5fbasic_5finfo_5fgroup_5fbox_911',['create_basic_info_group_box',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b',1,'GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box()']]],
- ['create_5fbutton_912',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['create_5fbutton_5fbox_913',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
- ['create_5fcombobox_914',['create_comboBox',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['create_5fdock_5fwindows_915',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]],
- ['create_5fgeneral_5finfo_5fbox_916',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
- ['create_5fkey_5finfo_5fgrid_917',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
- ['create_5fkey_5fusage_5fgroup_5fbox_918',['create_key_usage_group_box',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658',1,'GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box()']]],
- ['create_5fkeys_5ftable_919',['create_keys_table',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6',1,'GpgFrontend::UI::KeyImportDetailDialog::create_keys_table()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c',1,'GpgFrontend::UI::KeyServerImportDialog::create_keys_table()']]],
- ['create_5fmanage_5fuid_5fmenu_920',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['create_5fmenus_921',['create_menus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216',1,'GpgFrontend::UI::MainWindow::create_menus()'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46',1,'GpgFrontend::UI::KeyMgmt::create_menus()']]],
- ['create_5fpopup_5fmenu_922',['create_popup_menu',['../classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871',1,'GpgFrontend::UI::FilePage']]],
- ['create_5fsign_5flist_923',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['create_5fsign_5fpopup_5fmenu_924',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['create_5fstatus_5fbar_925',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]],
- ['create_5fsubkey_5flist_926',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['create_5fsubkey_5fopera_5fmenu_927',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['create_5ftool_5fbars_928',['create_tool_bars',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5',1,'GpgFrontend::UI::KeyMgmt::create_tool_bars()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3',1,'GpgFrontend::UI::MainWindow::create_tool_bars()']]],
- ['create_5fuid_5flist_929',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['create_5fuid_5fpopup_5fmenu_930',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['createinstance_931',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518',1,'GpgFrontend::SingletonFunctionObject']]],
- ['createoperamenu_932',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]],
- ['ctxchecktask_933',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869',1,'GpgFrontend::Thread::CtxCheckTask']]],
- ['curfilepage_934',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]],
- ['currentversionreleased_935',['CurrentVersionReleased',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['curtextpage_936',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]],
- ['custom_5fpassphrase_5fcb_937',['custom_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#af46f09a4f5c77429c3e782b551812ec2',1,'GpgFrontend::GpgContext']]]
+ ['calculatehash_893',['CalculateHash',['../classGpgFrontend_1_1FileOperator.html#a08baef750a723ee709804120a34d19c9',1,'GpgFrontend::FileOperator']]],
+ ['channelobject_894',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd',1,'GpgFrontend::ChannelObject::ChannelObject(int channel)']]],
+ ['check_895',['Check',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e',1,'GpgFrontend::UI::SettingsObject::Check(const std::string &key, const nlohmann::json &default_value)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0',1,'GpgFrontend::UI::SettingsObject::Check(const std::string &key)']]],
+ ['check_5fbinary_5fchacksum_896',['check_binary_chacksum',['../classGpgFrontend_1_1GpgContext.html#a76fba43d1439c7811e1a9424d0c16d40',1,'GpgFrontend::GpgContext']]],
+ ['check_5femail_5faddress_897',['check_email_address',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28',1,'GpgFrontend::UI::KeyGenDialog::check_email_address()'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a',1,'GpgFrontend::UI::KeyNewUIDDialog::check_email_address()']]],
+ ['check_5fgpg_5ferror_898',['check_gpg_error',['../namespaceGpgFrontend.html#adf0fbe100c3ea1bf2f33bc0f55dfff17',1,'GpgFrontend::check_gpg_error(GpgError gpgmeError, const std::string &comment)'],['../namespaceGpgFrontend.html#afdad4e5f4c3ac891c09216e245c0f48e',1,'GpgFrontend::check_gpg_error(GpgError err)']]],
+ ['check_5fgpg_5ferror_5f2_5ferr_5fcode_899',['check_gpg_error_2_err_code',['../namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684',1,'GpgFrontend']]],
+ ['choosepage_900',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]],
+ ['cleargpgpasswordcache_901',['ClearGpgPasswordCache',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a71eb87ed095754ee1e9fa79125240f3e',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['close_5fattachment_5fdock_902',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]],
+ ['closeevent_903',['closeEvent',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()'],['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#acc10569862d1575d9453d1c1aa539242',1,'GpgFrontend::UI::GeneralMainWindow::closeEvent()']]],
+ ['closenotebyclass_904',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['commonutils_905',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]],
+ ['conclusionpage_906',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]],
+ ['containsprivatekeys_907',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9',1,'GpgFrontend::UI::KeyList']]],
+ ['contextmenuevent_908',['contextMenuEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190',1,'GpgFrontend::UI::KeyList::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff',1,'GpgFrontend::UI::KeyPairSubkeyTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144',1,'GpgFrontend::UI::KeyPairUIDTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e',1,'GpgFrontend::UI::KeyserverTab::contextMenuEvent()']]],
+ ['copy_909',['Copy',['../classGpgFrontend_1_1GpgKey.html#ac90afba6a5aec0bc2c0f1e01de417ec8',1,'GpgFrontend::GpgKey']]],
+ ['create_5factions_910',['create_actions',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8',1,'GpgFrontend::UI::KeyMgmt::create_actions()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355',1,'GpgFrontend::UI::MainWindow::create_actions()']]],
+ ['create_5fattachment_5fdock_911',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]],
+ ['create_5fbasic_5finfo_5fgroup_5fbox_912',['create_basic_info_group_box',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b',1,'GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box()']]],
+ ['create_5fbutton_913',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['create_5fbutton_5fbox_914',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
+ ['create_5fcombobox_915',['create_comboBox',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['create_5fdock_5fwindows_916',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]],
+ ['create_5fgeneral_5finfo_5fbox_917',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
+ ['create_5fkey_5finfo_5fgrid_918',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
+ ['create_5fkey_5fusage_5fgroup_5fbox_919',['create_key_usage_group_box',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658',1,'GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box()']]],
+ ['create_5fkeys_5ftable_920',['create_keys_table',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6',1,'GpgFrontend::UI::KeyImportDetailDialog::create_keys_table()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c',1,'GpgFrontend::UI::KeyServerImportDialog::create_keys_table()']]],
+ ['create_5fmanage_5fuid_5fmenu_921',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['create_5fmenus_922',['create_menus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216',1,'GpgFrontend::UI::MainWindow::create_menus()'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46',1,'GpgFrontend::UI::KeyMgmt::create_menus()']]],
+ ['create_5fpopup_5fmenu_923',['create_popup_menu',['../classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871',1,'GpgFrontend::UI::FilePage']]],
+ ['create_5fsign_5flist_924',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['create_5fsign_5fpopup_5fmenu_925',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['create_5fstatus_5fbar_926',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]],
+ ['create_5fsubkey_5flist_927',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['create_5fsubkey_5fopera_5fmenu_928',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['create_5ftool_5fbars_929',['create_tool_bars',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5',1,'GpgFrontend::UI::KeyMgmt::create_tool_bars()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3',1,'GpgFrontend::UI::MainWindow::create_tool_bars()']]],
+ ['create_5fuid_5flist_930',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['create_5fuid_5fpopup_5fmenu_931',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['createinstance_932',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518',1,'GpgFrontend::SingletonFunctionObject']]],
+ ['createoperamenu_933',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]],
+ ['ctxchecktask_934',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869',1,'GpgFrontend::Thread::CtxCheckTask']]],
+ ['curfilepage_935',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]],
+ ['currentversionreleased_936',['CurrentVersionReleased',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['curtextpage_937',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]],
+ ['custom_5fpassphrase_5fcb_938',['custom_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#af46f09a4f5c77429c3e782b551812ec2',1,'GpgFrontend::GpgContext']]]
];
diff --git a/docs/html/search/functions_4.js b/docs/html/search/functions_4.js
index 5c15d277..af7a1ca4 100644
--- a/docs/html/search/functions_4.js
+++ b/docs/html/search/functions_4.js
@@ -1,17 +1,17 @@
var searchData=
[
- ['dataobjectoperator_938',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]],
- ['decrypt_939',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953',1,'GpgFrontend::GpgBasicOperator']]],
- ['decryptfile_940',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd',1,'GpgFrontend::GpgFileOpera']]],
- ['decryptverify_941',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a11845a9a3ea2941e14faa9130f0ac9ef',1,'GpgFrontend::GpgBasicOperator']]],
- ['decryptverifyfile_942',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a90949b4e9e6116784260cd0e416551db',1,'GpgFrontend::GpgFileOpera']]],
- ['delete_5fkeys_5fwith_5fwarning_943',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b',1,'GpgFrontend::UI::KeyMgmt']]],
- ['delete_5fwidgets_5fin_5flayout_944',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['deletekey_945',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]],
- ['deletekeys_946',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]],
- ['detect_947',['Detect',['../classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f',1,'GpgFrontend::CharsetOperator']]],
- ['detect_5fcr_5flf_948',['detect_cr_lf',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['detect_5fencoding_949',['detect_encoding',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['dragenterevent_950',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]],
- ['dropevent_951',['dropEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f',1,'GpgFrontend::UI::KeyList']]]
+ ['dataobjectoperator_939',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]],
+ ['decrypt_940',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953',1,'GpgFrontend::GpgBasicOperator']]],
+ ['decryptfile_941',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd',1,'GpgFrontend::GpgFileOpera']]],
+ ['decryptverify_942',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a11845a9a3ea2941e14faa9130f0ac9ef',1,'GpgFrontend::GpgBasicOperator']]],
+ ['decryptverifyfile_943',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a90949b4e9e6116784260cd0e416551db',1,'GpgFrontend::GpgFileOpera']]],
+ ['delete_5fkeys_5fwith_5fwarning_944',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b',1,'GpgFrontend::UI::KeyMgmt']]],
+ ['delete_5fwidgets_5fin_5flayout_945',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['deletekey_946',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]],
+ ['deletekeys_947',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]],
+ ['detect_948',['Detect',['../classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f',1,'GpgFrontend::CharsetOperator']]],
+ ['detect_5fcr_5flf_949',['detect_cr_lf',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['detect_5fencoding_950',['detect_encoding',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['dragenterevent_951',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]],
+ ['dropevent_952',['dropEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f',1,'GpgFrontend::UI::KeyList']]]
];
diff --git a/docs/html/search/functions_5.js b/docs/html/search/functions_5.js
index 6babcb4b..8083b94e 100644
--- a/docs/html/search/functions_5.js
+++ b/docs/html/search/functions_5.js
@@ -1,17 +1,17 @@
var searchData=
[
- ['encrypt_952',['Encrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a',1,'GpgFrontend::GpgBasicOperator']]],
- ['encryptfile_953',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379',1,'GpgFrontend::GpgFileOpera']]],
- ['encryptfilesymmetric_954',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a826efca057afb07157453b3b9e267b0f',1,'GpgFrontend::GpgFileOpera']]],
- ['encryptsign_955',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a',1,'GpgFrontend::GpgBasicOperator']]],
- ['encryptsignfile_956',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a6353e1688b113e5746aced6aa7f3876e',1,'GpgFrontend::GpgFileOpera']]],
- ['encryptsymmetric_957',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073',1,'GpgFrontend::GpgBasicOperator']]],
- ['execute_958',['Execute',['../classGpgFrontend_1_1GpgCommandExecutor.html#affa984ec4c2982c527761289f73c1ab4',1,'GpgFrontend::GpgCommandExecutor']]],
- ['exportallkeys_959',['ExportAllKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ae7d61a8c39ef7e7f1562895dbf108e68',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['exportkey_960',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a51cb18aa7302d7a48ccd1ee17f060391',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['exportkeyopenssh_961',['ExportKeyOpenSSH',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa0a73314ef94f397e2ef53d40abc9731',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['exportkeypackagedialog_962',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]],
- ['exportkeys_963',['ExportKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa9fbda8f6c3fa36a503075d7a124fa3f',1,'GpgFrontend::GpgKeyImportExporter::ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a8157afa844c8bf964ce83f5de71efc5a',1,'GpgFrontend::GpgKeyImportExporter::ExportKeys(const KeyArgsList &keys, ByteArrayPtr &outBuffer, bool secret=false) const']]],
- ['exportsecretkey_964',['ExportSecretKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a6a5e8d642ac5a3e98799af6495ef590b',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['exportsecretkeyshortest_965',['ExportSecretKeyShortest',['../classGpgFrontend_1_1GpgKeyImportExporter.html#abf7c0442549ae8602e1249cdf0da55df',1,'GpgFrontend::GpgKeyImportExporter']]]
+ ['encrypt_953',['Encrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a',1,'GpgFrontend::GpgBasicOperator']]],
+ ['encryptfile_954',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379',1,'GpgFrontend::GpgFileOpera']]],
+ ['encryptfilesymmetric_955',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a826efca057afb07157453b3b9e267b0f',1,'GpgFrontend::GpgFileOpera']]],
+ ['encryptsign_956',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a',1,'GpgFrontend::GpgBasicOperator']]],
+ ['encryptsignfile_957',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a6353e1688b113e5746aced6aa7f3876e',1,'GpgFrontend::GpgFileOpera']]],
+ ['encryptsymmetric_958',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073',1,'GpgFrontend::GpgBasicOperator']]],
+ ['execute_959',['Execute',['../classGpgFrontend_1_1GpgCommandExecutor.html#affa984ec4c2982c527761289f73c1ab4',1,'GpgFrontend::GpgCommandExecutor']]],
+ ['exportallkeys_960',['ExportAllKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ae7d61a8c39ef7e7f1562895dbf108e68',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['exportkey_961',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a51cb18aa7302d7a48ccd1ee17f060391',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['exportkeyopenssh_962',['ExportKeyOpenSSH',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa0a73314ef94f397e2ef53d40abc9731',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['exportkeypackagedialog_963',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]],
+ ['exportkeys_964',['ExportKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa9fbda8f6c3fa36a503075d7a124fa3f',1,'GpgFrontend::GpgKeyImportExporter::ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a8157afa844c8bf964ce83f5de71efc5a',1,'GpgFrontend::GpgKeyImportExporter::ExportKeys(const KeyArgsList &keys, ByteArrayPtr &outBuffer, bool secret=false) const']]],
+ ['exportsecretkey_965',['ExportSecretKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a6a5e8d642ac5a3e98799af6495ef590b',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['exportsecretkeyshortest_966',['ExportSecretKeyShortest',['../classGpgFrontend_1_1GpgKeyImportExporter.html#abf7c0442549ae8602e1249cdf0da55df',1,'GpgFrontend::GpgKeyImportExporter']]]
];
diff --git a/docs/html/search/functions_6.js b/docs/html/search/functions_6.js
index 48aee2f7..378ca90b 100644
--- a/docs/html/search/functions_6.js
+++ b/docs/html/search/functions_6.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['fetchkey_966',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#afe78ac470287d70e7df51aae327b9f54',1,'GpgFrontend::GpgKeyGetter']]],
- ['filepage_967',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3',1,'GpgFrontend::UI::FilePage']]],
- ['findobjectinchannel_968',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02',1,'GpgFrontend::SingletonStorage']]],
- ['findwidget_969',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]],
- ['flushkeycache_970',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#ad9a902ea54566d4583304b072c4add51',1,'GpgFrontend::GpgKeyGetter']]],
- ['free_5fheap_5fptr_971',['free_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a17252d07835dab3772381639ec8473ea',1,'GpgFrontend::Thread::Task::DataObject']]]
+ ['fetchkey_967',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#afe78ac470287d70e7df51aae327b9f54',1,'GpgFrontend::GpgKeyGetter']]],
+ ['filepage_968',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3',1,'GpgFrontend::UI::FilePage']]],
+ ['findobjectinchannel_969',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02',1,'GpgFrontend::SingletonStorage']]],
+ ['findwidget_970',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]],
+ ['flushkeycache_971',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#ad9a902ea54566d4583304b072c4add51',1,'GpgFrontend::GpgKeyGetter']]],
+ ['free_5fheap_5fptr_972',['free_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a17252d07835dab3772381639ec8473ea',1,'GpgFrontend::Thread::Task::DataObject']]]
];
diff --git a/docs/html/search/functions_7.js b/docs/html/search/functions_7.js
index 129fab7a..5296903b 100644
--- a/docs/html/search/functions_7.js
+++ b/docs/html/search/functions_7.js
@@ -1,134 +1,135 @@
var searchData=
[
- ['generaldialog_972',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c',1,'GpgFrontend::UI::GeneralDialog']]],
- ['generalmainwindow_973',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013',1,'GpgFrontend::UI::GeneralMainWindow']]],
- ['generaltab_974',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]],
- ['generate_975',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]],
- ['generate_5fkey_5fpackage_5fname_976',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]],
- ['generate_5fuuid_977',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5',1,'GpgFrontend::Thread::Task']]],
- ['generatekey_978',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]],
- ['generatekeypackage_979',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]],
- ['generatekeypackagename_980',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]],
- ['generatepassphrase_981',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]],
- ['generaterevokecert_982',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]],
- ['generatesubkey_983',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]],
- ['genkeyinfo_984',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo']]],
- ['get_5ffile_5fextension_985',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]],
- ['get_5fheap_5fptr_986',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['get_5fkey_5fin_5fcache_987',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]],
- ['get_5fonly_5ffile_5fname_5fwith_5fpath_988',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]],
- ['get_5frestart_5fneeded_989',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0d66e360dfbcf79403351459721c3981',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()']]],
- ['get_5fselected_5fsubkey_990',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['get_5fsign_5fselected_991',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['get_5fstatus_5fstring_992',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
- ['get_5fuid_5fchecked_993',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['get_5fuid_5fselected_994',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['getalgo_995',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]],
- ['getallchannelid_996',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]],
- ['getallprivatekeys_997',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]],
- ['getappdir_998',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]],
- ['getbrowser_999',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]],
- ['getcertsdir_1000',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]],
- ['getchannel_1001',['GetChannel',['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()'],['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()']]],
- ['getchecked_1002',['GetChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38',1,'GpgFrontend::UI::KeyList::GetChecked()'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33',1,'GpgFrontend::UI::KeyList::GetChecked()']]],
- ['getcheckedsigners_1003',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]],
- ['getcomment_1004',['GetComment',['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()'],['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()']]],
- ['getcreatetime_1005',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a3fd5bfe6e9fd5f016b854fc92f19146e',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a5e897d439606a35103a0b260be28c6a4',1,'GpgFrontend::GpgSubKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#adc8ad65688a6dab0993cf655f5361df8',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402',1,'GpgFrontend::GpgSignature::GetCreateTime()']]],
- ['getdefaultchannel_1006',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]],
- ['getdescription_1007',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getemail_1008',['GetEmail',['../classGpgFrontend_1_1GpgKey.html#a55a6485f6c2cc5bec0fdf02cd7e0d8ea',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()'],['../classGpgFrontend_1_1GenKeyInfo.html#a76721be08c18907762ba6f6ccc4afc8a',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#abdff0ce4d5e8b7be0aa2e46e0003b22f',1,'GpgFrontend::GpgKeySignature::GetEmail()']]],
- ['getencrcount_1009',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getencrlast_1010',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getexpiretime_1011',['GetExpireTime',['../classGpgFrontend_1_1GpgKeySignature.html#a59ab21f52b88355ca36ff5ebd77093a6',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GenKeyInfo.html#ac629312630a78e32ee36ba0ff30bc9ff',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a6696d67af322fa2125d99b50cae50417',1,'GpgFrontend::GpgSubKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a7b1e0398bedaecbfa2757243e5f4f0ab',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#a0796249b259af85c30873f5c41a01101',1,'GpgFrontend::GpgSignature::GetExpireTime()']]],
- ['getfilepath_1012',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['getfingerprint_1013',['GetFingerprint',['../classGpgFrontend_1_1GpgSubKey.html#a09b00ac6a3b934b816f9522f78e77d59',1,'GpgFrontend::GpgSubKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be',1,'GpgFrontend::GpgSignature::GetFingerprint()']]],
- ['getfullid_1014',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task.html#a3df2340426251e9145e5fe4419937e2a',1,'GpgFrontend::Thread::Task']]],
- ['gethashalgo_1015',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]],
- ['getid_1016',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey']]],
- ['getid_1017',['GetID',['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey']]],
- ['getinfo_1018',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#a4a8f6ff37e45979159ab375b2c7d48c3',1,'GpgFrontend::GpgContext']]],
- ['getinstance_1019',['GetInstance',['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#ac56d19e0d4b99e7b8a86a017721f3db1',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a0c5893909726b919ea733de9906cfb36',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419',1,'GpgFrontend::UI::SignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e',1,'GpgFrontend::UI::GpgFrontendApplication::GetInstance()']]],
- ['getinvalid_1020',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]],
- ['getkey_1021',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]],
- ['getkeyid_1022',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]],
- ['getkeylength_1023',['GetKeyLength',['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()'],['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()']]],
- ['getkeys_1024',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]],
- ['getkeyscopy_1025',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a7ec8d8431a771c602cbfa946d13d6c74',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys)'],['../classGpgFrontend_1_1GpgKeyGetter.html#a028fe69516a51c526bbd2ec4235053ad',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys)']]],
- ['getkeysizestr_1026',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]],
- ['getlastupdatetime_1027',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]],
- ['getlatestversion_1028',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]],
- ['getlocaledir_1029',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]],
- ['getlogdir_1030',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]],
- ['getname_1031',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#abb3e1366dca0288bdc42123e55d77335',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#acd5e46397ebea3224761a6af15eea4fb',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#acca1fff5f12a216b05f2a6186b1e436b',1,'GpgFrontend::GpgUID::GetName()']]],
- ['getobjectsize_1032',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['getownertrust_1033',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]],
- ['getpassphrase_1034',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]],
- ['getpolicy_1035',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getprimarykeylength_1036',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]],
- ['getprivatechecked_1037',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]],
- ['getprotocol_1038',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]],
- ['getpubkey_1039',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]],
- ['getpubkeyalgo_1040',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgKeySignature.html#a217a2a8b31e44d4c9b463470362a1522',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#ab99e4004f1ad400fd25232312a8ea66b',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a629f904a81c7c09ac9769b3fcf3b48f5',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()']]],
- ['getpublickeyalgo_1041',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]],
- ['getresourcedir_1042',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]],
- ['getresultreport_1043',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]],
- ['getrevoked_1044',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]],
- ['getselected_1045',['GetSelected',['../classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605',1,'GpgFrontend::UI::FilePage::GetSelected()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()']]],
- ['getselectedkey_1046',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]],
- ['getsequency_1047',['GetSequency',['../classGpgFrontend_1_1Thread_1_1Task.html#a80f47accc0832e3aee686ee2879b431e',1,'GpgFrontend::Thread::Task']]],
- ['getsignatures_1048',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]],
- ['getsigncount_1049',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getsigners_1050',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]],
- ['getsignfirst_1051',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getsignlast_1052',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getsingletonstorage_1053',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]],
- ['getsizechangestep_1054',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]],
- ['getstandalonedatabasedir_1055',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]],
- ['getstandalonegpgbindir_1056',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]],
- ['getstatus_1057',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a8fc5d4f83e5c0aa0ac19f46c3ec1619e',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#af2639fe6d2774ba286308f3a7b58ba73',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a859b4a3788c8490937f954d92686f490',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]],
- ['getsubkeys_1058',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]],
- ['getsuggestmaxkeysize_1059',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]],
- ['getsuggestminkeysize_1060',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]],
- ['getsummary_1061',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]],
- ['getsupportedkeyalgo_1062',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#ac0dbb2d89b1e5f9b272679ba3f24314e',1,'GpgFrontend::GenKeyInfo']]],
- ['getsupportedkeyalgostandalone_1063',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#afb8315b6612c64b3921b72df98ebcc74',1,'GpgFrontend::GenKeyInfo']]],
- ['getsupportedsubkeyalgo_1064',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a168d6fe5252812f5984ba6d8046c7741',1,'GpgFrontend::GenKeyInfo']]],
- ['getsupportedsubkeyalgostandalone_1065',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a6819b0ca3ef7712b85ae320030cde023',1,'GpgFrontend::GenKeyInfo']]],
- ['gettabidstosave_1066',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]],
- ['gettempcachevalue_1067',['GetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#aa3e4003ca3248537973ea6cf42e9f040',1,'GpgFrontend::CoreCommonUtil']]],
- ['gettextpage_1068',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['gettofuinfos_1069',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]],
- ['getuid_1070',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]],
- ['getuids_1071',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]],
- ['getuisettings_1072',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]],
- ['getuserid_1073',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]],
- ['getuuid_1074',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf',1,'GpgFrontend::Thread::Task']]],
- ['getvalidity_1075',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]],
- ['globalsettingstation_1076',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]],
- ['gnupgtab_1077',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab']]],
- ['good_1078',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]],
- ['gpgadvancedoperator_1079',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a9233156767f1d45272b95decd18241e3',1,'GpgFrontend::GpgAdvancedOperator']]],
- ['gpgbasicoperator_1080',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]],
- ['gpgcommandexecutor_1081',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor']]],
- ['gpgcontext_1082',['GpgContext',['../classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147',1,'GpgFrontend::GpgContext::GpgContext(const GpgContextInitArgs &args={})'],['../classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b',1,'GpgFrontend::GpgContext::GpgContext(int channel)']]],
- ['gpgdata_1083',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a5e607c3bb69f998aaac761f400dd6440',1,'GpgFrontend::GpgData::GpgData(void *buffer, size_t size, bool copy=true)']]],
- ['gpgdecryptresultanalyse_1084',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
- ['gpgencryptresultanalyse_1085',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse']]],
- ['gpgfileopera_1086',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]],
- ['gpgfrontendapplication_1087',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication']]],
- ['gpgimportinformation_1088',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation']]],
- ['gpgkey_1089',['GpgKey',['../classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1',1,'GpgFrontend::GpgKey::GpgKey()=default'],['../classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9',1,'GpgFrontend::GpgKey::GpgKey(gpgme_key_t &&key)'],['../classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804',1,'GpgFrontend::GpgKey::GpgKey(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#aeb316f8728b10e966eed6f0291794eed',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&k) noexcept']]],
- ['gpgkeygetter_1090',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter']]],
- ['gpgkeyimportexporter_1091',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['gpgkeymanager_1092',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]],
- ['gpgkeyopera_1093',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]],
- ['gpgkeysignature_1094',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b',1,'GpgFrontend::GpgKeySignature::GpgKeySignature()'],['../classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)'],['../classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(const GpgKeySignature &)=delete']]],
- ['gpgresultanalyse_1095',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]],
- ['gpgsignature_1096',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe',1,'GpgFrontend::GpgSignature::GpgSignature()'],['../classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8',1,'GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig)'],['../classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a',1,'GpgFrontend::GpgSignature::GpgSignature(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7',1,'GpgFrontend::GpgSignature::GpgSignature(const GpgSignature &)=delete']]],
- ['gpgsignresultanalyse_1097',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]],
- ['gpgsubkey_1098',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e',1,'GpgFrontend::GpgSubKey::GpgSubKey()'],['../classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe',1,'GpgFrontend::GpgSubKey::GpgSubKey(gpgme_subkey_t subkey)'],['../classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5',1,'GpgFrontend::GpgSubKey::GpgSubKey(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab',1,'GpgFrontend::GpgSubKey::GpgSubKey(const GpgSubKey &)=delete']]],
- ['gpgtofuinfo_1099',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(gpgme_tofu_info_t tofu_info)'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete']]],
- ['gpguid_1100',['GpgUID',['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete']]],
- ['gpguidoperator_1101',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]],
- ['gpgverifyresultanalyse_1102',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse']]]
+ ['generaldialog_973',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c',1,'GpgFrontend::UI::GeneralDialog']]],
+ ['generalmainwindow_974',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013',1,'GpgFrontend::UI::GeneralMainWindow']]],
+ ['generaltab_975',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]],
+ ['generate_976',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]],
+ ['generate_5fkey_5fpackage_5fname_977',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generate_5fuuid_978',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5',1,'GpgFrontend::Thread::Task']]],
+ ['generatekey_979',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]],
+ ['generatekeypackage_980',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generatekeypackagename_981',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generatepassphrase_982',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generaterevokecert_983',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]],
+ ['generatesubkey_984',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]],
+ ['genkeyinfo_985',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo']]],
+ ['get_5ffile_5fextension_986',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]],
+ ['get_5fheap_5fptr_987',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['get_5fkey_5fin_5fcache_988',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]],
+ ['get_5fonly_5ffile_5fname_5fwith_5fpath_989',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]],
+ ['get_5frestart_5fneeded_990',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0d66e360dfbcf79403351459721c3981',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()']]],
+ ['get_5fselected_5fsubkey_991',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['get_5fsign_5fselected_992',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['get_5fstatus_5fstring_993',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
+ ['get_5fuid_5fchecked_994',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['get_5fuid_5fselected_995',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['getalgo_996',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]],
+ ['getallchannelid_997',['GetAllChannelId',['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()']]],
+ ['getallprivatekeys_998',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]],
+ ['getappdir_999',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getbrowser_1000',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]],
+ ['getcertsdir_1001',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getchannel_1002',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]],
+ ['getchecked_1003',['GetChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38',1,'GpgFrontend::UI::KeyList::GetChecked()'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33',1,'GpgFrontend::UI::KeyList::GetChecked()']]],
+ ['getcheckedsigners_1004',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]],
+ ['getcomment_1005',['GetComment',['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()'],['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()']]],
+ ['getcreatetime_1006',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a3fd5bfe6e9fd5f016b854fc92f19146e',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a5e897d439606a35103a0b260be28c6a4',1,'GpgFrontend::GpgSubKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#adc8ad65688a6dab0993cf655f5361df8',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402',1,'GpgFrontend::GpgSignature::GetCreateTime()']]],
+ ['getdefaultchannel_1007',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]],
+ ['getdescription_1008',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getemail_1009',['GetEmail',['../classGpgFrontend_1_1GpgKey.html#a55a6485f6c2cc5bec0fdf02cd7e0d8ea',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()'],['../classGpgFrontend_1_1GenKeyInfo.html#a76721be08c18907762ba6f6ccc4afc8a',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#abdff0ce4d5e8b7be0aa2e46e0003b22f',1,'GpgFrontend::GpgKeySignature::GetEmail()']]],
+ ['getencrcount_1010',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getencrlast_1011',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getexpiretime_1012',['GetExpireTime',['../classGpgFrontend_1_1GpgKeySignature.html#a59ab21f52b88355ca36ff5ebd77093a6',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GenKeyInfo.html#ac629312630a78e32ee36ba0ff30bc9ff',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a6696d67af322fa2125d99b50cae50417',1,'GpgFrontend::GpgSubKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a7b1e0398bedaecbfa2757243e5f4f0ab',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#a0796249b259af85c30873f5c41a01101',1,'GpgFrontend::GpgSignature::GetExpireTime()']]],
+ ['getfilepath_1013',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['getfingerprint_1014',['GetFingerprint',['../classGpgFrontend_1_1GpgSubKey.html#a09b00ac6a3b934b816f9522f78e77d59',1,'GpgFrontend::GpgSubKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be',1,'GpgFrontend::GpgSignature::GetFingerprint()']]],
+ ['getfullid_1015',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task.html#a3df2340426251e9145e5fe4419937e2a',1,'GpgFrontend::Thread::Task']]],
+ ['gethashalgo_1016',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]],
+ ['getid_1017',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey']]],
+ ['getid_1018',['GetID',['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey']]],
+ ['getinfo_1019',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#a4a8f6ff37e45979159ab375b2c7d48c3',1,'GpgFrontend::GpgContext']]],
+ ['getinstance_1020',['GetInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#ac56d19e0d4b99e7b8a86a017721f3db1',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a0c5893909726b919ea733de9906cfb36',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419',1,'GpgFrontend::UI::SignalStation::GetInstance()'],['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e',1,'GpgFrontend::UI::GpgFrontendApplication::GetInstance()']]],
+ ['getinvalid_1021',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]],
+ ['getkey_1022',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]],
+ ['getkeyid_1023',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]],
+ ['getkeylength_1024',['GetKeyLength',['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()'],['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()']]],
+ ['getkeys_1025',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]],
+ ['getkeyscopy_1026',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a7ec8d8431a771c602cbfa946d13d6c74',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys)'],['../classGpgFrontend_1_1GpgKeyGetter.html#a028fe69516a51c526bbd2ec4235053ad',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys)']]],
+ ['getkeysizestr_1027',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]],
+ ['getlastupdatetime_1028',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]],
+ ['getlatestversion_1029',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]],
+ ['getlocaledir_1030',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getlogdir_1031',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getname_1032',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#abb3e1366dca0288bdc42123e55d77335',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#acd5e46397ebea3224761a6af15eea4fb',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#acca1fff5f12a216b05f2a6186b1e436b',1,'GpgFrontend::GpgUID::GetName()']]],
+ ['getobjectsize_1033',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['getownertrust_1034',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]],
+ ['getpassphrase_1035',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]],
+ ['getpolicy_1036',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getprimarykeylength_1037',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]],
+ ['getprivatechecked_1038',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]],
+ ['getprotocol_1039',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]],
+ ['getpubkey_1040',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]],
+ ['getpubkeyalgo_1041',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgKeySignature.html#a217a2a8b31e44d4c9b463470362a1522',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#ab99e4004f1ad400fd25232312a8ea66b',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a629f904a81c7c09ac9769b3fcf3b48f5',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()']]],
+ ['getpublickeyalgo_1042',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]],
+ ['getresourcedir_1043',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getresultreport_1044',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]],
+ ['getrevoked_1045',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]],
+ ['getselected_1046',['GetSelected',['../classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605',1,'GpgFrontend::UI::FilePage::GetSelected()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()']]],
+ ['getselectedkey_1047',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]],
+ ['getsequency_1048',['GetSequency',['../classGpgFrontend_1_1Thread_1_1Task.html#a80f47accc0832e3aee686ee2879b431e',1,'GpgFrontend::Thread::Task']]],
+ ['getsignatures_1049',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]],
+ ['getsigncount_1050',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getsigners_1051',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]],
+ ['getsignfirst_1052',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getsignlast_1053',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getsingletonstorage_1054',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]],
+ ['getsizechangestep_1055',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]],
+ ['getstandalonedatabasedir_1056',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getstandalonegpgbindir_1057',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getstatus_1058',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a8fc5d4f83e5c0aa0ac19f46c3ec1619e',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#af2639fe6d2774ba286308f3a7b58ba73',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a859b4a3788c8490937f954d92686f490',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]],
+ ['getsubkeys_1059',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]],
+ ['getsuggestmaxkeysize_1060',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsuggestminkeysize_1061',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsummary_1062',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]],
+ ['getsupportedkeyalgo_1063',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#ac0dbb2d89b1e5f9b272679ba3f24314e',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsupportedkeyalgostandalone_1064',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#afb8315b6612c64b3921b72df98ebcc74',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsupportedsubkeyalgo_1065',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a168d6fe5252812f5984ba6d8046c7741',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsupportedsubkeyalgostandalone_1066',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a6819b0ca3ef7712b85ae320030cde023',1,'GpgFrontend::GenKeyInfo']]],
+ ['gettabidstosave_1067',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]],
+ ['gettempcachevalue_1068',['GetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#aa3e4003ca3248537973ea6cf42e9f040',1,'GpgFrontend::CoreCommonUtil']]],
+ ['gettextpage_1069',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['gettofuinfos_1070',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]],
+ ['getuid_1071',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]],
+ ['getuids_1072',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]],
+ ['getuisettings_1073',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getuserid_1074',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]],
+ ['getuuid_1075',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf',1,'GpgFrontend::Thread::Task']]],
+ ['getvalidity_1076',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]],
+ ['globalsettingstation_1077',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]],
+ ['gnupgcontrollerdialog_1078',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835',1,'GpgFrontend::UI::GnuPGControllerDialog']]],
+ ['gnupgtab_1079',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab']]],
+ ['good_1080',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]],
+ ['gpgadvancedoperator_1081',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a9233156767f1d45272b95decd18241e3',1,'GpgFrontend::GpgAdvancedOperator']]],
+ ['gpgbasicoperator_1082',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]],
+ ['gpgcommandexecutor_1083',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor']]],
+ ['gpgcontext_1084',['GpgContext',['../classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147',1,'GpgFrontend::GpgContext::GpgContext(const GpgContextInitArgs &args={})'],['../classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b',1,'GpgFrontend::GpgContext::GpgContext(int channel)']]],
+ ['gpgdata_1085',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a5e607c3bb69f998aaac761f400dd6440',1,'GpgFrontend::GpgData::GpgData(void *buffer, size_t size, bool copy=true)']]],
+ ['gpgdecryptresultanalyse_1086',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
+ ['gpgencryptresultanalyse_1087',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse']]],
+ ['gpgfileopera_1088',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]],
+ ['gpgfrontendapplication_1089',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication']]],
+ ['gpgimportinformation_1090',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation']]],
+ ['gpgkey_1091',['GpgKey',['../classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1',1,'GpgFrontend::GpgKey::GpgKey()=default'],['../classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9',1,'GpgFrontend::GpgKey::GpgKey(gpgme_key_t &&key)'],['../classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804',1,'GpgFrontend::GpgKey::GpgKey(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#aeb316f8728b10e966eed6f0291794eed',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&k) noexcept']]],
+ ['gpgkeygetter_1092',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter']]],
+ ['gpgkeyimportexporter_1093',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['gpgkeymanager_1094',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]],
+ ['gpgkeyopera_1095',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]],
+ ['gpgkeysignature_1096',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b',1,'GpgFrontend::GpgKeySignature::GpgKeySignature()'],['../classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)'],['../classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(const GpgKeySignature &)=delete']]],
+ ['gpgresultanalyse_1097',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]],
+ ['gpgsignature_1098',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe',1,'GpgFrontend::GpgSignature::GpgSignature()'],['../classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8',1,'GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig)'],['../classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a',1,'GpgFrontend::GpgSignature::GpgSignature(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7',1,'GpgFrontend::GpgSignature::GpgSignature(const GpgSignature &)=delete']]],
+ ['gpgsignresultanalyse_1099',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]],
+ ['gpgsubkey_1100',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e',1,'GpgFrontend::GpgSubKey::GpgSubKey()'],['../classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe',1,'GpgFrontend::GpgSubKey::GpgSubKey(gpgme_subkey_t subkey)'],['../classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5',1,'GpgFrontend::GpgSubKey::GpgSubKey(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab',1,'GpgFrontend::GpgSubKey::GpgSubKey(const GpgSubKey &)=delete']]],
+ ['gpgtofuinfo_1101',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(gpgme_tofu_info_t tofu_info)'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete']]],
+ ['gpguid_1102',['GpgUID',['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete']]],
+ ['gpguidoperator_1103',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]],
+ ['gpgverifyresultanalyse_1104',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse']]]
];
diff --git a/docs/html/search/functions_8.js b/docs/html/search/functions_8.js
index cdd18dcd..2d5f5870 100644
--- a/docs/html/search/functions_8.js
+++ b/docs/html/search/functions_8.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['helppage_1103',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage']]]
+ ['helppage_1105',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage']]]
];
diff --git a/docs/html/search/functions_9.js b/docs/html/search/functions_9.js
index a588ba0a..cca04d8c 100644
--- a/docs/html/search/functions_9.js
+++ b/docs/html/search/functions_9.js
@@ -1,49 +1,49 @@
var searchData=
[
- ['import_5fkey_5ffrom_5fkeyserver_1104',['import_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770',1,'GpgFrontend::UI']]],
- ['import_5fkeys_1105',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()']]],
- ['import_5funknown_5fkey_5ffrom_5fkeyserver_1106',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]],
- ['importkey_1107',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['importkeypackage_1108',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]],
- ['infoboardwidget_1109',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['infotab_1110',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]],
- ['infovalid_1111',['InfoValid',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aec79eefdc19c90e046cb48bca347ff1c',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['init_1112',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]],
- ['init_5fapp_5fsecure_5fkey_1113',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]],
- ['init_5flocale_1114',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]],
- ['initcoreloggingsystem_1115',['InitCoreLoggingSystem',['../namespaceGpgFrontend.html#ab4a865228be071282d2a08e66ef6cb68',1,'GpgFrontend']]],
- ['initgpgfrontendui_1116',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]],
- ['intropage_1117',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]],
- ['isallowauthentication_1118',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowcertification_1119',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangeauthentication_1120',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangecertification_1121',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangeencryption_1122',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangesigning_1123',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowencryption_1124',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]],
- ['isallownopassphrase_1125',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowsigning_1126',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]],
- ['iscardkey_1127',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]],
- ['isdisabled_1128',['IsDisabled',['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()'],['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()']]],
- ['isdiscarded_1129',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]],
- ['isexpired_1130',['IsExpired',['../classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327',1,'GpgFrontend::GpgKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#aec39e4f67f17358f26bbbeb4cf62b7f4',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgSubKey.html#ac686352b5ede5aa4dd74b3488c53891e',1,'GpgFrontend::GpgSubKey::IsExpired()']]],
- ['isexportable_1131',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]],
- ['isgood_1132',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]],
- ['ishasactualauthenticationcapability_1133',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]],
- ['ishasactualcertificationcapability_1134',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]],
- ['ishasactualencryptioncapability_1135',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]],
- ['ishasactualsigningcapability_1136',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]],
- ['ishasauthenticationcapability_1137',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]],
- ['ishascardkey_1138',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]],
- ['ishascertificationcapability_1139',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()']]],
- ['ishasencryptioncapability_1140',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability() const']]],
- ['ishasmasterkey_1141',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]],
- ['ishassigningcapability_1142',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()']]],
- ['isinvalid_1143',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]],
- ['isnonexpired_1144',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]],
- ['isnopassphrase_1145',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]],
- ['isprivatekey_1146',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]],
- ['isrevoked_1147',['IsRevoked',['../classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87',1,'GpgFrontend::GpgKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9aa824b0a9e03dfbcc7849a7b526ef67',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgSubKey.html#a9cc81c515b6a197757b48dd334cc3344',1,'GpgFrontend::GpgSubKey::IsRevoked() const']]],
- ['issecretkey_1148',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]],
- ['issubkey_1149',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]]
+ ['import_5fkey_5ffrom_5fkeyserver_1106',['import_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770',1,'GpgFrontend::UI']]],
+ ['import_5fkeys_1107',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()']]],
+ ['import_5funknown_5fkey_5ffrom_5fkeyserver_1108',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]],
+ ['importkey_1109',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['importkeypackage_1110',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]],
+ ['infoboardwidget_1111',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['infotab_1112',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]],
+ ['infovalid_1113',['InfoValid',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aec79eefdc19c90e046cb48bca347ff1c',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['init_1114',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]],
+ ['init_5fapp_5fsecure_5fkey_1115',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]],
+ ['init_5flocale_1116',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]],
+ ['initcoreloggingsystem_1117',['InitCoreLoggingSystem',['../namespaceGpgFrontend.html#ab4a865228be071282d2a08e66ef6cb68',1,'GpgFrontend']]],
+ ['initgpgfrontendui_1118',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]],
+ ['intropage_1119',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]],
+ ['isallowauthentication_1120',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowcertification_1121',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangeauthentication_1122',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangecertification_1123',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangeencryption_1124',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangesigning_1125',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowencryption_1126',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallownopassphrase_1127',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowsigning_1128',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]],
+ ['iscardkey_1129',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]],
+ ['isdisabled_1130',['IsDisabled',['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()'],['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()']]],
+ ['isdiscarded_1131',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]],
+ ['isexpired_1132',['IsExpired',['../classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327',1,'GpgFrontend::GpgKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#aec39e4f67f17358f26bbbeb4cf62b7f4',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgSubKey.html#ac686352b5ede5aa4dd74b3488c53891e',1,'GpgFrontend::GpgSubKey::IsExpired()']]],
+ ['isexportable_1133',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]],
+ ['isgood_1134',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualauthenticationcapability_1135',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualcertificationcapability_1136',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualencryptioncapability_1137',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualsigningcapability_1138',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]],
+ ['ishasauthenticationcapability_1139',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]],
+ ['ishascardkey_1140',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]],
+ ['ishascertificationcapability_1141',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()']]],
+ ['ishasencryptioncapability_1142',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability() const']]],
+ ['ishasmasterkey_1143',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]],
+ ['ishassigningcapability_1144',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()']]],
+ ['isinvalid_1145',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]],
+ ['isnonexpired_1146',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]],
+ ['isnopassphrase_1147',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]],
+ ['isprivatekey_1148',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]],
+ ['isrevoked_1149',['IsRevoked',['../classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87',1,'GpgFrontend::GpgKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9aa824b0a9e03dfbcc7849a7b526ef67',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgSubKey.html#a9cc81c515b6a197757b48dd334cc3344',1,'GpgFrontend::GpgSubKey::IsRevoked() const']]],
+ ['issecretkey_1150',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]],
+ ['issubkey_1151',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]]
];
diff --git a/docs/html/search/functions_a.js b/docs/html/search/functions_a.js
index 78580ae2..945f9fbc 100644
--- a/docs/html/search/functions_a.js
+++ b/docs/html/search/functions_a.js
@@ -1,22 +1,22 @@
var searchData=
[
- ['keygendialog_1150',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['keygenpage_1151',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]],
- ['keyimportdetaildialog_1152',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
- ['keylist_1153',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]],
- ['keymgmt_1154',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]],
- ['keynewuiddialog_1155',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
- ['keypairdetailtab_1156',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['keypairoperatab_1157',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab']]],
- ['keypairsubkeytab_1158',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['keypairuidtab_1159',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['keypressevent_1160',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()']]],
- ['keyserverimportdialog_1161',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(bool automatic, QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(QWidget *parent)']]],
- ['keyserverimporttask_1162',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857',1,'GpgFrontend::UI::KeyServerImportTask']]],
- ['keyserversearchtask_1163',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa',1,'GpgFrontend::UI::KeyServerSearchTask']]],
- ['keyservertab_1164',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]],
- ['keysetexpiredatedialog_1165',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)']]],
- ['keytable_1166',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable']]],
- ['keyuidsigndialog_1167',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
- ['keyuploaddialog_1168',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog']]]
+ ['keygendialog_1152',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['keygenpage_1153',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]],
+ ['keyimportdetaildialog_1154',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
+ ['keylist_1155',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]],
+ ['keymgmt_1156',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]],
+ ['keynewuiddialog_1157',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
+ ['keypairdetailtab_1158',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['keypairoperatab_1159',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab']]],
+ ['keypairsubkeytab_1160',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['keypairuidtab_1161',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['keypressevent_1162',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()']]],
+ ['keyserverimportdialog_1163',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(bool automatic, QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(QWidget *parent)']]],
+ ['keyserverimporttask_1164',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857',1,'GpgFrontend::UI::KeyServerImportTask']]],
+ ['keyserversearchtask_1165',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa',1,'GpgFrontend::UI::KeyServerSearchTask']]],
+ ['keyservertab_1166',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]],
+ ['keysetexpiredatedialog_1167',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)']]],
+ ['keytable_1168',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable']]],
+ ['keyuidsigndialog_1169',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
+ ['keyuploaddialog_1170',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog']]]
];
diff --git a/docs/html/search/functions_b.js b/docs/html/search/functions_b.js
index cddc8a81..e8973470 100644
--- a/docs/html/search/functions_b.js
+++ b/docs/html/search/functions_b.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['listedkeyservertesttask_1169',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
- ['listlanguages_1170',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]],
- ['loadfile_1171',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]],
- ['localized_5fhelp_1172',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]]
+ ['listedkeyservertesttask_1171',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
+ ['listlanguages_1172',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]],
+ ['loadfile_1173',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]],
+ ['localized_5fhelp_1174',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]]
];
diff --git a/docs/html/search/functions_c.js b/docs/html/search/functions_c.js
index af638513..6750037a 100644
--- a/docs/html/search/functions_c.js
+++ b/docs/html/search/functions_c.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['markkeys_1173',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]],
- ['maybe_5fsave_5fcurrent_5ftab_1174',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]],
- ['maybesaveanytab_1175',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]],
- ['modifypassword_1176',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]],
- ['modifytofupolicy_1177',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]]
+ ['markkeys_1175',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]],
+ ['maybe_5fsave_5fcurrent_5ftab_1176',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]],
+ ['maybesaveanytab_1177',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]],
+ ['modifypassword_1178',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]],
+ ['modifytofupolicy_1179',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]]
];
diff --git a/docs/html/search/functions_d.js b/docs/html/search/functions_d.js
index ee860dc0..b5cd8123 100644
--- a/docs/html/search/functions_d.js
+++ b/docs/html/search/functions_d.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['need_5fuser_5finput_5fpassphrase_1178',['need_user_input_passphrase',['../classGpgFrontend_1_1GpgContext.html#ac7c9b2212a77e7cede94d68243541b1b',1,'GpgFrontend::GpgContext']]],
- ['needupgrade_1179',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['networktab_1180',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]],
- ['new_5fdefault_5fsettings_5fchannel_1181',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]],
- ['nextid_1182',['nextId',['../classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4',1,'GpgFrontend::UI::IntroPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0',1,'GpgFrontend::UI::ChoosePage::nextId()'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead',1,'GpgFrontend::UI::KeyGenPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7',1,'GpgFrontend::UI::ConclusionPage::nextId()']]],
- ['notify_1183',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]],
- ['notifyfilesaved_1184',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]]
+ ['need_5fuser_5finput_5fpassphrase_1180',['need_user_input_passphrase',['../classGpgFrontend_1_1GpgContext.html#ac7c9b2212a77e7cede94d68243541b1b',1,'GpgFrontend::GpgContext']]],
+ ['needupgrade_1181',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['networktab_1182',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]],
+ ['new_5fdefault_5fsettings_5fchannel_1183',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]],
+ ['nextid_1184',['nextId',['../classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4',1,'GpgFrontend::UI::IntroPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0',1,'GpgFrontend::UI::ChoosePage::nextId()'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead',1,'GpgFrontend::UI::KeyGenPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7',1,'GpgFrontend::UI::ConclusionPage::nextId()']]],
+ ['notify_1185',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]],
+ ['notifyfilesaved_1186',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]]
];
diff --git a/docs/html/search/functions_e.js b/docs/html/search/functions_e.js
index f4af7239..1023cbb8 100644
--- a/docs/html/search/functions_e.js
+++ b/docs/html/search/functions_e.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['oncustomcontextmenu_1185',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]],
- ['operator_20gpgme_5fctx_5ft_1186',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]],
- ['operator_20gpgme_5fdata_5ft_1187',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]],
- ['operator_20gpgme_5fkey_5ft_1188',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]],
- ['operator_3c_3d_1189',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]],
- ['operator_3d_1190',['operator=',['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()']]],
- ['operator_3d_3d_1191',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]]
+ ['oncustomcontextmenu_1187',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]],
+ ['operator_20gpgme_5fctx_5ft_1188',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]],
+ ['operator_20gpgme_5fdata_5ft_1189',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]],
+ ['operator_20gpgme_5fkey_5ft_1190',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]],
+ ['operator_3c_3d_1191',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]],
+ ['operator_3d_1192',['operator=',['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()']]],
+ ['operator_3d_3d_1193',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]]
];
diff --git a/docs/html/search/functions_f.js b/docs/html/search/functions_f.js
index c4e35d92..122c07c6 100644
--- a/docs/html/search/functions_f.js
+++ b/docs/html/search/functions_f.js
@@ -1,16 +1,16 @@
var searchData=
[
- ['passphrasegenerator_1192',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]],
- ['plaintexteditorpage_1193',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['popobject_1194',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['post_5finit_5fctx_1195',['post_init_ctx',['../classGpgFrontend_1_1GpgContext.html#aaf3f394ff1790897c315c3249b1f06fe',1,'GpgFrontend::GpgContext']]],
- ['postscheduletask_1196',['PostScheduleTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac',1,'GpgFrontend::Thread::TaskRunner']]],
- ['posttask_1197',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]],
- ['print_5frecipient_1198',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
- ['print_5fsigner_1199',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
- ['process_5fdirectory_5finto_5ftarball_1200',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]],
- ['process_5foperation_1201',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]],
- ['process_5fresult_5fanalyse_1202',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]],
- ['process_5ftarball_5finto_5fdirectory_1203',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]],
- ['proxyconnectiontesttask_1204',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956',1,'GpgFrontend::UI::ProxyConnectionTestTask']]]
+ ['passphrasegenerator_1194',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]],
+ ['plaintexteditorpage_1195',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['popobject_1196',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['post_5finit_5fctx_1197',['post_init_ctx',['../classGpgFrontend_1_1GpgContext.html#aaf3f394ff1790897c315c3249b1f06fe',1,'GpgFrontend::GpgContext']]],
+ ['postscheduletask_1198',['PostScheduleTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['posttask_1199',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['print_5frecipient_1200',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
+ ['print_5fsigner_1201',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
+ ['process_5fdirectory_5finto_5ftarball_1202',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]],
+ ['process_5foperation_1203',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]],
+ ['process_5fresult_5fanalyse_1204',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]],
+ ['process_5ftarball_5finto_5fdirectory_1205',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]],
+ ['proxyconnectiontesttask_1206',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956',1,'GpgFrontend::UI::ProxyConnectionTestTask']]]
];
diff --git a/docs/html/search/namespaces_0.js b/docs/html/search/namespaces_0.js
index f109a60e..1c6d73e8 100644
--- a/docs/html/search/namespaces_0.js
+++ b/docs/html/search/namespaces_0.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['gpgfrontend_874',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]],
- ['rawapi_875',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]],
- ['thread_876',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]],
- ['ui_877',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]]
+ ['gpgfrontend_875',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]],
+ ['rawapi_876',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]],
+ ['thread_877',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]],
+ ['ui_878',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]]
];
diff --git a/docs/html/search/pages_0.js b/docs/html/search/pages_0.js
index bd8be764..a77dee6c 100644
--- a/docs/html/search/pages_0.js
+++ b/docs/html/search/pages_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['gpgfrontend_20develop_20document_20main_20page_1563',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]]
+ ['gpgfrontend_20develop_20document_20main_20page_1566',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]]
];
diff --git a/docs/html/search/pages_1.html b/docs/html/search/pages_1.html
deleted file mode 100644
index a0fb6796..00000000
--- a/docs/html/search/pages_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/html/search/pages_1.js b/docs/html/search/pages_1.js
deleted file mode 100644
index 87920b4a..00000000
--- a/docs/html/search/pages_1.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['security_20policy_1564',['Security Policy',['../md_src_SECURITY.html',1,'']]]
-];
diff --git a/docs/html/search/searchdata.js b/docs/html/search/searchdata.js
index 302dd561..cf50571a 100644
--- a/docs/html/search/searchdata.js
+++ b/docs/html/search/searchdata.js
@@ -6,7 +6,7 @@ var indexSectionsWithContent =
3: "_abcdefghiklmnopqrstuvw~",
4: "_abcdefghiklmnopqrstuvz",
5: "i",
- 6: "gs"
+ 6: "g"
};
var indexSectionNames =
diff --git a/docs/html/search/variables_0.js b/docs/html/search/variables_0.js
index 09082282..f59ae9e4 100644
--- a/docs/html/search/variables_0.js
+++ b/docs/html/search/variables_0.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['_5fdefault_5fchannel_1425',['_default_channel',['../classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311',1,'GpgFrontend::ChannelObject']]],
- ['_5finstance_1426',['_instance',['../classGpgFrontend_1_1CoreSignalStation.html#a36c316a2a76fdf7c3e74dfa5f8ed6b15',1,'GpgFrontend::CoreSignalStation']]]
+ ['_5fdefault_5fchannel_1428',['_default_channel',['../classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311',1,'GpgFrontend::ChannelObject']]],
+ ['_5finstance_1429',['_instance',['../classGpgFrontend_1_1CoreSignalStation.html#a36c316a2a76fdf7c3e74dfa5f8ed6b15',1,'GpgFrontend::CoreSignalStation']]]
];
diff --git a/docs/html/search/variables_1.js b/docs/html/search/variables_1.js
index dec876e1..fb5784e4 100644
--- a/docs/html/search/variables_1.js
+++ b/docs/html/search/variables_1.js
@@ -1,20 +1,20 @@
var searchData=
[
- ['about_5fact_5f_1427',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]],
- ['add_5fpgp_5fheader_5fact_5f_1428',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]],
- ['additional_5fuid_5fbox_5f_1429',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['algorithm_5fvar_5flabel_5f_1430',['algorithm_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1',1,'GpgFrontend::UI::KeyPairDetailTab::algorithm_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c',1,'GpgFrontend::UI::KeyPairSubkeyTab::algorithm_var_label_()']]],
- ['app_5fconfigure_5fpath_5f_1431',['app_configure_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5fdata_5fobjs_5fpath_5f_1432',['app_data_objs_path_',['../classGpgFrontend_1_1DataObjectOperator.html#ae6762d4f0f5ca2e83f7c1508cd25cc21',1,'GpgFrontend::DataObjectOperator::app_data_objs_path_()'],['../classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a',1,'GpgFrontend::GlobalSettingStation::app_data_objs_path_()']]],
- ['app_5fdata_5fpath_5f_1433',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5flocale_5fpath_5f_1434',['app_locale_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5flog_5fpath_5f_1435',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5fpath_5f_1436',['app_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5fresource_5fpath_5f_1437',['app_resource_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5fsecure_5fkey_5fpath_5f_1438',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca',1,'GpgFrontend::DataObjectOperator']]],
- ['app_5fsecure_5fpath_5f_1439',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a',1,'GpgFrontend::DataObjectOperator']]],
- ['append_5fselected_5fkeys_5fact_5f_1440',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]],
- ['apppath_1441',['AppPath',['../classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0',1,'GpgFrontend::GpgInfo']]],
- ['assuanpath_1442',['AssuanPath',['../classGpgFrontend_1_1GpgInfo.html#a48659b780f8d0153ca0eb985a072b5ba',1,'GpgFrontend::GpgInfo']]],
- ['attachment_5fdock_5f_1443',['attachment_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153',1,'GpgFrontend::UI::MainWindow']]]
+ ['about_5fact_5f_1430',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]],
+ ['add_5fpgp_5fheader_5fact_5f_1431',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]],
+ ['additional_5fuid_5fbox_5f_1432',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['algorithm_5fvar_5flabel_5f_1433',['algorithm_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1',1,'GpgFrontend::UI::KeyPairDetailTab::algorithm_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c',1,'GpgFrontend::UI::KeyPairSubkeyTab::algorithm_var_label_()']]],
+ ['app_5fconfigure_5fpath_5f_1434',['app_configure_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5fdata_5fobjs_5fpath_5f_1435',['app_data_objs_path_',['../classGpgFrontend_1_1DataObjectOperator.html#ae6762d4f0f5ca2e83f7c1508cd25cc21',1,'GpgFrontend::DataObjectOperator::app_data_objs_path_()'],['../classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a',1,'GpgFrontend::GlobalSettingStation::app_data_objs_path_()']]],
+ ['app_5fdata_5fpath_5f_1436',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5flocale_5fpath_5f_1437',['app_locale_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5flog_5fpath_5f_1438',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5fpath_5f_1439',['app_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5fresource_5fpath_5f_1440',['app_resource_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5fsecure_5fkey_5fpath_5f_1441',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca',1,'GpgFrontend::DataObjectOperator']]],
+ ['app_5fsecure_5fpath_5f_1442',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a',1,'GpgFrontend::DataObjectOperator']]],
+ ['append_5fselected_5fkeys_5fact_5f_1443',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]],
+ ['apppath_1444',['AppPath',['../classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0',1,'GpgFrontend::GpgInfo']]],
+ ['assuanpath_1445',['AssuanPath',['../classGpgFrontend_1_1GpgInfo.html#a48659b780f8d0153ca0eb985a072b5ba',1,'GpgFrontend::GpgInfo']]],
+ ['attachment_5fdock_5f_1446',['attachment_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_10.js b/docs/html/search/variables_10.js
index 39c76b4c..1f288e11 100644
--- a/docs/html/search/variables_10.js
+++ b/docs/html/search/variables_10.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['quit_5fact_5f_1533',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]],
- ['quote_5fact_5f_1534',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]]
+ ['quit_5fact_5f_1536',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]],
+ ['quote_5fact_5f_1537',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_11.js b/docs/html/search/variables_11.js
index c73f8e8f..3dc7bbc4 100644
--- a/docs/html/search/variables_11.js
+++ b/docs/html/search/variables_11.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['rd_5f_1535',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]],
- ['redo_5fact_5f_1536',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]]
+ ['rd_5f_1538',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]],
+ ['redo_5fact_5f_1539',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_12.js b/docs/html/search/variables_12.js
index 2fe652de..65af1ad4 100644
--- a/docs/html/search/variables_12.js
+++ b/docs/html/search/variables_12.js
@@ -1,16 +1,16 @@
var searchData=
[
- ['save_5fact_5f_1537',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]],
- ['save_5fas_5fact_5f_1538',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]],
- ['select_5fall_5fact_5f_1539',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]],
- ['sequency_5f_1540',['sequency_',['../classGpgFrontend_1_1Thread_1_1Task.html#a71ed097a2c4b4b735fd385dfe87e6f57',1,'GpgFrontend::Thread::Task']]],
- ['show_5fkey_5fdetails_5fact_5f_1541',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]],
- ['sign_5fact_5f_1542',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]],
- ['sign_5fmarked_5f_1543',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['special_5fedit_5ftool_5fbar_5f_1544',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]],
- ['start_5fwizard_5fact_5f_1545',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]],
- ['steganography_5fmenu_5f_1546',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]],
- ['storages_5fmutex_5f_1547',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]],
- ['switch_5ftab_5fdown_5fact_5f_1548',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]],
- ['switch_5ftab_5fup_5fact_5f_1549',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]]
+ ['save_5fact_5f_1540',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]],
+ ['save_5fas_5fact_5f_1541',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]],
+ ['select_5fall_5fact_5f_1542',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]],
+ ['sequency_5f_1543',['sequency_',['../classGpgFrontend_1_1Thread_1_1Task.html#a71ed097a2c4b4b735fd385dfe87e6f57',1,'GpgFrontend::Thread::Task']]],
+ ['show_5fkey_5fdetails_5fact_5f_1544',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]],
+ ['sign_5fact_5f_1545',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]],
+ ['sign_5fmarked_5f_1546',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['special_5fedit_5ftool_5fbar_5f_1547',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]],
+ ['start_5fwizard_5fact_5f_1548',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]],
+ ['steganography_5fmenu_5f_1549',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]],
+ ['storages_5fmutex_5f_1550',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]],
+ ['switch_5ftab_5fdown_5fact_5f_1551',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]],
+ ['switch_5ftab_5fup_5fact_5f_1552',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_13.js b/docs/html/search/variables_13.js
index 553231fd..63f2bc45 100644
--- a/docs/html/search/variables_13.js
+++ b/docs/html/search/variables_13.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['tasks_1550',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]],
- ['tasks_5fmutex_5f_1551',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]],
- ['thread_5fpool_5f_1552',['thread_pool_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a2bdc321dd0732ba7a72499b2dc12f7c9',1,'GpgFrontend::Thread::TaskRunner']]],
- ['translate_5fact_5f_1553',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]]
+ ['tasks_1553',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['tasks_5fmutex_5f_1554',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['thread_5fpool_5f_1555',['thread_pool_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a2bdc321dd0732ba7a72499b2dc12f7c9',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['translate_5fact_5f_1556',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_14.js b/docs/html/search/variables_14.js
index d3368190..ff2a0b67 100644
--- a/docs/html/search/variables_14.js
+++ b/docs/html/search/variables_14.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['ui_5fcfg_5f_1554',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]],
- ['ui_5fconfig_5fdir_5fpath_5f_1555',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]],
- ['ui_5fconfig_5fpath_5f_1556',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]],
- ['undo_5fact_5f_1557',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]]
+ ['ui_5fcfg_5f_1557',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]],
+ ['ui_5fconfig_5fdir_5fpath_5f_1558',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]],
+ ['ui_5fconfig_5fpath_5f_1559',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]],
+ ['undo_5fact_5f_1560',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_15.js b/docs/html/search/variables_15.js
index 52be17e3..641ea336 100644
--- a/docs/html/search/variables_15.js
+++ b/docs/html/search/variables_15.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['verify_5fact_5f_1558',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]],
- ['view_5fmenu_5f_1559',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]]
+ ['verify_5fact_5f_1561',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]],
+ ['view_5fmenu_5f_1562',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_16.js b/docs/html/search/variables_16.js
index 552e38df..7119afc9 100644
--- a/docs/html/search/variables_16.js
+++ b/docs/html/search/variables_16.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['zoom_5fin_5fact_5f_1560',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]],
- ['zoom_5fout_5fact_5f_1561',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]]
+ ['zoom_5fin_5fact_5f_1563',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]],
+ ['zoom_5fout_5fact_5f_1564',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_2.js b/docs/html/search/variables_2.js
index 9183c095..68921a9a 100644
--- a/docs/html/search/variables_2.js
+++ b/docs/html/search/variables_2.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['browser_5f_1444',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]],
- ['browser_5fact_5f_1445',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]],
- ['button_5fbox_5f_1446',['button_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52',1,'GpgFrontend::UI::KeyGenDialog::button_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2',1,'GpgFrontend::UI::SubkeyGenerateDialog::button_box_()']]]
+ ['browser_5f_1447',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]],
+ ['browser_5fact_5f_1448',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]],
+ ['button_5fbox_5f_1449',['button_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52',1,'GpgFrontend::UI::KeyGenDialog::button_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2',1,'GpgFrontend::UI::SubkeyGenerateDialog::button_box_()']]]
];
diff --git a/docs/html/search/variables_3.js b/docs/html/search/variables_3.js
index cee07504..8190e6a8 100644
--- a/docs/html/search/variables_3.js
+++ b/docs/html/search/variables_3.js
@@ -1,21 +1,21 @@
var searchData=
[
- ['channel_5f_1447',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]],
- ['check_5fupdate_5fact_5f_1448',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]],
- ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1449',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]],
- ['close_5ftab_5fact_5f_1450',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]],
- ['cmspath_1451',['CMSPath',['../classGpgFrontend_1_1GpgInfo.html#ac8ecbf438d05dc434c77825dd38dfdf2',1,'GpgFrontend::GpgInfo']]],
- ['comment_5fedit_5f_1452',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['comment_5fvar_5flabel_5f_1453',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['copy_5fact_5f_1454',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]],
- ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1455',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]],
- ['count_5fpage_5f_1456',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]],
- ['created_5fvar_5flabel_5f_1457',['created_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36',1,'GpgFrontend::UI::KeyPairSubkeyTab::created_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975',1,'GpgFrontend::UI::KeyPairDetailTab::created_var_label_()']]],
- ['crypt_5fmenu_5f_1458',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]],
- ['crypt_5ftool_5fbar_5f_1459',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]],
- ['ctx_5f_1460',['ctx_',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a387ad457bb729f340f680d0b743733ad',1,'GpgFrontend::GpgAdvancedOperator::ctx_()'],['../classGpgFrontend_1_1GpgBasicOperator.html#afad990a43ab06a060a93db9948ebb740',1,'GpgFrontend::GpgBasicOperator::ctx_()'],['../classGpgFrontend_1_1GpgCommandExecutor.html#aefc4f18ec852b98c539d97da1c712a02',1,'GpgFrontend::GpgCommandExecutor::ctx_()'],['../classGpgFrontend_1_1GpgKeyGetter.html#aa4aef315d82123726be879097d3df147',1,'GpgFrontend::GpgKeyGetter::ctx_()']]],
- ['ctx_5fmutex_5f_1461',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a',1,'GpgFrontend::GpgKeyGetter']]],
- ['current_5freply_5f_1462',['current_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e',1,'GpgFrontend::UI::VersionCheckTask']]],
- ['cut_5fact_5f_1463',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]],
- ['cut_5fpgp_5fheader_5fact_5f_1464',['cut_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86',1,'GpgFrontend::UI::MainWindow']]]
+ ['channel_5f_1450',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]],
+ ['check_5fupdate_5fact_5f_1451',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]],
+ ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1452',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]],
+ ['close_5ftab_5fact_5f_1453',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]],
+ ['cmspath_1454',['CMSPath',['../classGpgFrontend_1_1GpgInfo.html#ac8ecbf438d05dc434c77825dd38dfdf2',1,'GpgFrontend::GpgInfo']]],
+ ['comment_5fedit_5f_1455',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['comment_5fvar_5flabel_5f_1456',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['copy_5fact_5f_1457',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]],
+ ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1458',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]],
+ ['count_5fpage_5f_1459',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]],
+ ['created_5fvar_5flabel_5f_1460',['created_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36',1,'GpgFrontend::UI::KeyPairSubkeyTab::created_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975',1,'GpgFrontend::UI::KeyPairDetailTab::created_var_label_()']]],
+ ['crypt_5fmenu_5f_1461',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]],
+ ['crypt_5ftool_5fbar_5f_1462',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]],
+ ['ctx_5f_1463',['ctx_',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a387ad457bb729f340f680d0b743733ad',1,'GpgFrontend::GpgAdvancedOperator::ctx_()'],['../classGpgFrontend_1_1GpgBasicOperator.html#afad990a43ab06a060a93db9948ebb740',1,'GpgFrontend::GpgBasicOperator::ctx_()'],['../classGpgFrontend_1_1GpgCommandExecutor.html#aefc4f18ec852b98c539d97da1c712a02',1,'GpgFrontend::GpgCommandExecutor::ctx_()'],['../classGpgFrontend_1_1GpgKeyGetter.html#aa4aef315d82123726be879097d3df147',1,'GpgFrontend::GpgKeyGetter::ctx_()']]],
+ ['ctx_5fmutex_5f_1464',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a',1,'GpgFrontend::GpgKeyGetter']]],
+ ['current_5freply_5f_1465',['current_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e',1,'GpgFrontend::UI::VersionCheckTask']]],
+ ['cut_5fact_5f_1466',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]],
+ ['cut_5fpgp_5fheader_5fact_5f_1467',['cut_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_4.js b/docs/html/search/variables_4.js
index 3f7f5b33..4d4970ee 100644
--- a/docs/html/search/variables_4.js
+++ b/docs/html/search/variables_4.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['databasepath_1465',['DatabasePath',['../classGpgFrontend_1_1GpgInfo.html#a7347d47006bdf41f1da979ea3289de7e',1,'GpgFrontend::GpgInfo']]],
- ['date_5fedit_5f_1466',['date_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd',1,'GpgFrontend::UI::KeyGenDialog::date_edit_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d',1,'GpgFrontend::UI::SubkeyGenerateDialog::date_edit_()']]],
- ['decrypt_5fact_5f_1467',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]],
- ['decrypt_5fverify_5fact_5f_1468',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]],
- ['default_5ftask_5fname_1469',['DEFAULT_TASK_NAME',['../classGpgFrontend_1_1Thread_1_1Task.html#a4a2cad8747108322152b41c049f99c72',1,'GpgFrontend::Thread::Task']]],
- ['dirmngrpath_1470',['DirmngrPath',['../classGpgFrontend_1_1GpgInfo.html#a8c7e75d67b2438c61bbe4cebe68a7029',1,'GpgFrontend::GpgInfo']]]
+ ['databasepath_1468',['DatabasePath',['../classGpgFrontend_1_1GpgInfo.html#a7347d47006bdf41f1da979ea3289de7e',1,'GpgFrontend::GpgInfo']]],
+ ['date_5fedit_5f_1469',['date_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd',1,'GpgFrontend::UI::KeyGenDialog::date_edit_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d',1,'GpgFrontend::UI::SubkeyGenerateDialog::date_edit_()']]],
+ ['decrypt_5fact_5f_1470',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]],
+ ['decrypt_5fverify_5fact_5f_1471',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]],
+ ['default_5ftask_5fname_1472',['DEFAULT_TASK_NAME',['../classGpgFrontend_1_1Thread_1_1Task.html#a4a2cad8747108322152b41c049f99c72',1,'GpgFrontend::Thread::Task']]],
+ ['dirmngrpath_1473',['DirmngrPath',['../classGpgFrontend_1_1GpgInfo.html#a8c7e75d67b2438c61bbe4cebe68a7029',1,'GpgFrontend::GpgInfo']]]
];
diff --git a/docs/html/search/variables_5.js b/docs/html/search/variables_5.js
index 5e7c79ee..0cfd0849 100644
--- a/docs/html/search/variables_5.js
+++ b/docs/html/search/variables_5.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['edit_5f_1471',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]],
- ['edit_5fmenu_5f_1472',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]],
- ['edit_5ftool_5fbar_5f_1473',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]],
- ['email_5fedit_5f_1474',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['email_5fvar_5flabel_5f_1475',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['encrypt_5fact_5f_1476',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]],
- ['encrypt_5fsign_5fact_5f_1477',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]],
- ['error_5flabel_5f_1478',['error_label_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219',1,'GpgFrontend::UI::KeyGenDialog::error_label_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683',1,'GpgFrontend::UI::SubkeyGenerateDialog::error_label_()']]],
- ['error_5fmessages_5f_1479',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['expire_5fcheck_5fbox_5f_1480',['expire_check_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d',1,'GpgFrontend::UI::KeyGenDialog::expire_check_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2',1,'GpgFrontend::UI::SubkeyGenerateDialog::expire_check_box_()']]],
- ['expire_5fvar_5flabel_5f_1481',['expire_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0',1,'GpgFrontend::UI::KeyPairDetailTab::expire_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927',1,'GpgFrontend::UI::KeyPairSubkeyTab::expire_var_label_()']]]
+ ['edit_5f_1474',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]],
+ ['edit_5fmenu_5f_1475',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]],
+ ['edit_5ftool_5fbar_5f_1476',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]],
+ ['email_5fedit_5f_1477',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['email_5fvar_5flabel_5f_1478',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['encrypt_5fact_5f_1479',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]],
+ ['encrypt_5fsign_5fact_5f_1480',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]],
+ ['error_5flabel_5f_1481',['error_label_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219',1,'GpgFrontend::UI::KeyGenDialog::error_label_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683',1,'GpgFrontend::UI::SubkeyGenerateDialog::error_label_()']]],
+ ['error_5fmessages_5f_1482',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['expire_5fcheck_5fbox_5f_1483',['expire_check_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d',1,'GpgFrontend::UI::KeyGenDialog::expire_check_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2',1,'GpgFrontend::UI::SubkeyGenerateDialog::expire_check_box_()']]],
+ ['expire_5fvar_5flabel_5f_1484',['expire_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0',1,'GpgFrontend::UI::KeyPairDetailTab::expire_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927',1,'GpgFrontend::UI::KeyPairSubkeyTab::expire_var_label_()']]]
];
diff --git a/docs/html/search/variables_6.js b/docs/html/search/variables_6.js
index 4b7feb16..7fb91ba1 100644
--- a/docs/html/search/variables_6.js
+++ b/docs/html/search/variables_6.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['file_5fmenu_5f_1482',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]],
- ['file_5ftool_5fbar_5f_1483',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]],
- ['find_5fact_5f_1484',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]],
- ['find_5fedit_5f_1485',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]],
- ['fingerprint_5fbox_5f_1486',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['fingerprint_5fvar_5flabel_5f_1487',['fingerprint_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6',1,'GpgFrontend::UI::KeyPairDetailTab::fingerprint_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf',1,'GpgFrontend::UI::KeyPairSubkeyTab::fingerprint_var_label_()']]],
- ['fpr_5f_1488',['fpr_',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
- ['full_5ffile_5fpath_5f_1489',['full_file_path_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db',1,'GpgFrontend::UI::PlainTextEditorPage']]]
+ ['file_5fmenu_5f_1485',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]],
+ ['file_5ftool_5fbar_5f_1486',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]],
+ ['find_5fact_5f_1487',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]],
+ ['find_5fedit_5f_1488',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]],
+ ['fingerprint_5fbox_5f_1489',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['fingerprint_5fvar_5flabel_5f_1490',['fingerprint_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6',1,'GpgFrontend::UI::KeyPairDetailTab::fingerprint_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf',1,'GpgFrontend::UI::KeyPairSubkeyTab::fingerprint_var_label_()']]],
+ ['fpr_5f_1491',['fpr_',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
+ ['full_5ffile_5fpath_5f_1492',['full_file_path_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db',1,'GpgFrontend::UI::PlainTextEditorPage']]]
];
diff --git a/docs/html/search/variables_7.js b/docs/html/search/variables_7.js
index e1386251..6118efd8 100644
--- a/docs/html/search/variables_7.js
+++ b/docs/html/search/variables_7.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['global_5fsetting_5fstation_5f_1490',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]],
- ['gnupg_5fact_5f_1491',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]],
- ['gnupghomepath_1492',['GnuPGHomePath',['../classGpgFrontend_1_1GpgInfo.html#a0c1dbdb54f880a620419fdbd8336dc5d',1,'GpgFrontend::GpgInfo']]],
- ['gnupgversion_1493',['GnupgVersion',['../classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9',1,'GpgFrontend::GpgInfo']]],
- ['gpg_5fmenu_5f_1494',['gpg_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb',1,'GpgFrontend::UI::MainWindow']]],
- ['gpgagentpath_1495',['GpgAgentPath',['../classGpgFrontend_1_1GpgInfo.html#af6ca2e99ffc487b8e4aa251d3cb23191',1,'GpgFrontend::GpgInfo']]],
- ['gpgconfpath_1496',['GpgConfPath',['../classGpgFrontend_1_1GpgInfo.html#a2fcd53b59bc251c38eb8d79cec946777',1,'GpgFrontend::GpgInfo']]]
+ ['global_5fsetting_5fstation_5f_1493',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]],
+ ['gnupg_5fact_5f_1494',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]],
+ ['gnupghomepath_1495',['GnuPGHomePath',['../classGpgFrontend_1_1GpgInfo.html#a0c1dbdb54f880a620419fdbd8336dc5d',1,'GpgFrontend::GpgInfo']]],
+ ['gnupgversion_1496',['GnupgVersion',['../classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9',1,'GpgFrontend::GpgInfo']]],
+ ['gpg_5fmenu_5f_1497',['gpg_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb',1,'GpgFrontend::UI::MainWindow']]],
+ ['gpgagentpath_1498',['GpgAgentPath',['../classGpgFrontend_1_1GpgInfo.html#af6ca2e99ffc487b8e4aa251d3cb23191',1,'GpgFrontend::GpgInfo']]],
+ ['gpgconfpath_1499',['GpgConfPath',['../classGpgFrontend_1_1GpgInfo.html#a2fcd53b59bc251c38eb8d79cec946777',1,'GpgFrontend::GpgInfo']]]
];
diff --git a/docs/html/search/variables_8.js b/docs/html/search/variables_8.js
index 53a1aed5..535e0d7a 100644
--- a/docs/html/search/variables_8.js
+++ b/docs/html/search/variables_8.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['hash_5fkey_5f_1497',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]],
- ['help_5fmenu_5f_1498',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]]
+ ['hash_5fkey_5f_1500',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]],
+ ['help_5fmenu_5f_1501',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_9.js b/docs/html/search/variables_9.js
index e54e8cd8..2bf4f963 100644
--- a/docs/html/search/variables_9.js
+++ b/docs/html/search/variables_9.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['import_5fbutton_5f_1499',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]],
- ['import_5fkey_5ffrom_5fedit_5fact_5f_1500',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]],
- ['import_5fkey_5fmenu_5f_1501',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]],
- ['instances_5fmap_5f_1502',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]],
- ['instances_5fmutex_5f_1503',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]]
+ ['import_5fbutton_5f_1502',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]],
+ ['import_5fkey_5ffrom_5fedit_5fact_5f_1503',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]],
+ ['import_5fkey_5fmenu_5f_1504',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]],
+ ['instances_5fmap_5f_1505',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]],
+ ['instances_5fmutex_5f_1506',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]]
];
diff --git a/docs/html/search/variables_a.js b/docs/html/search/variables_a.js
index b7bb4d0b..f7487eae 100644
--- a/docs/html/search/variables_a.js
+++ b/docs/html/search/variables_a.js
@@ -1,17 +1,17 @@
var searchData=
[
- ['key_5fbox_5f_1504',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['key_5fid_5fvar_5flabel_1505',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['key_5fid_5fvar_5flabel_5f_1506',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['key_5flist_5fdock_5f_1507',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5fmenu_5f_1508',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5fsize_5fspin_5fbox_5f_1509',['key_size_spin_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844',1,'GpgFrontend::UI::KeyGenDialog::key_size_spin_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_()']]],
- ['key_5fsize_5fvar_5flabel_5f_1510',['key_size_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b',1,'GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_size_var_label_()']]],
- ['key_5ftool_5fbar_5f_1511',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5ftype_5fcombo_5fbox_5f_1512',['key_type_combo_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841',1,'GpgFrontend::UI::KeyGenDialog::key_type_combo_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_()']]],
- ['key_5fusage_5fcheck_5fboxes_5f_1513',['key_usage_check_boxes_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc',1,'GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_()']]],
- ['key_5fusage_5fgroup_5fbox_5f_1514',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['keyboxdpath_1515',['KeyboxdPath',['../classGpgFrontend_1_1GpgInfo.html#a072503811cb59dad27040e4e8914d18b',1,'GpgFrontend::GpgInfo']]],
- ['keys_5fcache_5f_1516',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]],
- ['keys_5fcache_5fmutex_5f_1517',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]]
+ ['key_5fbox_5f_1507',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['key_5fid_5fvar_5flabel_1508',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['key_5fid_5fvar_5flabel_5f_1509',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['key_5flist_5fdock_5f_1510',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5fmenu_5f_1511',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5fsize_5fspin_5fbox_5f_1512',['key_size_spin_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844',1,'GpgFrontend::UI::KeyGenDialog::key_size_spin_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_()']]],
+ ['key_5fsize_5fvar_5flabel_5f_1513',['key_size_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b',1,'GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_size_var_label_()']]],
+ ['key_5ftool_5fbar_5f_1514',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5ftype_5fcombo_5fbox_5f_1515',['key_type_combo_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841',1,'GpgFrontend::UI::KeyGenDialog::key_type_combo_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_()']]],
+ ['key_5fusage_5fcheck_5fboxes_5f_1516',['key_usage_check_boxes_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc',1,'GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_()']]],
+ ['key_5fusage_5fgroup_5fbox_5f_1517',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['keyboxdpath_1518',['KeyboxdPath',['../classGpgFrontend_1_1GpgInfo.html#a072503811cb59dad27040e4e8914d18b',1,'GpgFrontend::GpgInfo']]],
+ ['keys_5fcache_5f_1519',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]],
+ ['keys_5fcache_5fmutex_5f_1520',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]]
];
diff --git a/docs/html/search/variables_b.js b/docs/html/search/variables_b.js
index 9ba09085..2237dee8 100644
--- a/docs/html/search/variables_b.js
+++ b/docs/html/search/variables_b.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['latest_5freply_5f_1518',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]]
+ ['latest_5freply_5f_1521',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]]
];
diff --git a/docs/html/search/variables_c.js b/docs/html/search/variables_c.js
index c8873087..17b55b37 100644
--- a/docs/html/search/variables_c.js
+++ b/docs/html/search/variables_c.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['m_5ftext_5fpage_5f_1519',['m_text_page_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()']]],
- ['mt_5f_1520',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]]
+ ['m_5ftext_5fpage_5f_1522',['m_text_page_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()']]],
+ ['mt_5f_1523',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]]
];
diff --git a/docs/html/search/variables_d.js b/docs/html/search/variables_d.js
index 8d3fcbb8..121b041f 100644
--- a/docs/html/search/variables_d.js
+++ b/docs/html/search/variables_d.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['name_5fedit_5f_1521',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['name_5fvar_5flabel_5f_1522',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['new_5ftab_5fact_5f_1523',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]],
- ['no_5fpass_5fphrase_5fcheck_5fbox_5f_1524',['no_pass_phrase_check_box_',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4',1,'GpgFrontend::UI::SubkeyGenerateDialog']]]
+ ['name_5fedit_5f_1524',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['name_5fvar_5flabel_5f_1525',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['new_5ftab_5fact_5f_1526',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]],
+ ['no_5fpass_5fphrase_5fcheck_5fbox_5f_1527',['no_pass_phrase_check_box_',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4',1,'GpgFrontend::UI::SubkeyGenerateDialog']]]
];
diff --git a/docs/html/search/variables_e.js b/docs/html/search/variables_e.js
index 7e44da06..23b4627e 100644
--- a/docs/html/search/variables_e.js
+++ b/docs/html/search/variables_e.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['open_5fact_5f_1525',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]],
- ['open_5fkey_5fmanagement_5fact_5f_1526',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]],
- ['open_5fsettings_5fact_5f_1527',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]],
- ['owner_5fbox_5f_1528',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]]
+ ['open_5fact_5f_1528',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]],
+ ['open_5fkey_5fmanagement_5fact_5f_1529',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]],
+ ['open_5fsettings_5fact_5f_1530',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]],
+ ['owner_5fbox_5f_1531',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]]
];
diff --git a/docs/html/search/variables_f.js b/docs/html/search/variables_f.js
index 6a833b2b..a58edf84 100644
--- a/docs/html/search/variables_f.js
+++ b/docs/html/search/variables_f.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['paste_5fact_5f_1529',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]],
- ['pending_5ftasks_5f_1530',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]],
- ['pgp_5fcrypt_5fbegin_1531',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]],
- ['print_5fact_5f_1532',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]]
+ ['paste_5fact_5f_1532',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]],
+ ['pending_5ftasks_5f_1533',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['pgp_5fcrypt_5fbegin_1534',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]],
+ ['print_5fact_5f_1535',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/structGpgFrontend_1_1GpgContextInitArgs-members.html b/docs/html/structGpgFrontend_1_1GpgContextInitArgs-members.html
index 76a0d951..99bf4a84 100644
--- a/docs/html/structGpgFrontend_1_1GpgContextInitArgs-members.html
+++ b/docs/html/structGpgFrontend_1_1GpgContextInitArgs-members.html
@@ -91,6 +91,8 @@ $(document).ready(function(){initNavTree('structGpgFrontend_1_1GpgContextInitArg
The documentation for this struct was generated from the following file:
src/core/GpgContext.h
diff --git a/docs/html/structGpgFrontend_1_1GpgContextInitArgs.js b/docs/html/structGpgFrontend_1_1GpgContextInitArgs.js
index 84a667f7..fd208ca6 100644
--- a/docs/html/structGpgFrontend_1_1GpgContextInitArgs.js
+++ b/docs/html/structGpgFrontend_1_1GpgContextInitArgs.js
@@ -3,6 +3,8 @@ var structGpgFrontend_1_1GpgContextInitArgs =
[ "GpgContextInitArgs", "structGpgFrontend_1_1GpgContextInitArgs.html#a0ab27875287142f6c72bb7cc7e7bc271", null ],
[ "ascii", "structGpgFrontend_1_1GpgContextInitArgs.html#a646fd830375ccf3b69ea64ede0c76f52", null ],
[ "auto_import_missing_key", "structGpgFrontend_1_1GpgContextInitArgs.html#a12e9e2e6ad393864a4b2d85727350edc", null ],
+ [ "custom_gpgconf", "structGpgFrontend_1_1GpgContextInitArgs.html#aa46e72b29dd89211f468047f45a7a31d", null ],
+ [ "custom_gpgconf_path", "structGpgFrontend_1_1GpgContextInitArgs.html#a0a1de4b848ff87da9a6650fdbac82fa7", null ],
[ "db_path", "structGpgFrontend_1_1GpgContextInitArgs.html#aa850fc1db1cc8f3daae78a0fcefb2fdb", null ],
[ "gpg_alone", "structGpgFrontend_1_1GpgContextInitArgs.html#a90fc544dd70fa9e3cf4951b9a54efc22", null ],
[ "gpg_path", "structGpgFrontend_1_1GpgContextInitArgs.html#a825d8c5daced5eb06be1a949ae0eadfd", null ],
diff --git a/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.map b/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.map
index 52beec35..d0dc4fd8 100644
--- a/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.map
+++ b/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.map
@@ -1,5 +1,5 @@
-
+
diff --git a/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.md5 b/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.md5
index 43b84cdf..a1f23b97 100644
--- a/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.md5
+++ b/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.md5
@@ -1 +1 @@
-9a344620be95ed6a36b7ed2c42e38c8b
\ No newline at end of file
+7738771809f872cb060eab2c01a5c163
\ No newline at end of file
diff --git a/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.png b/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.png
index fdb1c4b4..bad80ebc 100644
Binary files a/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.png and b/docs/html/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.png differ
diff --git a/docs/latex/annotated.tex b/docs/latex/annotated.tex
index 955a9e3f..7ecb8ae3 100644
--- a/docs/latex/annotated.tex
+++ b/docs/latex/annotated.tex
@@ -33,6 +33,7 @@ Here are the classes, structs, unions and interfaces with brief descriptions\+:\
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralTab}{Gpg\+Frontend\+::\+UI\+::\+General\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1GeneralTab}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1GenKeyInfo}{Gpg\+Frontend\+::\+Gen\+Key\+Info}} }{\pageref{classGpgFrontend_1_1GenKeyInfo}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation}{Gpg\+Frontend\+::\+Global\+Setting\+Station}} }{\pageref{classGpgFrontend_1_1GlobalSettingStation}}{}
+\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog}{Gpg\+Frontend\+::\+UI\+::\+Gnu\+PGController\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnupgTab}{Gpg\+Frontend\+::\+UI\+::\+Gnupg\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1GnupgTab}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1GpgAdvancedOperator}{Gpg\+Frontend\+::\+Gpg\+Advanced\+Operator}} }{\pageref{classGpgFrontend_1_1GpgAdvancedOperator}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1GpgBasicOperator}{Gpg\+Frontend\+::\+Gpg\+Basic\+Operator}} \\*Basic operation collection }{\pageref{classGpgFrontend_1_1GpgBasicOperator}}{}
diff --git a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf
index 15f9fe3d..cca4da25 100644
Binary files a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf
index fb556a9c..d80c2eba 100644
Binary files a/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf
index 6786122f..4e27c194 100644
Binary files a/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf
index e0b18760..080c71b1 100644
Binary files a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CharsetOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CharsetOperator__coll__graph.pdf
index 74ddf3db..dc0275da 100644
Binary files a/docs/latex/classGpgFrontend_1_1CharsetOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CharsetOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf
index c956d0ad..c865c0a0 100644
Binary files a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__inherit__graph.pdf
index 01d6a17c..e4db7f3c 100644
Binary files a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf
index ae9fc40c..4fb359d4 100644
Binary files a/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf
index dab36f32..6b3318dc 100644
Binary files a/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf
index 67fbf9bf..28796ee4 100644
Binary files a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf
index 8f455b9d..64f8f30b 100644
Binary files a/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1FileOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1FileOperator__coll__graph.pdf
index 7f7dd554..2a737f44 100644
Binary files a/docs/latex/classGpgFrontend_1_1FileOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1FileOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf
index 9e533f06..7d467908 100644
Binary files a/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex b/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex
index ebf0262b..65774ea4 100644
--- a/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex
+++ b/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex
@@ -201,7 +201,7 @@ libconfig\+::\+Setting\&
\end{DoxyReturn}
-Referenced by Gpg\+Frontend\+::\+UI\+::\+Key\+Mgmt\+::create\+\_\+actions(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::create\+\_\+actions(), Gpg\+Frontend\+::\+UI\+::\+Key\+List\+::drop\+Event(), Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+General\+Tab(), Gpg\+Frontend\+::\+UI\+::init\+\_\+locale(), Gpg\+Frontend\+::\+UI\+::\+Init\+Gpg\+Frontend\+UI(), Gpg\+Frontend\+::\+UI\+::\+Key\+Gen\+Dialog\+::\+Key\+Gen\+Dialog(), Gpg\+Frontend\+::\+UI\+::\+Key\+Mgmt\+::\+Key\+Mgmt(), Gpg\+Frontend\+::\+UI\+::\+Key\+Pair\+Opera\+Tab\+::\+Key\+Pair\+Opera\+Tab(), Gpg\+Frontend\+::\+UI\+::\+Key\+Server\+Import\+Dialog\+::\+Key\+Server\+Import\+Dialog(), Gpg\+Frontend\+::\+Gpg\+Context\+::post\+\_\+init\+\_\+ctx(), Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+UI\+::\+Network\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+File\+Encrypt(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+File\+Encrypt\+Sign(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+File\+Sign(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+File\+Verify(), Gpg\+Frontend\+::\+UI\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(), Gpg\+Frontend\+::\+UI\+::\+Subkey\+Generate\+Dialog\+::\+Subkey\+Generate\+Dialog(), Gpg\+Frontend\+::\+UI\+::\+Verify\+Key\+Detail\+Box\+::\+Verify\+Key\+Detail\+Box(), and Gpg\+Frontend\+::\+UI\+::\+Wizard\+::\+Wizard().
+Referenced by Gpg\+Frontend\+::\+UI\+::\+Key\+Mgmt\+::create\+\_\+actions(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::create\+\_\+actions(), Gpg\+Frontend\+::\+UI\+::\+Key\+List\+::drop\+Event(), Gpg\+Frontend\+::\+UI\+::\+Gnu\+PGController\+Dialog\+::\+Gnu\+PGController\+Dialog(), Gpg\+Frontend\+::\+UI\+::init\+\_\+locale(), Gpg\+Frontend\+::\+UI\+::\+Init\+Gpg\+Frontend\+UI(), Gpg\+Frontend\+::\+UI\+::\+Key\+Gen\+Dialog\+::\+Key\+Gen\+Dialog(), Gpg\+Frontend\+::\+UI\+::\+Key\+Mgmt\+::\+Key\+Mgmt(), Gpg\+Frontend\+::\+UI\+::\+Key\+Pair\+Opera\+Tab\+::\+Key\+Pair\+Opera\+Tab(), Gpg\+Frontend\+::\+UI\+::\+Key\+Server\+Import\+Dialog\+::\+Key\+Server\+Import\+Dialog(), Gpg\+Frontend\+::\+Gpg\+Context\+::post\+\_\+init\+\_\+ctx(), Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+UI\+::\+Network\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+File\+Encrypt(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+File\+Encrypt\+Sign(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+File\+Sign(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+File\+Verify(), Gpg\+Frontend\+::\+UI\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(), Gpg\+Frontend\+::\+UI\+::\+Subkey\+Generate\+Dialog\+::\+Subkey\+Generate\+Dialog(), Gpg\+Frontend\+::\+UI\+::\+Verify\+Key\+Detail\+Box\+::\+Verify\+Key\+Detail\+Box(), and Gpg\+Frontend\+::\+UI\+::\+Wizard\+::\+Wizard().
\mbox{\Hypertarget{classGpgFrontend_1_1GlobalSettingStation_ac061ac8e5308f67ea52b98888bbb2e8d}\label{classGpgFrontend_1_1GlobalSettingStation_ac061ac8e5308f67ea52b98888bbb2e8d}}
\index{GpgFrontend::GlobalSettingStation@{GpgFrontend::GlobalSettingStation}!SyncSettings@{SyncSettings}}
diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf
index 1bd1e49f..b9cc2d3b 100644
Binary files a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf
index 1bd1e49f..b9cc2d3b 100644
Binary files a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.md5
index 64e911d8..f21588bf 100644
--- a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.md5
@@ -1 +1 @@
-69b0c98ca768b3d26689b0922d57795b
\ No newline at end of file
+073bff77b3eaea65aa02e0e32106f269
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf
index 4b17f2c2..4a809991 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__inherit__graph.pdf
index 31408a67..f0d96151 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5
index 28c54082..f6119c65 100644
--- a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5
@@ -1 +1 @@
-3d51ff963f75d8d648e234101e74921e
\ No newline at end of file
+63c902e872bb228d63be89bf27d169f0
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf
index bbda6f75..1c9fb2e0 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf
index 3056eb41..d1424b6b 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5
index 1bebcc33..7380897d 100644
--- a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5
@@ -1 +1 @@
-2fc91f7aa2bf6e8b636a19f079e1ec55
\ No newline at end of file
+d6ba78be1c0abf79ab157cd5c699ef56
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf
index d95c0f98..3bd68717 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__inherit__graph.pdf
index d7b01863..da8c3bb4 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgConstants__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgConstants__coll__graph.pdf
index 2581f076..51dfe745 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgConstants__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgConstants__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.md5
index 68a189ba..06a6c447 100644
--- a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.md5
@@ -1 +1 @@
-eec382b4727daa8fbdb6d0137c0b98ce
\ No newline at end of file
+d0db9bd6186df103caacf156ae55d60c
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf
index 7ae4669c..feb484f1 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf
index 58be7df5..246f95e2 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf
index b2f02b93..d853053a 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf
index a4c6a3fe..b5bbc91a 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf
index 67676ef4..d3dab620 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf
index 33ecfcfc..d219d81c 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf
index b8d8a572..fb0fe02d 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf
index 3202b861..2333326d 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf
index 3202b861..2333326d 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf
index 7ea2c33b..f02ded49 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgImportedKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgImportedKey__coll__graph.pdf
index 9ab92e36..3522073d 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgImportedKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgImportedKey__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf
index b81530e4..85de8bba 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5
index e9cb9691..78c0018e 100644
--- a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5
@@ -1 +1 @@
-c6311d7df66cef38b1f0f055bec1967c
\ No newline at end of file
+b7e27fbbe6e4b901785f7eb5b9681258
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf
index 3e8145a0..9294c851 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf
index 50f7641d..3bd52671 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5
index b27c38b1..4daf9867 100644
--- a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5
@@ -1 +1 @@
-f45d149baa03137f3fcf39347f06d90c
\ No newline at end of file
+d9db9d570663aaddc3adebca8e4ad145
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf
index a3c17a0b..7683cd20 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf
index e7cc627b..eed7d96c 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5
index 1b9fe878..04484ec1 100644
--- a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5
@@ -1 +1 @@
-bf2e0b670e4705432c32737a199d77df
\ No newline at end of file
+d7c3526b0c380819abe0279dfb93ddf3
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf
index 685a6615..5a74dad0 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf
index 178891f4..abaa947b 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5
index 2debcb0a..93e80cb9 100644
--- a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5
@@ -1 +1 @@
-e4bf1ad2a2dae522fc69c96f4b775f4f
\ No newline at end of file
+4eea6897ba18b724985a9642115c9fd0
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf
index 2a982943..28d8445f 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf
index ae6e412f..a62e6c05 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf
index 0d7778da..068185f7 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf
index 0f431390..7a287320 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf
index 0fbdd632..a4c886f9 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf
index 4d29c9e5..0bb46073 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf
index 25371141..2dba6b60 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf
index eb246ac1..9312aace 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf
index b0b47cec..79f36a74 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf
index 15ec4000..6a0a04dd 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf
index 2c17ad1e..e11f755f 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5
index 57c1eea3..bd445102 100644
--- a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5
@@ -1 +1 @@
-caff3ff59e615f6796e756467db6e21e
\ No newline at end of file
+356f28eeed9a43c07a7b7c11f885c01d
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf
index 97a4ed02..ece9c9bb 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf
index ed89a8eb..2fcef59c 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf
index 19445728..3b85f11e 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf
index a0f5c3e8..8d2c2397 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf
index 44c5a392..35bdefee 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf
index 49c3c437..6bab4802 100644
Binary files a/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf
index ef9604bb..84349ecc 100644
Binary files a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf
index ef9604bb..84349ecc 100644
Binary files a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf
index f51eb4a0..17c1b0e5 100644
Binary files a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf
index 27943446..d195b32e 100644
Binary files a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf
index 54314fdf..2b1614c1 100644
Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf
index 1bdcbccf..fb61a70b 100644
Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf
index 13fb3791..d1023016 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf
index 8ca89d57..b3f8e626 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf
index fc586b42..25c05a1c 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf
index 7258b9de..1e742094 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf
index b6aa4c38..4b3081fb 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf
index 25e04c64..35a9b90a 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__coll__graph.pdf
index 6bd0336b..8cd4f59f 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf
index 093110d6..c8a1ca75 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf
index 3b017dcc..75e1a477 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf
index 49bb582c..3797f9a9 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf
index 533d65e7..803ce93f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__coll__graph.pdf
index 4249a8f0..de4d74d8 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__inherit__graph.pdf
index 4249a8f0..de4d74d8 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf
index a84f678f..9431a53c 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf
index 44a5fd82..5a0e0f8a 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf
index 7f4600d0..e4d03de9 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf
index 7f4600d0..e4d03de9 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils.tex b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils.tex
index 5a012b3a..59944065 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils.tex
@@ -42,6 +42,9 @@ static void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1CommonUtils_a35a47fc31b81
void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1CommonUtils_afc845c1c37487c99f78d8e66f6874f6d}{Slot\+Execute\+Gpg\+Command}} (const QString\+List \&arguments, const std\+::function$<$ void(QProcess $\ast$)$>$ \&interact\+\_\+func)
\item
void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1CommonUtils_a95cd625a2e0e74ee4d564843c6d16791}{Slot\+Execute\+Command}} (const std\+::string \&cmd, const QString\+List \&arguments, const std\+::function$<$ void(QProcess $\ast$)$>$ \&interact\+\_\+func)
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1CommonUtils_a86d3827a2e5df17747c58d00b2f5fe6e}\label{classGpgFrontend_1_1UI_1_1CommonUtils_a86d3827a2e5df17747c58d00b2f5fe6e}}
+void {\bfseries Slot\+Restart\+Application} (int)
\end{DoxyCompactItemize}
\doxysubsection*{Signals}
\begin{DoxyCompactItemize}
@@ -60,13 +63,19 @@ void {\bfseries Signal\+Need\+User\+Input\+Passphrase} ()
\item
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1CommonUtils_a80350e7fe1cd696004c9aa2a43eab184}\label{classGpgFrontend_1_1UI_1_1CommonUtils_a80350e7fe1cd696004c9aa2a43eab184}}
void {\bfseries Signal\+User\+Input\+Passphrase\+Done} (QString passphrase)
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1CommonUtils_aa69efbcd684e9a99cc5c47c23de8d38c}\label{classGpgFrontend_1_1UI_1_1CommonUtils_aa69efbcd684e9a99cc5c47c23de8d38c}}
+void {\bfseries Signal\+Restart\+Application} (int)
\end{DoxyCompactItemize}
\doxysubsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1CommonUtils_a78f5c2696152e9326e845c76c94be965}\label{classGpgFrontend_1_1UI_1_1CommonUtils_a78f5c2696152e9326e845c76c94be965}}
\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1CommonUtils_a78f5c2696152e9326e845c76c94be965}{Common\+Utils}} ()
-\begin{DoxyCompactList}\small\item\em Construct a new Common Utils object. \end{DoxyCompactList}\end{DoxyCompactItemize}
+\begin{DoxyCompactList}\small\item\em Construct a new Common Utils object. \end{DoxyCompactList}\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1CommonUtils_abb25baa60d62d6842028e174f7e341fe}\label{classGpgFrontend_1_1UI_1_1CommonUtils_abb25baa60d62d6842028e174f7e341fe}}
+bool {\bfseries is\+Application\+Need\+Restart} ()
+\end{DoxyCompactItemize}
\doxysubsection*{Static Public Member Functions}
\begin{DoxyCompactItemize}
\item
@@ -81,6 +90,12 @@ void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1CommonUtils_ab4ac26378d6a0775772
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1CommonUtils_aef14c7eaaf8b73bd1b8f845a5484748e}\label{classGpgFrontend_1_1UI_1_1CommonUtils_aef14c7eaaf8b73bd1b8f845a5484748e}}
void {\bfseries slot\+\_\+popup\+\_\+passphrase\+\_\+input\+\_\+dialog} ()
\end{DoxyCompactItemize}
+\doxysubsection*{Private Attributes}
+\begin{DoxyCompactItemize}
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1CommonUtils_a99b5dad4b17d1e71120e2c7708ef47a0}\label{classGpgFrontend_1_1UI_1_1CommonUtils_a99b5dad4b17d1e71120e2c7708ef47a0}}
+bool {\bfseries application\+\_\+need\+\_\+to\+\_\+restart\+\_\+at\+\_\+once\+\_\+} = false
+\end{DoxyCompactItemize}
\doxysubsection*{Static Private Attributes}
\begin{DoxyCompactItemize}
\item
@@ -105,7 +120,7 @@ Common\+Utils$\ast$
\end{DoxyReturn}
-Referenced by Gpg\+Frontend\+::\+UI\+::\+Key\+Mgmt\+::create\+\_\+actions(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::create\+\_\+actions(), Gpg\+Frontend\+::\+UI\+::\+Init\+Gpg\+Frontend\+UI(), and Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::slot\+\_\+import\+\_\+key\+\_\+from\+\_\+edit().
+Referenced by Gpg\+Frontend\+::\+UI\+::\+Key\+Mgmt\+::create\+\_\+actions(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::create\+\_\+actions(), Gpg\+Frontend\+::\+UI\+::\+Init\+Gpg\+Frontend\+UI(), Gpg\+Frontend\+::\+UI\+::\+Run\+Gpg\+Frontend\+UI(), and Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::slot\+\_\+import\+\_\+key\+\_\+from\+\_\+edit().
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1CommonUtils_a95cd625a2e0e74ee4d564843c6d16791}\label{classGpgFrontend_1_1UI_1_1CommonUtils_a95cd625a2e0e74ee4d564843c6d16791}}
\index{GpgFrontend::UI::CommonUtils@{GpgFrontend::UI::CommonUtils}!SlotExecuteCommand@{SlotExecuteCommand}}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.md5
index 246865cc..c34baa6a 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.md5
@@ -1 +1 @@
-f5b2f33e9544b7d3898ba0ab75b5294f
\ No newline at end of file
+f270930dffbddb301080ef9812e57881
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf
index ee06c066..2b56c52d 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.md5
index 7e40cda8..9aa199ce 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.md5
@@ -1 +1 @@
-5b6e35f639108e14d82ad457cd97e62f
\ No newline at end of file
+6accfcf19f646d1bbefcd49de3693f4a
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf
index 12133959..db0be57c 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf
index 64ac90df..95da228f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf
index 64ac90df..61f31066 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf
index 48a0f463..ca89855f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf
index 955f8f19..e627b81b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf
index dddcfa0f..d6a17599 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf
index bf2d8997..23df56ae 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf
index 16bc58e5..8f6eae05 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf
index 64a73baa..25ee0977 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf
index 2dcfb127..f8474331 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf
index 9d89dba4..8ad3fdee 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf
index fbf96dcc..02490257 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5
index 6420e371..06970db9 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5
@@ -1 +1 @@
-b81bd6914594b128cbd5ea61ad1afe60
\ No newline at end of file
+c7446f86035a5e9c1a8dd80ee24c10d2
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf
index 36f2cf9c..d1384ddf 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf
index d67faff4..9cf038f0 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5
index 1d086589..68375ec5 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5
@@ -1 +1 @@
-5439c6f7591d58c8aa570630ed5ce7b5
\ No newline at end of file
+7bb292e28a31dc8a8ba7bde1f832b6da
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf
index 61d6bf01..10b9a6c5 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex
index d232a803..dcbdd0d9 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex
@@ -70,7 +70,7 @@ Construct a new General Tab object.
\end{DoxyParams}
-References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+UISettings(), and Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::\+List\+Languages().
+References Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::\+List\+Languages(), and Set\+Settings().
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf
index 0e903097..40477469 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf
index 0dfbc9ef..fc188f6d 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.tex
new file mode 100644
index 00000000..0d9328a7
--- /dev/null
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.tex
@@ -0,0 +1,146 @@
+\hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog}{}\doxysection{Gpg\+Frontend\+::UI\+::Gnu\+PGController\+Dialog Class Reference}
+\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog}\index{GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}}
+
+
+Inheritance diagram for Gpg\+Frontend\+::UI\+::Gnu\+PGController\+Dialog\+:
+\nopagebreak
+\begin{figure}[H]
+\begin{center}
+\leavevmode
+\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph}
+\end{center}
+\end{figure}
+
+
+Collaboration diagram for Gpg\+Frontend\+::UI\+::Gnu\+PGController\+Dialog\+:
+\nopagebreak
+\begin{figure}[H]
+\begin{center}
+\leavevmode
+\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph}
+\end{center}
+\end{figure}
+\doxysubsection*{Public Slots}
+\begin{DoxyCompactItemize}
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_af97fbd4ee0b57a20cc9a97c7e877d520}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_af97fbd4ee0b57a20cc9a97c7e877d520}}
+void {\bfseries Slot\+Accept} ()
+\end{DoxyCompactItemize}
+\doxysubsection*{Signals}
+\begin{DoxyCompactItemize}
+\item
+void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a35a707865fbcc95b6261e382a6ff171c}{Signal\+Restart\+Needed}} (int)
+\end{DoxyCompactItemize}
+\doxysubsection*{Public Member Functions}
+\begin{DoxyCompactItemize}
+\item
+\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_add69685b9c83ed03ed24d36f2badd835}{Gnu\+PGController\+Dialog}} (QWidget $\ast$parent=nullptr)
+\begin{DoxyCompactList}\small\item\em Construct a new General Tab object. \end{DoxyCompactList}\end{DoxyCompactItemize}
+\doxysubsection*{Private Slots}
+\begin{DoxyCompactItemize}
+\item
+void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a2bb963a14733cf9b99736b6624c09d83}{slot\+\_\+set\+\_\+restart\+\_\+needed}} (int)
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a626c30712552f1c7fdf69d1d13d7b303}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a626c30712552f1c7fdf69d1d13d7b303}}
+void {\bfseries slot\+\_\+update\+\_\+custom\+\_\+key\+\_\+database\+\_\+path\+\_\+label} (int state)
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a917cf89e7920c1c5d7d8070b53bd49fc}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a917cf89e7920c1c5d7d8070b53bd49fc}}
+void {\bfseries slot\+\_\+update\+\_\+custom\+\_\+gnupg\+\_\+install\+\_\+path\+\_\+label} (int state)
+\end{DoxyCompactItemize}
+\doxysubsection*{Private Member Functions}
+\begin{DoxyCompactItemize}
+\item
+int \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_aaf89f54f2124617e836d31df29066529}{get\+\_\+restart\+\_\+needed}} () const
+\begin{DoxyCompactList}\small\item\em Get the Restart Needed object. \end{DoxyCompactList}\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a6eeca78f12b49f095610d762d4cf7d7e}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a6eeca78f12b49f095610d762d4cf7d7e}}
+void {\bfseries set\+\_\+settings} ()
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a04611d5160fcc6ef36f6fce8dd94c645}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a04611d5160fcc6ef36f6fce8dd94c645}}
+void {\bfseries apply\+\_\+settings} ()
+\end{DoxyCompactItemize}
+\doxysubsection*{Private Attributes}
+\begin{DoxyCompactItemize}
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_afda750c1511434cb0d3162d9bd1ab78f}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_afda750c1511434cb0d3162d9bd1ab78f}}
+std\+::shared\+\_\+ptr$<$ Ui\+\_\+\+Gnu\+PGController\+Dialog $>$ {\bfseries ui\+\_\+}
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_acd2918a181aa9c8c59e5d789ce34a92a}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_acd2918a181aa9c8c59e5d789ce34a92a}}
+int {\bfseries restart\+\_\+needed\+\_\+} \{0\}
+\end{DoxyCompactItemize}
+\doxysubsection*{Additional Inherited Members}
+
+
+\doxysubsection{Constructor \& Destructor Documentation}
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_add69685b9c83ed03ed24d36f2badd835}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_add69685b9c83ed03ed24d36f2badd835}}
+\index{GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}!GnuPGControllerDialog@{GnuPGControllerDialog}}
+\index{GnuPGControllerDialog@{GnuPGControllerDialog}!GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}}
+\doxysubsubsection{\texorpdfstring{GnuPGControllerDialog()}{GnuPGControllerDialog()}}
+{\footnotesize\ttfamily Gpg\+Frontend\+::\+UI\+::\+Gnu\+PGController\+Dialog\+::\+Gnu\+PGController\+Dialog (\begin{DoxyParamCaption}\item[{QWidget $\ast$}]{parent = {\ttfamily nullptr} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}}
+
+
+
+Construct a new General Tab object.
+
+
+\begin{DoxyParams}{Parameters}
+{\em parent} & \\
+\hline
+\end{DoxyParams}
+
+
+References Gpg\+Frontend\+::\+UI\+::\+Signal\+Station\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+UISettings(), Signal\+Restart\+Needed(), and slot\+\_\+set\+\_\+restart\+\_\+needed().
+
+
+
+\doxysubsection{Member Function Documentation}
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_aaf89f54f2124617e836d31df29066529}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_aaf89f54f2124617e836d31df29066529}}
+\index{GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}!get\_restart\_needed@{get\_restart\_needed}}
+\index{get\_restart\_needed@{get\_restart\_needed}!GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}}
+\doxysubsubsection{\texorpdfstring{get\_restart\_needed()}{get\_restart\_needed()}}
+{\footnotesize\ttfamily int Gpg\+Frontend\+::\+UI\+::\+Gnu\+PGController\+Dialog\+::get\+\_\+restart\+\_\+needed (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [private]}}
+
+
+
+Get the Restart Needed object.
+
+\begin{DoxyReturn}{Returns}
+true
+
+false
+\end{DoxyReturn}
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a35a707865fbcc95b6261e382a6ff171c}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a35a707865fbcc95b6261e382a6ff171c}}
+\index{GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}!SignalRestartNeeded@{SignalRestartNeeded}}
+\index{SignalRestartNeeded@{SignalRestartNeeded}!GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}}
+\doxysubsubsection{\texorpdfstring{SignalRestartNeeded}{SignalRestartNeeded}}
+{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+Gnu\+PGController\+Dialog\+::\+Signal\+Restart\+Needed (\begin{DoxyParamCaption}\item[{int}]{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}}
+
+
+\begin{DoxyParams}{Parameters}
+{\em needed} & \\
+\hline
+\end{DoxyParams}
+
+
+Referenced by Gnu\+PGController\+Dialog().
+
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a2bb963a14733cf9b99736b6624c09d83}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a2bb963a14733cf9b99736b6624c09d83}}
+\index{GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}!slot\_set\_restart\_needed@{slot\_set\_restart\_needed}}
+\index{slot\_set\_restart\_needed@{slot\_set\_restart\_needed}!GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}}
+\doxysubsubsection{\texorpdfstring{slot\_set\_restart\_needed}{slot\_set\_restart\_needed}}
+{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+Gnu\+PGController\+Dialog\+::slot\+\_\+set\+\_\+restart\+\_\+needed (\begin{DoxyParamCaption}\item[{int}]{mode }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}}
+
+
+\begin{DoxyParams}{Parameters}
+{\em needed} & \\
+\hline
+\end{DoxyParams}
+
+
+Referenced by Gnu\+PGController\+Dialog().
+
+
+
+The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
+\item
+src/ui/dialog/gnupg/Gnu\+PGController\+Dialog.\+h\item
+src/ui/dialog/gnupg/Gnu\+PGController\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5
new file mode 100644
index 00000000..606cfd8e
--- /dev/null
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5
@@ -0,0 +1 @@
+69fb171708874f62c912427ac79d4115
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf
new file mode 100644
index 00000000..f0c20e1a
Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5
new file mode 100644
index 00000000..67d0165c
--- /dev/null
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5
@@ -0,0 +1 @@
+c099066be050930e788ed1f19fbec915
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf
new file mode 100644
index 00000000..82e2cd51
Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf
index f9f42f64..c34922ce 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf
index 8ca727e3..d79f1d3c 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf
index f7c87e2d..3238f862 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf
index f7c87e2d..3238f862 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf
index c5c93db4..012b297f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf
index c5c93db4..012b297f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf
index a03ed5f6..748db975 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf
index 63c2e2bb..b577e695 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf
index 8813379f..28294a25 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf
index 8813379f..28294a25 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf
index 8547faac..7af09933 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf
index 8547faac..7af09933 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf
index 9ee62400..c79d01b2 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf
index 97567c6a..aa31410c 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf
index 2e13c22a..027e9dbb 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf
index 366b784f..0e4e7ee8 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf
index e4cecdfb..dc293f72 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf
index e4cecdfb..dc293f72 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf
index e6b5f8c0..35d59fdc 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf
index ae4dc9f9..5e3c803a 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf
index 7f4bdd54..d240d979 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf
index ed6429e4..a088401e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf
index a25409ed..55d53a25 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf
index 8ab7686f..587fe621 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf
index 86fc6d3d..776f1859 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf
index 087bc671..e9586048 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf
index ad63ad75..51aca209 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf
index 208cfc9b..e7cc0a12 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf
index f8eade1c..57cc570e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf
index 2f761436..6db3a20f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf
index 73961b9f..cce9a207 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf
index d75f595e..187d4e43 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf
index 5bb9af82..107f367c 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf
index c0ef7ab4..0ac592f3 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf
index fdf56846..a4998320 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf
index f6c4b915..b39d951d 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf
index 7ff82a23..d8b9d898 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf
index 61d49b4a..2e8b7849 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf
index 8b07a292..033516c1 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf
index 55622db3..fad08aa3 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf
index 639e75c8..27d581fa 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf
index 33d82a83..e7a0695b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf
index ade9e224..e58251c4 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf
index aa2737a7..8fe3dec6 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf
index 992612bf..93589d7f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf
index 6cf45015..4e5b052a 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf
index a83df09e..51400277 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf
index 85fcd81b..4673bdb6 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf
index da9ac387..9325fbf2 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf
index 12fe491c..64e4cd7a 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex
index a6eec6e3..cf4d5fc4 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex
@@ -52,6 +52,9 @@ void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_a276e843e2f5eda8934fb
\item
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a30fe95cf76936d382ee0b67a24688a7a}\label{classGpgFrontend_1_1UI_1_1MainWindow_a30fe95cf76936d382ee0b67a24688a7a}}
void {\bfseries Signal\+Loaded} ()
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a23c517e1b4c63d03e0413bf3772ffb92}\label{classGpgFrontend_1_1UI_1_1MainWindow_a23c517e1b4c63d03e0413bf3772ffb92}}
+void {\bfseries Signal\+Restart\+Application} (int)
\end{DoxyCompactItemize}
\doxysubsection*{Public Member Functions}
\begin{DoxyCompactItemize}
@@ -262,6 +265,9 @@ QAction $\ast$ \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_a01b85fb17c
\begin{DoxyCompactList}\small\item\em Action to import key from edit. \end{DoxyCompactList}\item
QAction $\ast$ \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_a0cb094e0409337cfd7dba1bb510ea96e}{clean\+\_\+double\+\_\+line\+\_\+breaks\+\_\+act\+\_\+}} \{\}
\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a5dce98bfc01ecbb0a90eaa2b304675ed}\label{classGpgFrontend_1_1UI_1_1MainWindow_a5dce98bfc01ecbb0a90eaa2b304675ed}}
+QAction $\ast$ {\bfseries gnupg\+\_\+controller\+\_\+open\+\_\+act\+\_\+} \{\}
+\item
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a5bbe43bdd25df9de8c1de23efd8d37a5}\label{classGpgFrontend_1_1UI_1_1MainWindow_a5bbe43bdd25df9de8c1de23efd8d37a5}}
QAction $\ast$ {\bfseries clean\+\_\+gpg\+\_\+password\+\_\+cache\+\_\+act\+\_\+} \{\}
\item
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5
index 3da0e53c..3d2dbe01 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5
@@ -1 +1 @@
-a81f292e77b7d08081ab3917f698c0e9
\ No newline at end of file
+0f84409636ecb6a2aa12ebdb826bd454
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf
index 92d51b1e..ad69f8cc 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5
index 8915c780..1ed4a47f 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5
@@ -1 +1 @@
-de1c8b3c7f33818c2fd24884f90b21d7
\ No newline at end of file
+e62d658b8c56152ce6b4fa8a62e95c14
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf
index 9d573555..75c08f8e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf
index 0d7996ed..fd1fbc97 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf
index 2ef3a764..39cb67de 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf
index 152b2199..ce5b4aa5 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf
index 7b5f6703..4a883867 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf
index 82439c94..debc5230 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf
index c3a3cb2e..ab8291d8 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf
index 40d69ad0..1f21a82d 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf
index 9e1d8666..9659230b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf
index 4d8efb40..9d4f2c3a 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf
index 6bbe54c0..7824011c 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf
index ebfeec6e..654e606b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf
index 5e79f07b..02248cc9 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation.tex
index 99ca3330..ca898840 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation.tex
@@ -38,6 +38,9 @@ void {\bfseries Signal\+User\+Input\+Passphrase\+Done} (QString passparase)
\item
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SignalStation_a2347964648d48b5d88994b2f504b6642}\label{classGpgFrontend_1_1UI_1_1SignalStation_a2347964648d48b5d88994b2f504b6642}}
void {\bfseries Signal\+Need\+User\+Input\+Passphrase} ()
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SignalStation_ac2848f49568a15d96e68e5622476d328}\label{classGpgFrontend_1_1UI_1_1SignalStation_ac2848f49568a15d96e68e5622476d328}}
+void {\bfseries Signal\+Restart\+Application} (int)
\end{DoxyCompactItemize}
\doxysubsection*{Static Public Member Functions}
\begin{DoxyCompactItemize}
@@ -68,7 +71,7 @@ Signal\+Station$\ast$
\end{DoxyReturn}
-Referenced by Gpg\+Frontend\+::\+UI\+::\+Common\+Utils\+::\+Common\+Utils(), Gpg\+Frontend\+::\+UI\+::\+Info\+Board\+Widget\+::\+Info\+Board\+Widget(), Gpg\+Frontend\+::\+UI\+::\+Init\+Gpg\+Frontend\+UI(), Gpg\+Frontend\+::\+UI\+::\+Key\+Gen\+Dialog\+::\+Key\+Gen\+Dialog(), Gpg\+Frontend\+::\+UI\+::\+Key\+Mgmt\+::\+Key\+Mgmt(), Gpg\+Frontend\+::\+UI\+::\+Key\+New\+UIDDialog\+::\+Key\+New\+UIDDialog(), Gpg\+Frontend\+::\+UI\+::\+Key\+Pair\+Detail\+Tab\+::\+Key\+Pair\+Detail\+Tab(), Gpg\+Frontend\+::\+UI\+::\+Key\+Pair\+Subkey\+Tab\+::\+Key\+Pair\+Subkey\+Tab(), Gpg\+Frontend\+::\+UI\+::\+Key\+Pair\+UIDTab\+::\+Key\+Pair\+UIDTab(), Gpg\+Frontend\+::\+UI\+::\+Key\+Server\+Import\+Dialog\+::\+Key\+Server\+Import\+Dialog(), Gpg\+Frontend\+::\+UI\+::\+Key\+UIDSign\+Dialog\+::\+Key\+UIDSign\+Dialog(), and Gpg\+Frontend\+::\+UI\+::\+Subkey\+Generate\+Dialog\+::\+Subkey\+Generate\+Dialog().
+Referenced by Gpg\+Frontend\+::\+UI\+::\+Common\+Utils\+::\+Common\+Utils(), Gpg\+Frontend\+::\+UI\+::\+Gnu\+PGController\+Dialog\+::\+Gnu\+PGController\+Dialog(), Gpg\+Frontend\+::\+UI\+::\+Info\+Board\+Widget\+::\+Info\+Board\+Widget(), Gpg\+Frontend\+::\+UI\+::\+Init\+Gpg\+Frontend\+UI(), Gpg\+Frontend\+::\+UI\+::\+Key\+Gen\+Dialog\+::\+Key\+Gen\+Dialog(), Gpg\+Frontend\+::\+UI\+::\+Key\+Mgmt\+::\+Key\+Mgmt(), Gpg\+Frontend\+::\+UI\+::\+Key\+New\+UIDDialog\+::\+Key\+New\+UIDDialog(), Gpg\+Frontend\+::\+UI\+::\+Key\+Pair\+Detail\+Tab\+::\+Key\+Pair\+Detail\+Tab(), Gpg\+Frontend\+::\+UI\+::\+Key\+Pair\+Subkey\+Tab\+::\+Key\+Pair\+Subkey\+Tab(), Gpg\+Frontend\+::\+UI\+::\+Key\+Pair\+UIDTab\+::\+Key\+Pair\+UIDTab(), Gpg\+Frontend\+::\+UI\+::\+Key\+Server\+Import\+Dialog\+::\+Key\+Server\+Import\+Dialog(), Gpg\+Frontend\+::\+UI\+::\+Key\+UIDSign\+Dialog\+::\+Key\+UIDSign\+Dialog(), and Gpg\+Frontend\+::\+UI\+::\+Subkey\+Generate\+Dialog\+::\+Subkey\+Generate\+Dialog().
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SignalStation_a94d4c7d79e0deb7026083689bc5dc2ad}\label{classGpgFrontend_1_1UI_1_1SignalStation_a94d4c7d79e0deb7026083689bc5dc2ad}}
\index{GpgFrontend::UI::SignalStation@{GpgFrontend::UI::SignalStation}!SignalRefreshInfoBoard@{SignalRefreshInfoBoard}}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__coll__graph.pdf
index ca0d66af..f34eb5bc 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__inherit__graph.pdf
index 6659c841..091d1243 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf
index 05bb0288..b6ef8abf 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf
index 3a4b0a09..761b9796 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf
index 8c96f57b..b670d789 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf
index 8e4c8c40..7d91f969 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf
index 6e9c54e5..9fa04696 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf
index 6e9c54e5..9fa04696 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf
index 36662a50..3579fbb9 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf
index 36662a50..3579fbb9 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf
index 9f21a82f..28b15fa5 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf
index 9f21a82f..28b15fa5 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf
index a273fbcd..d853ad55 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf
index a273fbcd..d853ad55 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf
index 0bff5ba6..618776c4 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf
index a0d1d670..733bda15 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf
index c03dbd40..12cefd85 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf
index 20cf75f1..bc8d521b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf
index 985c9710..22e80d1b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf
index d97968b8..12230584 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf
index 8c8d67c3..90ec9216 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf
index 8c8d67c3..90ec9216 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf
index e98c3f52..cf76990c 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf
index e98c3f52..cf76990c 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf differ
diff --git a/docs/latex/classProxyConnectionTestThread__coll__graph.pdf b/docs/latex/classProxyConnectionTestThread__coll__graph.pdf
index f306bd72..fe6f888e 100644
Binary files a/docs/latex/classProxyConnectionTestThread__coll__graph.pdf and b/docs/latex/classProxyConnectionTestThread__coll__graph.pdf differ
diff --git a/docs/latex/classSignatureDetailsDialog__coll__graph.pdf b/docs/latex/classSignatureDetailsDialog__coll__graph.pdf
index df69074f..2e4b56c2 100644
Binary files a/docs/latex/classSignatureDetailsDialog__coll__graph.pdf and b/docs/latex/classSignatureDetailsDialog__coll__graph.pdf differ
diff --git a/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf b/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf
index df69074f..2e4b56c2 100644
Binary files a/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf and b/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf
index 4eddd5cc..97f852df 100644
Binary files a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf and b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf differ
diff --git a/docs/latex/classclass__coll__graph.pdf b/docs/latex/classclass__coll__graph.pdf
index 00630e91..80f46206 100644
Binary files a/docs/latex/classclass__coll__graph.pdf and b/docs/latex/classclass__coll__graph.pdf differ
diff --git a/docs/latex/hierarchy.tex b/docs/latex/hierarchy.tex
index cca34505..c8b268c9 100644
--- a/docs/latex/hierarchy.tex
+++ b/docs/latex/hierarchy.tex
@@ -110,6 +110,7 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b
\begin{DoxyCompactList}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::About\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1AboutDialog}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Export\+Key\+Package\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog}}{}
+\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Gnu\+PGController\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Key\+Details\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1KeyDetailsDialog}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Key\+Gen\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1KeyGenDialog}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Key\+Import\+Detail\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1KeyImportDetailDialog}}{}
diff --git a/docs/latex/md_src_SECURITY.tex b/docs/latex/md_src_SECURITY.tex
deleted file mode 100644
index 164b4770..00000000
--- a/docs/latex/md_src_SECURITY.tex
+++ /dev/null
@@ -1,26 +0,0 @@
-\hypertarget{md_src_SECURITY_autotoc_md1}{}\doxysection{Supported Versions}\label{md_src_SECURITY_autotoc_md1}
-The application white check mark is still in support, without it means there version will no longer have a update including security fixture. That\textquotesingle{}s beacuse currently I have a job and a hard learning plain, which means I don\textquotesingle{}t have too much time to dealing with this project now, sincerely, I am sorry for that. Maybe this situation will get better in the future. So it is recommand to use the latest version.
-
-\tabulinesep=1mm
-\begin{longtabu}spread 0pt [c]{*{2}{|X[-1]}|}
-\hline
-\PBS\centering \cellcolor{\tableheadbgcolor}\textbf{ Version }&\PBS\centering \cellcolor{\tableheadbgcolor}\textbf{ Supported }\\\cline{1-2}
-\endfirsthead
-\hline
-\endfoot
-\hline
-\PBS\centering \cellcolor{\tableheadbgcolor}\textbf{ Version }&\PBS\centering \cellcolor{\tableheadbgcolor}\textbf{ Supported }\\\cline{1-2}
-\endhead
-1.\+x.\+x &\+:x\+: \\\cline{1-2}
-2.\+x.\+x &\+:x\+: \\\cline{1-2}
-2.\+1.\+x &\+:white\+\_\+check\+\_\+mark\+: \\\cline{1-2}
-\end{longtabu}
-\hypertarget{md_src_SECURITY_autotoc_md2}{}\doxysection{Platform \& Library Support}\label{md_src_SECURITY_autotoc_md2}
-According to security concern and my limiting time to contributing, \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} will gradually drop the support of some old platforms.
-
-Starting from v1.\+0.\+0, x32 operating system is no longer support. Mainly because I have limit time and the fact that x32 machime is getting less and less in the pc market, so I plan to stop spending tons of time dealing with lots of complex problem which might made me crazy. x64 is just enough, or you can use gpg4usb.
-
-Starting from v2.\+0.\+1, Ubuntu 16.\+04 is no longer support. Mainly because this Ubuntu 16.\+04 LTS\textquotesingle{}s life time had come into an end at during that time. Keep using this version of Ubuntu is not safty anymore.
-
-Starting from v2.\+1.\+0, mac\+OS 10.\+15 is no longer support. Mainly because this system will no longer support by github action in the near future. Also, I think this version is old enough to drop it out, and Apple might not longer to support it soon.\hypertarget{md_src_SECURITY_autotoc_md3}{}\doxysection{Reporting a Vulnerability}\label{md_src_SECURITY_autotoc_md3}
-If you want to report a vulnerability, it\textquotesingle{}s not good to raise an issue in public. You should send an email to \href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}} to contract me. In the email, You can describe the vulnerability you have just discovered and request a hot-\/fix. Or you can just provide a git patch to fix it and send it to me using the email. This is a better way to solve the vulnerability as quick as possible.
\ No newline at end of file
diff --git a/docs/latex/namespaceGpgFrontend_1_1UI.tex b/docs/latex/namespaceGpgFrontend_1_1UI.tex
index 42cfa0ac..0d754118 100644
--- a/docs/latex/namespaceGpgFrontend_1_1UI.tex
+++ b/docs/latex/namespaceGpgFrontend_1_1UI.tex
@@ -9,6 +9,8 @@ class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1VerifyDetailsDialog}{Verify\+De
\item
class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralDialog}{General\+Dialog}}
\item
+class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog}{Gnu\+PGController\+Dialog}}
+\item
class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1InfoTab}{Info\+Tab}}
\begin{DoxyCompactList}\small\item\em Class containing the main tab of about dialog. \end{DoxyCompactList}\item
class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1TranslatorsTab}{Translators\+Tab}}
diff --git a/docs/latex/refman.tex b/docs/latex/refman.tex
index 749caf51..6f7eb54c 100644
--- a/docs/latex/refman.tex
+++ b/docs/latex/refman.tex
@@ -173,10 +173,6 @@
%--- Begin generated contents ---
\chapter{Gpg\+Frontend Develop Document Main Page}
\label{index}\hypertarget{index}{}\input{index}
-\chapter{Security Policy}
-\label{md_src_SECURITY}
-\Hypertarget{md_src_SECURITY}
-\input{md_src_SECURITY}
\chapter{Namespace Index}
\input{namespaces}
\chapter{Hierarchical Index}
@@ -222,6 +218,7 @@
\input{classGpgFrontend_1_1UI_1_1GeneralTab}
\input{classGpgFrontend_1_1GenKeyInfo}
\input{classGpgFrontend_1_1GlobalSettingStation}
+\input{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog}
\input{classGpgFrontend_1_1UI_1_1GnupgTab}
\input{classGpgFrontend_1_1GpgAdvancedOperator}
\input{classGpgFrontend_1_1GpgBasicOperator}
diff --git a/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf
index 6353b4fc..d290f59a 100644
Binary files a/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs.tex b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs.tex
index 4cba3233..7167567b 100644
--- a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs.tex
+++ b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs.tex
@@ -7,7 +7,7 @@ Collaboration diagram for Gpg\+Frontend\+::Gpg\+Context\+Init\+Args\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[width=260pt]{structGpgFrontend_1_1GpgContextInitArgs__coll__graph}
+\includegraphics[width=289pt]{structGpgFrontend_1_1GpgContextInitArgs__coll__graph}
\end{center}
\end{figure}
\doxysubsection*{Public Attributes}
@@ -36,6 +36,12 @@ bool {\bfseries offline\+\_\+mode} = false
\item
\mbox{\Hypertarget{structGpgFrontend_1_1GpgContextInitArgs_a12e9e2e6ad393864a4b2d85727350edc}\label{structGpgFrontend_1_1GpgContextInitArgs_a12e9e2e6ad393864a4b2d85727350edc}}
bool {\bfseries auto\+\_\+import\+\_\+missing\+\_\+key} = false
+\item
+\mbox{\Hypertarget{structGpgFrontend_1_1GpgContextInitArgs_aa46e72b29dd89211f468047f45a7a31d}\label{structGpgFrontend_1_1GpgContextInitArgs_aa46e72b29dd89211f468047f45a7a31d}}
+bool {\bfseries custom\+\_\+gpgconf} = false
+\item
+\mbox{\Hypertarget{structGpgFrontend_1_1GpgContextInitArgs_a0a1de4b848ff87da9a6650fdbac82fa7}\label{structGpgFrontend_1_1GpgContextInitArgs_a0a1de4b848ff87da9a6650fdbac82fa7}}
+std\+::string {\bfseries custom\+\_\+gpgconf\+\_\+path}
\end{DoxyCompactItemize}
diff --git a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.md5 b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.md5
index 9399fbd3..5b458022 100644
--- a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.md5
+++ b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.md5
@@ -1 +1 @@
-0a580c619a9f02ce34ee8affea135863
\ No newline at end of file
+b05fccc6ca054108644a934f9c88a8ea
\ No newline at end of file
diff --git a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf
index 68aeceab..39fbb055 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter__coll__graph.pdf
index 1514187a..e0bd9c1c 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgData_1_1__data__ref__deleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgData_1_1__data__ref__deleter__coll__graph.pdf
index 708293a1..a53b0e0d 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgData_1_1__data__ref__deleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgData_1_1__data__ref__deleter__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter__coll__graph.pdf
index 3576ad7c..5aab5662 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf
index 0bd0a377..7a8fcec9 100644
Binary files a/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf
index 5f91a533..4ec816f7 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf
index c56044d4..0f93a018 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf
index e1285bef..ccfe676a 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf
index c4f315ad..fc90d899 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf
index 33844722..0e7ab228 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1SoftwareVersion__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1SoftwareVersion__coll__graph.pdf
index 056117de..66931113 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1SoftwareVersion__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1SoftwareVersion__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1__result__ref__deletor__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1__result__ref__deletor__coll__graph.pdf
index 2c04fe08..ae1515c7 100644
Binary files a/docs/latex/structGpgFrontend_1_1__result__ref__deletor__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1__result__ref__deletor__coll__graph.pdf differ