diff --git a/docs/html/AboutDialog_8h_source.html b/docs/html/AboutDialog_8h_source.html
index 2fc19359..1249e47e 100644
--- a/docs/html/AboutDialog_8h_source.html
+++ b/docs/html/AboutDialog_8h_source.html
@@ -5,7 +5,7 @@
-
GpgFrontend Project: src/ui/dialog/help/AboutDialog.h Source File
+GpgFrontend Project: src/ui/help/AboutDialog.h Source File
@@ -92,91 +92,89 @@ $(document).ready(function(){initNavTree('AboutDialog_8h_source.html',''); initR
32 #include "core/GpgContext.h"
33 #include "ui/GpgFrontendUI.h"
- 34 #include "ui/dialog/GeneralDialog.h"
- 35 #include "ui/struct/SoftwareVersion.h"
-
-
-
-
-
-
-
- 52 explicit InfoTab (QWidget* parent =
nullptr );
-
-
-
-
-
-
-
-
-
-
-
-
- 78 QLabel* current_version_label_;
- 79 QLabel* latest_version_label_;
- 80 QLabel* upgrade_label_;
-
- 82 QString current_version_;
- 83 QPushButton* download_button_;
-
-
- 91 explicit UpdateTab (QWidget* parent =
nullptr );
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 130 explicit AboutDialog (
int defaultIndex, QWidget* parent);
-
-
-
-
-
-
-
-
-
-
- 146 #endif // __ABOUTDIALOG_H__
+ 34 #include "ui/struct/SoftwareVersion.h"
+
+
+
+
+
+
+
+ 51 explicit InfoTab (QWidget* parent =
nullptr );
+
+
+
+
+
+
+
+
+
+
+
+
+ 77 QLabel* current_version_label_;
+ 78 QLabel* latest_version_label_;
+ 79 QLabel* upgrade_label_;
+
+ 81 QString current_version_;
+ 82 QPushButton* download_button_;
+
+
+ 90 explicit UpdateTab (QWidget* parent =
nullptr );
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 129 explicit AboutDialog (
int defaultIndex, QWidget* parent);
+
+
+
+
+
+
+
+
+
+
+ 145 #endif // __ABOUTDIALOG_H__
Definition: FileReadTask.cpp:31
void SignalUpgradeVersion(SoftwareVersion version)
-Class containing the translator tab of about dialog.
Definition: AboutDialog.h:59
-void getLatestVersion()
Get the Latest Version object.
Definition: AboutDialog.cpp:198
+Class containing the translator tab of about dialog.
Definition: AboutDialog.h:58
+void getLatestVersion()
Get the Latest Version object.
Definition: AboutDialog.cpp:197
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
Definition: SoftwareVersion.h:39
-Definition: GeneralDialog.h:35
-Class containing the main tab of about dialog.
Definition: AboutDialog.h:43
+Class containing the main tab of about dialog.
Definition: AboutDialog.h:42
std::filesystem::path GetResourceDir() const
Get the Resource Dir object.
Definition: GlobalSettingStation.h:125
AboutDialog(int defaultIndex, QWidget *parent)
Construct a new About Dialog object.
Definition: AboutDialog.cpp:38
bool VersionWithDrawn() const
Definition: SoftwareVersion.h:76
bool CurrentVersionReleased() const
Definition: SoftwareVersion.h:87
-void showEvent(QShowEvent *ev) override
Definition: AboutDialog.cpp:71
-TranslatorsTab(QWidget *parent=nullptr)
Construct a new Translators Tab object.
Definition: AboutDialog.cpp:114
-UpdateTab(QWidget *parent=nullptr)
Construct a new Update Tab object.
Definition: AboutDialog.cpp:146
-InfoTab(QWidget *parent=nullptr)
Construct a new Info Tab object.
Definition: AboutDialog.cpp:76
-void slot_show_version_status(const SoftwareVersion &version)
Definition: AboutDialog.cpp:213
-Class for handling the about dialog.
Definition: AboutDialog.h:120
+void showEvent(QShowEvent *ev) override
Definition: AboutDialog.cpp:70
+TranslatorsTab(QWidget *parent=nullptr)
Construct a new Translators Tab object.
Definition: AboutDialog.cpp:113
+UpdateTab(QWidget *parent=nullptr)
Construct a new Update Tab object.
Definition: AboutDialog.cpp:145
+InfoTab(QWidget *parent=nullptr)
Construct a new Info Tab object.
Definition: AboutDialog.cpp:75
+void slot_show_version_status(const SoftwareVersion &version)
Definition: AboutDialog.cpp:212
+Class for handling the about dialog.
Definition: AboutDialog.h:119
bool NeedUpgrade() const
Definition: SoftwareVersion.h:65
Definition: VersionCheckTask.h:45
-Class containing the main tab of about dialog.
Definition: AboutDialog.h:75
+Class containing the main tab of about dialog.
Definition: AboutDialog.h:74
void SignalReplyFromUpdateServer(QByteArray data)
- src ui dialog help AboutDialog.h
+ src ui help AboutDialog.h
diff --git a/docs/html/ArchiveFileOperator_8h_source.html b/docs/html/ArchiveFileOperator_8h_source.html
index 528f0fa4..2c6e628c 100644
--- a/docs/html/ArchiveFileOperator_8h_source.html
+++ b/docs/html/ArchiveFileOperator_8h_source.html
@@ -107,17 +107,19 @@ $(document).ready(function(){initNavTree('ArchiveFileOperator_8h_source.html',''
47 static void ListArchive(
const std::filesystem::path &archive_path);
- 49 static void CreateArchive(
const std::filesystem::path &base_path,
- 50 const std::filesystem::path &archive_path,
-
- 52 const std::vector<std::filesystem::path> &files);
-
- 54 static void ExtractArchive(
const std::filesystem::path &archive_path,
- 55 const std::filesystem::path &base_path);
-
-
-
- 59 #endif // GPGFRONTEND_ARCHIVEFILEOPERATOR_H
+ 49 static void CreateArchive(
+ 50 const std::filesystem::path &base_path,
+ 51 const std::filesystem::path &archive_path,
+
+ 53 const std::vector<std::filesystem::path> &files);
+
+ 55 static void ExtractArchive(
+ 56 const std::filesystem::path &archive_path,
+ 57 const std::filesystem::path &base_path);
+
+
+
+ 61 #endif // GPGFRONTEND_ARCHIVEFILEOPERATOR_H
static bool ReadFile(const QString &file_name, QByteArray &data)
read file content
Definition: FileOperator.cpp:31
diff --git a/docs/html/DataObjectOperator_8h_source.html b/docs/html/DataObjectOperator_8h_source.html
index d5098b60..dad8a76f 100644
--- a/docs/html/DataObjectOperator_8h_source.html
+++ b/docs/html/DataObjectOperator_8h_source.html
@@ -132,20 +132,20 @@ $(document).ready(function(){initNavTree('DataObjectOperator_8h_source.html','')
Definition: GpgFunctionObject.h:148
-static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:69
+static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:67
std::random_device rd_
Random device.
Definition: DataObjectOperator.h:74
Definition: CoreCommonUtil.cpp:29
static PassphraseGenerator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
std::filesystem::path app_secure_path_
Where sensitive information is stored.
Definition: DataObjectOperator.h:64
std::filesystem::path app_secure_key_path_
Where the key of data object is stored.
Definition: DataObjectOperator.h:67
-DataObjectOperator(int channel=SingletonFunctionObject::GetDefaultChannel())
DataObjectOperator constructor.
Definition: DataObjectOperator.cpp:47
+DataObjectOperator(int channel=SingletonFunctionObject::GetDefaultChannel())
DataObjectOperator constructor.
Definition: DataObjectOperator.cpp:46
QByteArray hash_key_
Hash key.
Definition: DataObjectOperator.h:76
Definition: GlobalSettingStation.h:42
std::filesystem::path app_data_objs_path_
Definition: DataObjectOperator.h:69
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:232
static bool ReadFileStd(const std::filesystem::path &file_name, std::string &data)
read file content using std struct
Definition: FileOperator.cpp:55
Definition: DataObjectOperator.h:38
-void init_app_secure_key()
init the secure key of application data object
Definition: DataObjectOperator.cpp:38
+void init_app_secure_key()
init the secure key of application data object
Definition: DataObjectOperator.cpp:37
diff --git a/docs/html/ExportKeyPackageDialog_8h_source.html b/docs/html/ExportKeyPackageDialog_8h_source.html
index 01e52626..8f8298c1 100644
--- a/docs/html/ExportKeyPackageDialog_8h_source.html
+++ b/docs/html/ExportKeyPackageDialog_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/import_export/ExportKeyPackageDialog.h Source File
+GpgFrontend Project: src/ui/import_export/ExportKeyPackageDialog.h Source File
@@ -91,40 +91,38 @@ $(document).ready(function(){initNavTree('ExportKeyPackageDialog_8h_source.html'
30 #define GPGFRONTEND_EXPORTKEYPACKAGEDIALOG_H
32 #include "GpgFrontendUI.h"
- 33 #include "ui/dialog/GeneralDialog.h"
-
- 35 class Ui_exportKeyPackageDialog;
-
-
-
-
-
-
-
-
-
-
- 56 std::shared_ptr<Ui_exportKeyPackageDialog> ui_;
- 57 KeyIdArgsListPtr key_ids_;
- 58 std::string passphrase_;
-
-
-
- 62 #endif // GPGFRONTEND_EXPORTKEYPACKAGEDIALOG_H
+
+ 34 class Ui_exportKeyPackageDialog;
+
+
+
+
+
+
+
+
+
+
+ 55 std::shared_ptr<Ui_exportKeyPackageDialog> ui_;
+ 56 KeyIdArgsListPtr key_ids_;
+ 57 std::string passphrase_;
+
+
+
+ 61 #endif // GPGFRONTEND_EXPORTKEYPACKAGEDIALOG_H
Definition: FileReadTask.cpp:31
-Definition: ExportKeyPackageDialog.h:43
-static std::string GenerateKeyPackageName()
generate the name of the key package
Definition: KeyPackageOperator.cpp:115
+Definition: ExportKeyPackageDialog.h:42
+static std::string GenerateKeyPackageName()
generate the name of the key package
Definition: KeyPackageOperator.cpp:116
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
static bool GenerateKeyPackage(const std::filesystem::path &key_package_path, const std::string &key_package_name, KeyIdArgsListPtr &key_ids, std::string &phrase, bool secret)
generate key package
Definition: KeyPackageOperator.cpp:46
-Definition: GeneralDialog.h:35
ExportKeyPackageDialog(KeyIdArgsListPtr key_ids, QWidget *parent)
Construct a new Export Key Package Dialog object.
Definition: ExportKeyPackageDialog.cpp:37
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
- src ui dialog import_export ExportKeyPackageDialog.h
+ src ui import_export ExportKeyPackageDialog.h
diff --git a/docs/html/FileOperator_8h_source.html b/docs/html/FileOperator_8h_source.html
index cdd35a53..29c910c0 100644
--- a/docs/html/FileOperator_8h_source.html
+++ b/docs/html/FileOperator_8h_source.html
@@ -114,9 +114,9 @@ $(document).ready(function(){initNavTree('FileOperator_8h_source.html',''); init
static bool ReadFile(const QString &file_name, QByteArray &data)
read file content
Definition: FileOperator.cpp:31
-static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:69
+static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:67
Definition: CoreCommonUtil.cpp:29
-static std::string CalculateHash(const std::filesystem::path &file_path)
Definition: FileOperator.cpp:75
+static std::string CalculateHash(const std::filesystem::path &file_path)
Definition: FileOperator.cpp:72
static bool ReadFileStd(const std::filesystem::path &file_name, std::string &data)
read file content using std struct
Definition: FileOperator.cpp:55
provides file operations
Definition: FileOperator.h:40
static bool WriteFile(const QString &file_name, const QByteArray &data)
write file content
Definition: FileOperator.cpp:43
diff --git a/docs/html/FilePage_8h_source.html b/docs/html/FilePage_8h_source.html
index 7bff378d..176a9289 100644
--- a/docs/html/FilePage_8h_source.html
+++ b/docs/html/FilePage_8h_source.html
@@ -90,77 +90,79 @@ $(document).ready(function(){initNavTree('FilePage_8h_source.html',''); initResi
29 #ifndef GPGFRONTEND_FILEPAGE_H
30 #define GPGFRONTEND_FILEPAGE_H
- 32 #include "ui/GpgFrontendUI.h"
- 33 #include "ui/widgets/InfoBoardWidget.h"
-
-
+
+
+ 34 #include "ui/GpgFrontendUI.h"
+ 35 #include "ui/widgets/InfoBoardWidget.h"
-
+
-
-
-
- 51 explicit FilePage (QWidget* parent =
nullptr );
-
-
-
-
-
-
-
+
+
+
+
+
+ 53 explicit FilePage (QWidget* parent =
nullptr );
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
- 105 void slot_up_level();
-
- 111 void slot_open_item();
-
- 117 void slot_rename_item();
-
- 123 void slot_delete_item();
-
- 129 void slot_calculate_hash();
-
-
-
- 141 void slot_create_empty_file();
-
-
-
-
-
-
-
-
-
-
-
- 171 std::shared_ptr<Ui_FilePage> ui_;
+
+
+
+
+
+
+ 107 void slot_up_level();
+
+ 113 void slot_open_item();
+
+ 119 void slot_rename_item();
+
+ 125 void slot_delete_item();
+
+ 131 void slot_calculate_hash();
+
+
+
+ 143 void slot_create_empty_file();
+
+
+
+
+
+
+
+
+
+
- 173 QFileSystemModel* dir_model_;
- 174 QCompleter* path_edit_completer_;
- 175 QStringListModel* path_complete_model_;
-
- 177 std::filesystem::path m_path_;
- 178 std::filesystem::path selected_path_;
-
- 180 QMenu* popup_menu_{};
- 181 QMenu* option_popup_menu_{};
- 182 QWidget* first_parent_{};
-
-
-
+ 173 std::shared_ptr<Ui_FilePage> ui_;
+
+ 175 QFileSystemModel* dir_model_;
+ 176 QCompleter* path_edit_completer_;
+ 177 QStringListModel* path_complete_model_;
+
+ 179 std::filesystem::path m_path_;
+ 180 std::filesystem::path selected_path_;
+
+ 182 QMenu* popup_menu_{};
+ 183 QMenu* option_popup_menu_{};
+ 184 QWidget* first_parent_{};
+
- 187 #endif // GPGFRONTEND_FILEPAGE_H
+
+
+ 189 #endif // GPGFRONTEND_FILEPAGE_H
void slot_file_tree_view_item_double_clicked(const QModelIndex &index)
Definition: FilePage.cpp:176
@@ -168,9 +170,9 @@ $(document).ready(function(){initNavTree('FilePage_8h_source.html',''); initResi
Definition: FileReadTask.cpp:31
void SignalPathChanged(const QString &path)
void onCustomContextMenu(const QPoint &point)
Definition: FilePage.cpp:292
-static std::string CalculateHash(const std::filesystem::path &file_path)
Definition: FileOperator.cpp:75
+static std::string CalculateHash(const std::filesystem::path &file_path)
Definition: FileOperator.cpp:72
void keyPressEvent(QKeyEvent *event) override
Definition: FilePage.cpp:443
-Definition: FilePage.h:43
+Definition: FilePage.h:45
InfoBoardStatus
Definition: InfoBoardWidget.h:43
void slot_compress_files()
compress directory into gpg-zip
Definition: FilePage.cpp:457
void SignalRefreshInfoBoard(const QString &text, InfoBoardStatus verify_label_status)
diff --git a/docs/html/FindWidget_8h_source.html b/docs/html/FindWidget_8h_source.html
index 945f7cf1..c3b65c5a 100644
--- a/docs/html/FindWidget_8h_source.html
+++ b/docs/html/FindWidget_8h_source.html
@@ -130,11 +130,11 @@ $(document).ready(function(){initNavTree('FindWidget_8h_source.html',''); initRe
Definition: FileReadTask.cpp:31
Class for handling a single tab of the tabwidget.
Definition: PlainTextEditorPage.h:45
-
+
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:81
-
+
diff --git a/docs/html/GeneralDialog_8h_source.html b/docs/html/GeneralDialog_8h_source.html
deleted file mode 100644
index 537a2571..00000000
--- a/docs/html/GeneralDialog_8h_source.html
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
-
-
-
-
GpgFrontend Project: src/ui/dialog/GeneralDialog.h Source File
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GpgFrontend Project
-
- A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
28 #ifndef GPGFRONTEND_GENERALDIALOG_H
-
29 #define GPGFRONTEND_GENERALDIALOG_H
-
-
31 #include "ui/GpgFrontendUI.h"
-
-
-
-
-
-
41 explicit GeneralDialog (std::string name, QWidget* parent =
nullptr );
-
-
-
-
-
52 void slot_restore_settings() noexcept;
-
-
57 void slot_save_settings() noexcept;
-
-
-
-
-
-
-
-
-
66 #endif // GPGFRONTEND_GENERALDIALOG_H
-
-
-
Definition: FileReadTask.cpp:31
-
Definition: GeneralDialog.h:35
-
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
-
GeneralDialog(std::string name, QWidget *parent=nullptr)
Definition: GeneralDialog.cpp:32
-
-
-
-
diff --git a/docs/html/GeneralMainWindow_8h_source.html b/docs/html/GeneralMainWindow_8h_source.html
deleted file mode 100644
index f534a70e..00000000
--- a/docs/html/GeneralMainWindow_8h_source.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-
-
-
GpgFrontend Project: src/ui/main_window/GeneralMainWindow.h Source File
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GpgFrontend Project
-
- A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
29 #ifndef GPGFRONTEND_GENERALMAINWINDOW_H
-
30 #define GPGFRONTEND_GENERALMAINWINDOW_H
-
-
32 #include "ui/GpgFrontendUI.h"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
66 void slot_restore_settings() noexcept;
-
-
71 void slot_save_settings() noexcept;
-
-
-
-
-
-
-
-
-
80 #endif // GPGFRONTEND_GENERALMAINWINDOW_H
-
-
-
Definition: FileReadTask.cpp:31
-
Definition: GeneralMainWindow.h:39
-
void closeEvent(QCloseEvent *event)
Definition: GeneralMainWindow.cpp:43
-
GeneralMainWindow(std::string name, QWidget *parent=nullptr)
Definition: GeneralMainWindow.cpp:35
-
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
-
-
-
-
diff --git a/docs/html/GlobalSettingStation_8h_source.html b/docs/html/GlobalSettingStation_8h_source.html
index 356cc4bb..12fd06b4 100644
--- a/docs/html/GlobalSettingStation_8h_source.html
+++ b/docs/html/GlobalSettingStation_8h_source.html
@@ -147,8 +147,8 @@ $(document).ready(function(){initNavTree('GlobalSettingStation_8h_source.html','
142 void SyncSettings() noexcept;
-
145 std::filesystem::path app_path_ = QCoreApplication::applicationDirPath()
-
+
145 std::filesystem::path app_path_ =
+
146 QCoreApplication::applicationDirPath().toStdString();
147 std::filesystem::path app_data_path_ =
148 QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation)
diff --git a/docs/html/GpgCommandExecutor_8h_source.html b/docs/html/GpgCommandExecutor_8h_source.html
index 980dd63c..602c2180 100644
--- a/docs/html/GpgCommandExecutor_8h_source.html
+++ b/docs/html/GpgCommandExecutor_8h_source.html
@@ -99,28 +99,27 @@ $(document).ready(function(){initNavTree('GpgCommandExecutor_8h_source.html','')
-
-
-
-
-
-
-
-
-
64 void Execute(StringArgsRef arguments,
-
65 const std::function<
void (boost::process::async_pipe &in,
-
66 boost::process::async_pipe &out)>
-
-
-
-
-
-
-
-
-
-
-
77 #endif // GPGFRONTEND_ZH_CN_TS_GPGCOMMANDEXECUTOR_H
+
+
+
+
+
+
+
+
63 void Execute(StringArgsRef arguments,
+
64 const std::function<
void (boost::process::async_pipe &in,
+
65 boost::process::async_pipe &out)>
+
+
+
+
+
+
+
+
+
+
+
76 #endif // GPGFRONTEND_ZH_CN_TS_GPGCOMMANDEXECUTOR_H
Definition: GpgFunctionObject.h:148
diff --git a/docs/html/GpgDecryptResultAnalyse_8h_source.html b/docs/html/GpgDecryptResultAnalyse_8h_source.html
index b32e2bb0..c4ffa933 100644
--- a/docs/html/GpgDecryptResultAnalyse_8h_source.html
+++ b/docs/html/GpgDecryptResultAnalyse_8h_source.html
@@ -122,7 +122,7 @@ $(document).ready(function(){initNavTree('GpgDecryptResultAnalyse_8h_source.html
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
Definition: GpgResultAnalyse.h:37
Definition: GpgDecryptResultAnalyse.h:41
-std::string GetName() const
Definition: GpgKey.cpp:56
+std::string GetName() const
Definition: GpgKey.cpp:58
diff --git a/docs/html/GpgFileOpera_8h_source.html b/docs/html/GpgFileOpera_8h_source.html
index 2d0059ff..71feba13 100644
--- a/docs/html/GpgFileOpera_8h_source.html
+++ b/docs/html/GpgFileOpera_8h_source.html
@@ -99,52 +99,53 @@ $(document).ready(function(){initNavTree('GpgFileOpera_8h_source.html',''); init
-
-
-
- 59 static unsigned int EncryptFile(KeyListPtr keys,
const std::string& in_path,
- 60 const std::string& out_path,
- 61 GpgEncrResult& result,
- 62 int _channel = GPGFRONTEND_DEFAULT_CHANNEL);
-
- 73 static unsigned int EncryptFileSymmetric(
- 74 const std::string& in_path,
const std::string& out_path,
- 75 GpgEncrResult& result,
int _channel = GPGFRONTEND_DEFAULT_CHANNEL);
-
- 85 static GpgError DecryptFile(
const std::string& in_path,
- 86 const std::string& out_path,
- 87 GpgDecrResult& result);
-
- 99 static GpgError SignFile(KeyListPtr keys,
const std::string& in_path,
- 100 const std::string& out_path, GpgSignResult& result,
- 101 int _channel = GPGFRONTEND_DEFAULT_CHANNEL);
-
- 112 static GpgError VerifyFile(
const std::string& data_path,
- 113 const std::string& sign_path,
- 114 GpgVerifyResult& result,
- 115 int _channel = GPGFRONTEND_DEFAULT_CHANNEL);
-
- 129 static GpgError EncryptSignFile(KeyListPtr keys, KeyListPtr signer_keys,
- 130 const std::string& in_path,
- 131 const std::string& out_path,
- 132 GpgEncrResult& encr_res,
- 133 GpgSignResult& sign_res,
- 134 int _channel = GPGFRONTEND_DEFAULT_CHANNEL);
-
- 145 static GpgError DecryptVerifyFile(
const std::string& in_path,
- 146 const std::string& out_path,
- 147 GpgDecrResult& decr_res,
- 148 GpgVerifyResult& verify_res);
-
-
-
-
- 153 #endif // GPGFRONTEND_GPGFILEOPERA_H
+
+
+
+
+ 60 static unsigned int EncryptFile(KeyListPtr keys,
const std::string& in_path,
+ 61 const std::string& out_path,
+ 62 GpgEncrResult& result,
+ 63 int _channel = GPGFRONTEND_DEFAULT_CHANNEL);
+
+ 74 static unsigned int EncryptFileSymmetric(
+ 75 const std::string& in_path,
const std::string& out_path,
+ 76 GpgEncrResult& result,
int _channel = GPGFRONTEND_DEFAULT_CHANNEL);
+
+ 86 static GpgError DecryptFile(
const std::string& in_path,
+ 87 const std::string& out_path,
+ 88 GpgDecrResult& result);
+
+ 100 static GpgError SignFile(KeyListPtr keys,
const std::string& in_path,
+ 101 const std::string& out_path, GpgSignResult& result,
+ 102 int _channel = GPGFRONTEND_DEFAULT_CHANNEL);
+
+ 113 static GpgError VerifyFile(
const std::string& data_path,
+ 114 const std::string& sign_path,
+ 115 GpgVerifyResult& result,
+ 116 int _channel = GPGFRONTEND_DEFAULT_CHANNEL);
+
+ 130 static GpgError EncryptSignFile(KeyListPtr keys, KeyListPtr signer_keys,
+ 131 const std::string& in_path,
+ 132 const std::string& out_path,
+ 133 GpgEncrResult& encr_res,
+ 134 GpgSignResult& sign_res,
+ 135 int _channel = GPGFRONTEND_DEFAULT_CHANNEL);
+
+ 146 static GpgError DecryptVerifyFile(
const std::string& in_path,
+ 147 const std::string& out_path,
+ 148 GpgDecrResult& decr_res,
+ 149 GpgVerifyResult& verify_res);
+
+
+
+
+ 154 #endif // GPGFRONTEND_GPGFILEOPERA_H
static GpgError SignFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgSignResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:103
Definition: GpgFunctionObject.h:148
-static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:69
+static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:67
gpgme_error_t Decrypt(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgDecrResult &result)
Call the interface provided by gpgme for decryption operation.
Definition: GpgBasicOperator.cpp:64
Definition: CoreCommonUtil.cpp:29
static GpgBasicOperator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
diff --git a/docs/html/GpgFrontendApplication_8h_source.html b/docs/html/GpgFrontendApplication_8h_source.html
index 9b6f3a9f..7a17ffff 100644
--- a/docs/html/GpgFrontendApplication_8h_source.html
+++ b/docs/html/GpgFrontendApplication_8h_source.html
@@ -97,7 +97,7 @@ $(document).ready(function(){initNavTree('GpgFrontendApplication_8h_source.html'
-
+
@@ -115,9 +115,9 @@ $(document).ready(function(){initNavTree('GpgFrontendApplication_8h_source.html'
Definition: FileReadTask.cpp:31
+GpgFrontendApplication(int &argc, char **argv)
Construct a new GpgFrontend Application object.
Definition: GpgFrontendApplication.cpp:33
Definition: GpgFrontendApplication.h:34
-GpgFrontendApplication(int &argc, char *argv[])
Construct a new GpgFrontend Application object.
Definition: GpgFrontendApplication.cpp:33
-bool notify(QObject *receiver, QEvent *event) override
Definition: GpgFrontendApplication.cpp:73
+bool notify(QObject *receiver, QEvent *event) override
Definition: GpgFrontendApplication.cpp:70
static GpgFrontendApplication * GetInstance(int argc=0, char *argv[]=nullptr, bool new_instance=false)
Get the GpgFrontend Application object.
Definition: GpgFrontendApplication.cpp:56
diff --git a/docs/html/GpgKeyImportExporter_8h_source.html b/docs/html/GpgKeyImportExporter_8h_source.html
index 95f58807..df44fafb 100644
--- a/docs/html/GpgKeyImportExporter_8h_source.html
+++ b/docs/html/GpgKeyImportExporter_8h_source.html
@@ -165,7 +165,7 @@ $(document).ready(function(){initNavTree('GpgKeyImportExporter_8h_source.html','
Definition: GpgFunctionObject.h:148
bool ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const
Definition: GpgKeyImportExporter.cpp:71
-std::string GetId() const
Definition: GpgKey.cpp:52
+std::string GetId() const
Definition: GpgKey.cpp:54
Definition: CoreCommonUtil.cpp:29
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GPGFRONTEND_CORE_EXPORT GpgError check_gpg_error(GpgError err)
Definition: GpgConstants.cpp:54
diff --git a/docs/html/GpgKeyOpera_8h_source.html b/docs/html/GpgKeyOpera_8h_source.html
index ff85917f..65e668e8 100644
--- a/docs/html/GpgKeyOpera_8h_source.html
+++ b/docs/html/GpgKeyOpera_8h_source.html
@@ -134,32 +134,32 @@ $(document).ready(function(){initNavTree('GpgKeyOpera_8h_source.html',''); initR
std::string GetUserid() const
Get the Userid object.
Definition: GpgGenKeyInfo.h:114
Definition: GpgFunctionObject.h:148
-static void GenerateRevokeCert(const GpgKey &key, const std::string &output_file_name)
Definition: GpgKeyOpera.cpp:105
+static void GenerateRevokeCert(const GpgKey &key, const std::string &output_file_name)
Definition: GpgKeyOpera.cpp:106
const std::string & GetAlgo() const
Get the Algo object.
Definition: GpgGenKeyInfo.h:167
-std::string GetId() const
Definition: GpgKey.cpp:52
+std::string GetId() const
Definition: GpgKey.cpp:54
Definition: CoreCommonUtil.cpp:29
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GPGFRONTEND_CORE_EXPORT GpgError check_gpg_error(GpgError err)
Definition: GpgConstants.cpp:54
Definition: GpgKeyOpera.h:47
int GetChannel() const
Get the Channel object.
Definition: GpgFunctionObject.h:239
-GpgFrontend::GpgError GenerateSubkey(const GpgKey &key, const std::unique_ptr< GenKeyInfo > ¶ms)
Definition: GpgKeyOpera.cpp:244
-GpgError SetExpire(const GpgKey &key, const SubkeyId &subkey_fpr, std::unique_ptr< boost::posix_time::ptime > &expires)
Set the Expire object.
Definition: GpgKeyOpera.cpp:75
+GpgFrontend::GpgError GenerateSubkey(const GpgKey &key, const std::unique_ptr< GenKeyInfo > ¶ms)
Definition: GpgKeyOpera.cpp:245
+GpgError SetExpire(const GpgKey &key, const SubkeyId &subkey_fpr, std::unique_ptr< boost::posix_time::ptime > &expires)
Set the Expire object.
Definition: GpgKeyOpera.cpp:76
Definition: GpgContext.h:59
-GpgFrontend::GpgError GenerateKey(const std::unique_ptr< GenKeyInfo > ¶ms, GpgGenKeyResult &result)
Definition: GpgKeyOpera.cpp:165
+GpgFrontend::GpgError GenerateKey(const std::unique_ptr< GenKeyInfo > ¶ms, GpgGenKeyResult &result)
Definition: GpgKeyOpera.cpp:166
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
-GpgFrontend::GpgError ModifyPassword(const GpgKey &key)
Definition: GpgKeyOpera.cpp:275
+GpgFrontend::GpgError ModifyPassword(const GpgKey &key)
Definition: GpgKeyOpera.cpp:276
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:232
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
std::string GetKeySizeStr() const
Get the Key Size Str object.
Definition: GpgGenKeyInfo.cpp:154
bool IsSubKey() const
Definition: GpgGenKeyInfo.h:100
GpgKeyOpera(int channel=SingletonFunctionObject::GetDefaultChannel())
Construct a new Gpg Key Opera object.
Definition: GpgKeyOpera.cpp:44
void Execute(StringArgsRef arguments, const std::function< void(boost::process::async_pipe &in, boost::process::async_pipe &out)> &interact_func)
Excuting an order.
Definition: GpgCommandExecutor.cpp:41
-GpgFrontend::GpgError ModifyTOFUPolicy(const GpgKey &key, gpgme_tofu_policy_t tofu_policy)
Definition: GpgKeyOpera.cpp:284
-std::string GetFingerprint() const
Definition: GpgKey.cpp:68
+GpgFrontend::GpgError ModifyTOFUPolicy(const GpgKey &key, gpgme_tofu_policy_t tofu_policy)
Definition: GpgKeyOpera.cpp:285
+std::string GetFingerprint() const
Definition: GpgKey.cpp:70
GPGFRONTEND_CORE_EXPORT GpgEncrResult _new_result(gpgme_encrypt_result_t &&result)
Definition: GpgConstants.cpp:173
-void DeleteKey(const KeyId &key_id)
Definition: GpgKeyOpera.cpp:294
-void DeleteKeys(KeyIdArgsListPtr key_ids)
Definition: GpgKeyOpera.cpp:51
+void DeleteKey(const KeyId &key_id)
Definition: GpgKeyOpera.cpp:295
+void DeleteKeys(KeyIdArgsListPtr key_ids)
Definition: GpgKeyOpera.cpp:52
diff --git a/docs/html/GpgKey_8h_source.html b/docs/html/GpgKey_8h_source.html
index 5a4302c7..5666b05b 100644
--- a/docs/html/GpgKey_8h_source.html
+++ b/docs/html/GpgKey_8h_source.html
@@ -193,45 +193,45 @@ $(document).ready(function(){initNavTree('GpgKey_8h_source.html',''); initResiza
360 #endif // GPGFRONTEND_GPGKEY_H
-bool IsHasCardKey() const
Definition: GpgKey.cpp:131
+bool IsHasCardKey() const
Definition: GpgKey.cpp:133
GpgKey()=default
Construct a new Gpg Key object.
GpgKey & operator=(GpgKey &&k) noexcept
Definition: GpgKey.cpp:35
-std::string GetId() const
Definition: GpgKey.cpp:52
-bool IsHasSigningCapability() const
Definition: GpgKey.cpp:119
+std::string GetId() const
Definition: GpgKey.cpp:54
+bool IsHasSigningCapability() const
Definition: GpgKey.cpp:121
Definition: CoreCommonUtil.cpp:29
-bool IsHasActualCertificationCapability() const
Definition: GpgKey.cpp:205
+bool IsHasActualCertificationCapability() const
Definition: GpgKey.cpp:207
-GpgKey Copy() const
Definition: GpgKey.cpp:227
-std::string GetComment() const
Definition: GpgKey.cpp:64
+GpgKey Copy() const
Definition: GpgKey.cpp:230
+std::string GetComment() const
Definition: GpgKey.cpp:66
bool operator<=(const GpgKey &o) const
Definition: GpgKey.cpp:44
-std::string GetEmail() const
Definition: GpgKey.cpp:60
-std::unique_ptr< std::vector< GpgSubKey > > GetSubKeys() const
Definition: GpgKey.cpp:151
-std::string GetOwnerTrust() const
Definition: GpgKey.cpp:76
-boost::posix_time::ptime GetCreateTime() const
Create a time object.
Definition: GpgKey.cpp:107
-bool IsGood() const
Definition: GpgKey.cpp:50
-bool IsHasActualEncryptionCapability() const
Definition: GpgKey.cpp:214
+std::string GetEmail() const
Definition: GpgKey.cpp:62
+std::unique_ptr< std::vector< GpgSubKey > > GetSubKeys() const
Definition: GpgKey.cpp:153
+std::string GetOwnerTrust() const
Definition: GpgKey.cpp:78
+boost::posix_time::ptime GetCreateTime() const
Create a time object.
Definition: GpgKey.cpp:109
+bool IsGood() const
Definition: GpgKey.cpp:52
+bool IsHasActualEncryptionCapability() const
Definition: GpgKey.cpp:216
bool operator==(const GpgKey &o) const
Definition: GpgKey.cpp:40
-bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:172
-bool IsHasActualAuthenticationCapability() const
Definition: GpgKey.cpp:186
-bool IsPrivateKey() const
Definition: GpgKey.cpp:138
-unsigned int GetPrimaryKeyLength() const
s
Definition: GpgKey.cpp:111
-std::string GetPublicKeyAlgo() const
Definition: GpgKey.cpp:94
-boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:103
-bool IsHasAuthenticationCapability() const
Definition: GpgKey.cpp:127
-bool IsExpired() const
Definition: GpgKey.cpp:140
+bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:174
+bool IsHasActualAuthenticationCapability() const
Definition: GpgKey.cpp:188
+bool IsPrivateKey() const
Definition: GpgKey.cpp:140
+unsigned int GetPrimaryKeyLength() const
s
Definition: GpgKey.cpp:113
+std::string GetPublicKeyAlgo() const
Definition: GpgKey.cpp:96
+boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:105
+bool IsHasAuthenticationCapability() const
Definition: GpgKey.cpp:129
+bool IsExpired() const
Definition: GpgKey.cpp:142
Definition: GpgSubKey.h:43
-std::string GetProtocol() const
Definition: GpgKey.cpp:72
+std::string GetProtocol() const
Definition: GpgKey.cpp:74
-bool IsRevoked() const
Definition: GpgKey.cpp:142
-std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:161
-bool IsHasEncryptionCapability() const
Definition: GpgKey.cpp:115
-bool IsDisabled() const
Definition: GpgKey.cpp:144
-bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:123
-bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
-boost::posix_time::ptime GetLastUpdateTime() const
Definition: GpgKey.cpp:98
-std::string GetFingerprint() const
Definition: GpgKey.cpp:68
+bool IsRevoked() const
Definition: GpgKey.cpp:144
+std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:163
+bool IsHasEncryptionCapability() const
Definition: GpgKey.cpp:117
+bool IsDisabled() const
Definition: GpgKey.cpp:146
+bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:125
+bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
+boost::posix_time::ptime GetLastUpdateTime() const
Definition: GpgKey.cpp:100
+std::string GetFingerprint() const
Definition: GpgKey.cpp:70
-std::string GetName() const
Definition: GpgKey.cpp:56
+std::string GetName() const
Definition: GpgKey.cpp:58
diff --git a/docs/html/GpgSignResultAnalyse_8h_source.html b/docs/html/GpgSignResultAnalyse_8h_source.html
index bffc985d..8c024ffa 100644
--- a/docs/html/GpgSignResultAnalyse_8h_source.html
+++ b/docs/html/GpgSignResultAnalyse_8h_source.html
@@ -117,7 +117,7 @@ $(document).ready(function(){initNavTree('GpgSignResultAnalyse_8h_source.html','
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
Definition: GpgResultAnalyse.h:37
GpgSignResultAnalyse(GpgError error, GpgSignResult result)
Construct a new Sign Result Analyse object.
Definition: GpgSignResultAnalyse.cpp:33
-std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:161
+std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:163
Definition: GpgSignResultAnalyse.h:40
diff --git a/docs/html/InfoBoardWidget_8h_source.html b/docs/html/InfoBoardWidget_8h_source.html
index df90c169..9f566172 100644
--- a/docs/html/InfoBoardWidget_8h_source.html
+++ b/docs/html/InfoBoardWidget_8h_source.html
@@ -92,7 +92,7 @@ $(document).ready(function(){initNavTree('InfoBoardWidget_8h_source.html',''); i
32 #include "PlainTextEditorPage.h"
33 #include "core/function/result_analyse/GpgVerifyResultAnalyse.h"
-
34 #include "ui/dialog/details/VerifyDetailsDialog.h"
+
34 #include "ui/details/VerifyDetailsDialog.h"
diff --git a/docs/html/KeyDetailsDialog_8h_source.html b/docs/html/KeyDetailsDialog_8h_source.html
index dcdfd031..6af12384 100644
--- a/docs/html/KeyDetailsDialog_8h_source.html
+++ b/docs/html/KeyDetailsDialog_8h_source.html
@@ -5,7 +5,7 @@
-
GpgFrontend Project: src/ui/dialog/keypair_details/KeyDetailsDialog.h Source File
+
GpgFrontend Project: src/ui/keypair_details/KeyDetailsDialog.h Source File
@@ -92,32 +92,30 @@ $(document).ready(function(){initNavTree('KeyDetailsDialog_8h_source.html','');
32 #include "core/GpgContext.h"
33 #include "ui/GpgFrontendUI.h"
-
34 #include "ui/dialog/GeneralDialog.h"
-
-
-
-
-
-
-
-
-
-
-
45 QTabWidget* tab_widget_{};
-
-
-
-
49 #endif // __KEYDETAILSDIALOG_H__
+
+
+
+
+
+
+
+
+
+
+
44 QTabWidget* tab_widget_{};
+
+
+
+
48 #endif // __KEYDETAILSDIALOG_H__
Definition: FileReadTask.cpp:31
-Definition: GeneralDialog.h:35
-Definition: KeyDetailsDialog.h:38
+Definition: KeyDetailsDialog.h:37
- src ui dialog keypair_details KeyDetailsDialog.h
+ src ui keypair_details KeyDetailsDialog.h
diff --git a/docs/html/KeyImportDetailDialog_8h_source.html b/docs/html/KeyImportDetailDialog_8h_source.html
index d0aa332c..8dc244f6 100644
--- a/docs/html/KeyImportDetailDialog_8h_source.html
+++ b/docs/html/KeyImportDetailDialog_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/import_export/KeyImportDetailDialog.h Source File
+GpgFrontend Project: src/ui/import_export/KeyImportDetailDialog.h Source File
@@ -93,56 +93,54 @@ $(document).ready(function(){initNavTree('KeyImportDetailDialog_8h_source.html',
32 #include "core/GpgContext.h"
33 #include "core/function/gpg/GpgKeyImportExporter.h"
34 #include "ui/GpgFrontendUI.h"
- 35 #include "ui/dialog/GeneralDialog.h"
-
-
-
-
-
-
-
-
- 55 QWidget* parent =
nullptr );
-
-
-
-
-
-
-
-
-
-
- 84 QTableWidget* keys_table_{};
- 85 QGroupBox* general_info_box_{};
- 86 QGroupBox* key_info_box_{};
- 87 QDialogButtonBox* button_box_{};
-
-
-
-
- 92 #endif // __KEYIMPORTDETAILSDIALOG_H__
+
+
+
+
+
+
+
+
+ 54 QWidget* parent =
nullptr );
+
+
+
+
+
+
+
+
+
+
+ 83 QTableWidget* keys_table_{};
+ 84 QGroupBox* general_info_box_{};
+ 85 QGroupBox* key_info_box_{};
+ 86 QDialogButtonBox* button_box_{};
+
+
+
+
+ 91 #endif // __KEYIMPORTDETAILSDIALOG_H__
Definition: FileReadTask.cpp:31
-static QString get_status_string(int keyStatus)
Get the status string object.
Definition: KeyImportDetailDialog.cpp:167
+static QString get_status_string(int keyStatus)
Get the status string object.
Definition: KeyImportDetailDialog.cpp:166
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-Definition: GeneralDialog.h:35
-std::string GetEmail() const
Definition: GpgKey.cpp:60
+std::string GetEmail() const
Definition: GpgKey.cpp:62
KeyImportDetailDialog(GpgImportInformation result, bool automatic, QWidget *parent=nullptr)
Construct a new Key Import Detail Dialog object.
Definition: KeyImportDetailDialog.cpp:34
-Definition: KeyImportDetailDialog.h:43
-bool IsGood() const
Definition: GpgKey.cpp:50
-void create_keys_table()
Create a keys table object.
Definition: KeyImportDetailDialog.cpp:131
+Definition: KeyImportDetailDialog.h:42
+bool IsGood() const
Definition: GpgKey.cpp:52
+void create_keys_table()
Create a keys table object.
Definition: KeyImportDetailDialog.cpp:130
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
-void create_button_box()
Create a button box object.
Definition: KeyImportDetailDialog.cpp:199
-void create_general_info_box()
Create a general info box object.
Definition: KeyImportDetailDialog.cpp:77
+void create_button_box()
Create a button box object.
Definition: KeyImportDetailDialog.cpp:198
+void create_general_info_box()
Create a general info box object.
Definition: KeyImportDetailDialog.cpp:76
-std::string GetName() const
Definition: GpgKey.cpp:56
+std::string GetName() const
Definition: GpgKey.cpp:58
- src ui dialog import_export KeyImportDetailDialog.h
+ src ui import_export KeyImportDetailDialog.h
diff --git a/docs/html/KeyList_8h_source.html b/docs/html/KeyList_8h_source.html
index 7fb6eb72..a7743b7b 100644
--- a/docs/html/KeyList_8h_source.html
+++ b/docs/html/KeyList_8h_source.html
@@ -93,7 +93,7 @@ $(document).ready(function(){initNavTree('KeyList_8h_source.html',''); initResiz
34 #include "core/GpgContext.h"
- 35 #include "ui/dialog/import_export/KeyImportDetailDialog.h"
+ 35 #include "ui/import_export/KeyImportDetailDialog.h"
@@ -274,7 +274,7 @@ $(document).ready(function(){initNavTree('KeyList_8h_source.html',''); initResiz
KeyLinkListPtr FetchKey()
Get all the keys by receiving a linked list.
Definition: GpgKeyGetter.cpp:82
void AddMenuAction(QAction *act)
Definition: KeyList.cpp:300
void import_keys(const QByteArray &inBuffer)
Definition: KeyList.cpp:385
-Definition: KeyImportDetailDialog.h:43
+Definition: KeyImportDetailDialog.h:42
KeyIdArgsListPtr & GetChecked()
Get the Checked object.
Definition: KeyList.cpp:498
bool ContainsPrivateKeys()
Definition: KeyList.cpp:270
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
@@ -288,7 +288,7 @@ $(document).ready(function(){initNavTree('KeyList_8h_source.html',''); initResiz
GpgImportInformation ImportKey(StdBypeArrayPtr inBuffer)
Definition: GpgKeyImportExporter.cpp:42
static void MarkKeys(QStringList *keyIds)
Definition: KeyList.cpp:381
-std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:161
+std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:163
void contextMenuEvent(QContextMenuEvent *event) override
Definition: KeyList.cpp:289
diff --git a/docs/html/KeyMgmt_8h_source.html b/docs/html/KeyMgmt_8h_source.html
index c6e5b484..8acef8a6 100644
--- a/docs/html/KeyMgmt_8h_source.html
+++ b/docs/html/KeyMgmt_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/main_window/KeyMgmt.h Source File
+GpgFrontend Project: src/ui/KeyMgmt.h Source File
@@ -91,122 +91,127 @@ $(document).ready(function(){initNavTree('KeyMgmt_8h_source.html',''); initResiz
32 #include "ui/GpgFrontendUI.h"
- 33 #include "ui/dialog/import_export/KeyImportDetailDialog.h"
- 34 #include "ui/dialog/import_export/KeyServerImportDialog.h"
- 35 #include "ui/dialog/key_generate/KeygenDialog.h"
- 36 #include "ui/dialog/keypair_details/KeyDetailsDialog.h"
- 37 #include "ui/main_window/GeneralMainWindow.h"
- 38 #include "ui/widgets/KeyList.h"
-
-
-
-
-
-
-
- 55 explicit KeyMgmt (QWidget* parent =
nullptr );
-
-
-
- 63 void SlotGenerateSubKey();
-
- 69 void SlotExportKeyToKeyPackage();
-
- 75 void SlotExportKeyToClipboard();
-
- 81 void SlotExportAsOpenSSHFormat();
-
- 87 void SlotDeleteSelectedKeys();
-
- 93 void SlotDeleteCheckedKeys();
-
- 99 void SlotGenerateKeyDialog();
-
- 105 void SlotShowKeyDetails();
-
- 111 void SlotImportKeyPackage();
-
-
-
- 119 void SignalStatusBarChanged(QString);
-
- 125 void SignalKeyStatusUpdated();
-
-
-
-
-
-
-
-
-
-
-
-
-
- 156 QMenu* generate_key_menu_{};
- 157 QMenu* import_key_menu_{};
- 158 QAction* open_key_file_act_{};
- 159 QAction* export_key_to_file_act_{};
- 160 QAction* export_key_as_open_ssh_format_{};
- 161 QAction* export_key_to_clipboard_act_{};
- 162 QAction* delete_checked_keys_act_{};
- 163 QAction* delete_selected_keys_act_{};
- 164 QAction* generate_key_dialog_act_{};
- 165 QAction* generate_key_pair_act_{};
- 166 QAction* generate_subkey_act_{};
- 167 QAction* import_key_from_clipboard_act_{};
- 168 QAction* import_key_from_file_act_{};
- 169 QAction* import_key_from_key_server_act_{};
- 170 QAction* import_keys_from_key_package_act_{};
- 171 QAction* close_act_{};
- 172 QAction* show_key_details_act_{};
-
-
-
-
-
- 178 #endif // __KEYMGMT_H__
+ 33 #include "ui/import_export/KeyImportDetailDialog.h"
+ 34 #include "ui/import_export/KeyServerImportDialog.h"
+ 35 #include "ui/key_generate/KeygenDialog.h"
+ 36 #include "ui/keypair_details/KeyDetailsDialog.h"
+ 37 #include "ui/widgets/KeyList.h"
+
+
+
+
+
+
+
+ 54 explicit KeyMgmt (QWidget* parent =
nullptr );
+
+
+
+ 62 void SlotGenerateSubKey();
+
+ 68 void SlotExportKeyToKeyPackage();
+
+ 74 void SlotExportKeyToClipboard();
+
+ 80 void SlotExportAsOpenSSHFormat();
+
+ 86 void SlotDeleteSelectedKeys();
+
+ 92 void SlotDeleteCheckedKeys();
+
+ 98 void SlotGenerateKeyDialog();
+
+ 104 void SlotShowKeyDetails();
+
+ 110 void SlotSaveWindowState();
+
+ 116 void SlotImportKeyPackage();
+
+
+
+ 124 void SignalStatusBarChanged(QString);
+
+ 130 void SignalKeyStatusUpdated();
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 161 QMenu* generate_key_menu_{};
+ 162 QMenu* import_key_menu_{};
+ 163 QAction* open_key_file_act_{};
+ 164 QAction* export_key_to_file_act_{};
+ 165 QAction* export_key_as_open_ssh_format_{};
+ 166 QAction* export_key_to_clipboard_act_{};
+ 167 QAction* delete_checked_keys_act_{};
+ 168 QAction* delete_selected_keys_act_{};
+ 169 QAction* generate_key_dialog_act_{};
+ 170 QAction* generate_key_pair_act_{};
+ 171 QAction* generate_subkey_act_{};
+ 172 QAction* import_key_from_clipboard_act_{};
+ 173 QAction* import_key_from_file_act_{};
+ 174 QAction* import_key_from_key_server_act_{};
+ 175 QAction* import_keys_from_key_package_act_{};
+ 176 QAction* close_act_{};
+ 177 QAction* show_key_details_act_{};
+
+
+
+
+
+
+
+
+ 191 #endif // __KEYMGMT_H__
KeyMgmt(QWidget *parent=nullptr)
Construct a new Key Mgmt object.
Definition: KeyMgmt.cpp:46
Definition: FileReadTask.cpp:31
-void create_menus()
Create a menus object.
Definition: KeyMgmt.cpp:219
-void create_actions()
Create a actions object.
Definition: KeyMgmt.cpp:123
+void create_menus()
Create a menus object.
Definition: KeyMgmt.cpp:265
+void create_actions()
Create a actions object.
Definition: KeyMgmt.cpp:169
static bool ImportKeyPackage(const std::filesystem::path &key_package_path, const std::filesystem::path &phrase_path, GpgFrontend::GpgImportInformation &import_info)
import key package
Definition: KeyPackageOperator.cpp:71
-Definition: GeneralMainWindow.h:39
GPGFRONTEND_CORE_EXPORT bool write_buffer_to_file(const std::string &path, const std::string &out_buffer)
Definition: GpgConstants.cpp:128
+void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
+void closeEvent(QCloseEvent *event) override
Definition: KeyMgmt.cpp:409
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
-
+
void AddMenuAction(QAction *act)
Definition: KeyList.cpp:300
-Definition: KeyServerImportDialog.h:46
-Definition: KeyDetailsDialog.h:38
+Definition: KeyServerImportDialog.h:43
+Definition: KeyDetailsDialog.h:37
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
KeyIdArgsListPtr GetSelected()
Get the Selected object.
Definition: KeyList.cpp:253
void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:188
-void create_tool_bars()
Create a tool bars object.
Definition: KeyMgmt.cpp:242
-bool IsPrivateKey() const
Definition: GpgKey.cpp:138
+void create_tool_bars()
Create a tool bars object.
Definition: KeyMgmt.cpp:288
+bool IsPrivateKey() const
Definition: GpgKey.cpp:140
void SetDoubleClickedAction(std::function< void(const GpgKey &, QWidget *)> action)
Set the Double Clicked Action object.
Definition: KeyList.cpp:403
-void delete_keys_with_warning(GpgFrontend::KeyIdArgsListPtr uidList)
Definition: KeyMgmt.cpp:282
+void delete_keys_with_warning(GpgFrontend::KeyIdArgsListPtr uidList)
Definition: KeyMgmt.cpp:328
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:204
Definition: KeyList.h:152
-bool IsExpired() const
Definition: GpgKey.cpp:140
+bool IsExpired() const
Definition: GpgKey.cpp:142
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:209
-bool IsRevoked() const
Definition: GpgKey.cpp:142
-bool IsDisabled() const
Definition: GpgKey.cpp:144
-bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
+bool IsRevoked() const
Definition: GpgKey.cpp:144
+bool IsDisabled() const
Definition: GpgKey.cpp:146
+bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:143
-void DeleteKeys(KeyIdArgsListPtr key_ids)
Definition: GpgKeyOpera.cpp:51
+void DeleteKeys(KeyIdArgsListPtr key_ids)
Definition: GpgKeyOpera.cpp:52
void SignalRefreshStatusBar(const QString &message, int timeout)
- src ui main_window KeyMgmt.h
+ src ui KeyMgmt.h
diff --git a/docs/html/KeyNewUIDDialog_8h_source.html b/docs/html/KeyNewUIDDialog_8h_source.html
index 59e79a7b..9a907fb1 100644
--- a/docs/html/KeyNewUIDDialog_8h_source.html
+++ b/docs/html/KeyNewUIDDialog_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/keypair_details/KeyNewUIDDialog.h Source File
+GpgFrontend Project: src/ui/keypair_details/KeyNewUIDDialog.h Source File
@@ -92,58 +92,56 @@ $(document).ready(function(){initNavTree('KeyNewUIDDialog_8h_source.html',''); i
30 #include "core/GpgContext.h"
31 #include "ui/GpgFrontendUI.h"
- 32 #include "ui/dialog/GeneralDialog.h"
-
-
-
-
-
-
-
-
-
- 52 void SignalUIDCreated();
-
-
-
-
-
-
-
-
-
-
- 67 QLineEdit* comment_{};
-
- 69 QPushButton* create_button_{};
-
- 71 QStringList error_messages_;
- 72 QLabel* error_label_{};
-
- 74 QRegularExpression re_email_{
- 75 R
"((?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\]))"};
-
-
-
-
-
- 88 #endif // GPGFRONTEND_KEYNEWUIDDIALOG_H
+
+
+
+
+
+
+
+
+
+ 51 void SignalUIDCreated();
+
+
+
+
+
+
+
+
+
+
+ 66 QLineEdit* comment_{};
+
+ 68 QPushButton* create_button_{};
+
+ 70 QStringList error_messages_;
+ 71 QLabel* error_label_{};
+
+ 73 QRegularExpression re_email_{
+ 74 R
"((?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\]))"};
+
+
+
+
+
+ 87 #endif // GPGFRONTEND_KEYNEWUIDDIALOG_H
Definition: FileReadTask.cpp:31
static GpgUIDOperator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-Definition: GeneralDialog.h:35
Definition: GpgKeyGetter.h:45
-void slot_create_new_uid()
Definition: KeyNewUIDDialog.cpp:74
+void slot_create_new_uid()
Definition: KeyNewUIDDialog.cpp:72
KeyNewUIDDialog(const KeyId &key, QWidget *parent=nullptr)
Construct a new Key New U I D Dialog object.
Definition: KeyNewUIDDialog.cpp:34
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
-Definition: KeyNewUIDDialog.h:35
+Definition: KeyNewUIDDialog.h:34
-bool check_email_address(const QString &str)
Definition: KeyNewUIDDialog.cpp:111
+bool check_email_address(const QString &str)
Definition: KeyNewUIDDialog.cpp:109
- src ui dialog keypair_details KeyNewUIDDialog.h
+ src ui keypair_details KeyNewUIDDialog.h
diff --git a/docs/html/KeyPackageOperator_8h_source.html b/docs/html/KeyPackageOperator_8h_source.html
index 200a19a3..0838e3bc 100644
--- a/docs/html/KeyPackageOperator_8h_source.html
+++ b/docs/html/KeyPackageOperator_8h_source.html
@@ -126,11 +126,11 @@ $(document).ready(function(){initNavTree('KeyPackageOperator_8h_source.html','')
107 #endif // GPGFRONTEND_KEYPACKAGEOPERATOR_H
-static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:69
+static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:67
static std::string generate_key_package_name()
generate key package name
Definition: KeyPackageOperator.h:96
static bool ImportKeyPackage(const std::filesystem::path &key_package_path, const std::filesystem::path &phrase_path, GpgFrontend::GpgImportInformation &import_info)
import key package
Definition: KeyPackageOperator.cpp:71
Definition: CoreCommonUtil.cpp:29
-static std::string GenerateKeyPackageName()
generate the name of the key package
Definition: KeyPackageOperator.cpp:115
+static std::string GenerateKeyPackageName()
generate the name of the key package
Definition: KeyPackageOperator.cpp:116
static PassphraseGenerator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
std::string Generate(int len)
generate passphrase
Definition: PassphraseGenerator.h:60
static bool GenerateKeyPackage(const std::filesystem::path &key_package_path, const std::string &key_package_name, KeyIdArgsListPtr &key_ids, std::string &phrase, bool secret)
generate key package
Definition: KeyPackageOperator.cpp:46
diff --git a/docs/html/KeyPairDetailTab_8h_source.html b/docs/html/KeyPairDetailTab_8h_source.html
index 80249b96..e5941c0b 100644
--- a/docs/html/KeyPairDetailTab_8h_source.html
+++ b/docs/html/KeyPairDetailTab_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/keypair_details/KeyPairDetailTab.h Source File
+GpgFrontend Project: src/ui/keypair_details/KeyPairDetailTab.h Source File
@@ -92,9 +92,9 @@ $(document).ready(function(){initNavTree('KeyPairDetailTab_8h_source.html','');
30 #include "KeySetExpireDateDialog.h"
31 #include "core/GpgContext.h"
- 32 #include "ui/GpgFrontendUI.h"
- 33 #include "ui/dialog/import_export/KeyServerImportDialog.h"
- 34 #include "ui/dialog/import_export/KeyUploadDialog.h"
+ 32 #include "import_export/KeyServerImportDialog.h"
+ 33 #include "import_export/KeyUploadDialog.h"
+ 34 #include "ui/GpgFrontendUI.h"
@@ -112,18 +112,18 @@ $(document).ready(function(){initNavTree('KeyPairDetailTab_8h_source.html','');
-
-
-
+
+
+
-
-
-
-
-
-
- 75 QLabel* last_update_var_label_;
+
+
+
+
+
+
+ 75 QLabel* last_update_var_label_;
@@ -148,52 +148,52 @@ $(document).ready(function(){initNavTree('KeyPairDetailTab_8h_source.html','');
QLabel * expire_var_label_
Label containing the keys expiration date.
Definition: KeyPairDetailTab.h:73
Definition: FileReadTask.cpp:31
QGroupBox * fingerprint_box_
Groupbox containing fingerprint information.
Definition: KeyPairDetailTab.h:65
-std::string GetId() const
Definition: GpgKey.cpp:52
-bool IsHasSigningCapability() const
Definition: GpgKey.cpp:119
+std::string GetId() const
Definition: GpgKey.cpp:54
+bool IsHasSigningCapability() const
Definition: GpgKey.cpp:121
QGroupBox * owner_box_
Groupbox containing owner information.
Definition: KeyPairDetailTab.h:63
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-bool IsHasActualCertificationCapability() const
Definition: GpgKey.cpp:205
+bool IsHasActualCertificationCapability() const
Definition: GpgKey.cpp:207
void slot_copy_fingerprint()
Definition: KeyPairDetailTab.cpp:164
QLabel * email_var_label_
Label containing the keys email.
Definition: KeyPairDetailTab.h:70
QGroupBox * additional_uid_box_
Definition: KeyPairDetailTab.h:66
Definition: GpgKeyGetter.h:45
QLabel * key_size_var_label_
Label containing the keys key size.
Definition: KeyPairDetailTab.h:72
-std::string GetComment() const
Definition: GpgKey.cpp:64
+std::string GetComment() const
Definition: GpgKey.cpp:66
QLabel * key_id_var_label
Label containing the keys keyid.
Definition: KeyPairDetailTab.h:77
QLabel * created_var_label_
Label containing the keys creation date.
Definition: KeyPairDetailTab.h:74
-std::string GetEmail() const
Definition: GpgKey.cpp:60
-std::unique_ptr< std::vector< GpgSubKey > > GetSubKeys() const
Definition: GpgKey.cpp:151
+std::string GetEmail() const
Definition: GpgKey.cpp:62
+std::unique_ptr< std::vector< GpgSubKey > > GetSubKeys() const
Definition: GpgKey.cpp:153
QLabel * algorithm_var_label_
Label containing the keys algorithm.
Definition: KeyPairDetailTab.h:76
-boost::posix_time::ptime GetCreateTime() const
Create a time object.
Definition: GpgKey.cpp:107
+boost::posix_time::ptime GetCreateTime() const
Create a time object.
Definition: GpgKey.cpp:109
KeyPairDetailTab(const std::string &key_id, QWidget *parent=nullptr)
Construct a new Key Pair Detail Tab object.
Definition: KeyPairDetailTab.cpp:35
-bool IsHasActualEncryptionCapability() const
Definition: GpgKey.cpp:214
+bool IsHasActualEncryptionCapability() const
Definition: GpgKey.cpp:216
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
-bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:172
-bool IsHasActualAuthenticationCapability() const
Definition: GpgKey.cpp:186
-bool IsPrivateKey() const
Definition: GpgKey.cpp:138
+bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:174
+bool IsHasActualAuthenticationCapability() const
Definition: GpgKey.cpp:188
+bool IsPrivateKey() const
Definition: GpgKey.cpp:140
QLabel * comment_var_label_
Label containing the keys comment.
Definition: KeyPairDetailTab.h:71
-unsigned int GetPrimaryKeyLength() const
s
Definition: GpgKey.cpp:111
-std::string GetPublicKeyAlgo() const
Definition: GpgKey.cpp:94
-boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:103
+unsigned int GetPrimaryKeyLength() const
s
Definition: GpgKey.cpp:113
+std::string GetPublicKeyAlgo() const
Definition: GpgKey.cpp:96
+boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:105
QLabel * name_var_label_
Label containing the keys name.
Definition: KeyPairDetailTab.h:69
-bool IsHasAuthenticationCapability() const
Definition: GpgKey.cpp:127
-bool IsExpired() const
Definition: GpgKey.cpp:140
+bool IsHasAuthenticationCapability() const
Definition: GpgKey.cpp:129
+bool IsExpired() const
Definition: GpgKey.cpp:142
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
QLabel * fingerprint_var_label_
Label containing the keys fingerprint.
Definition: KeyPairDetailTab.h:78
Definition: KeyPairDetailTab.h:38
QGroupBox * key_box_
Groupbox containing key information.
Definition: KeyPairDetailTab.h:64
-bool IsRevoked() const
Definition: GpgKey.cpp:142
-bool IsHasEncryptionCapability() const
Definition: GpgKey.cpp:115
-bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:123
-bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
-boost::posix_time::ptime GetLastUpdateTime() const
Definition: GpgKey.cpp:98
-std::string GetFingerprint() const
Definition: GpgKey.cpp:68
+bool IsRevoked() const
Definition: GpgKey.cpp:144
+bool IsHasEncryptionCapability() const
Definition: GpgKey.cpp:117
+bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:125
+bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
+boost::posix_time::ptime GetLastUpdateTime() const
Definition: GpgKey.cpp:100
+std::string GetFingerprint() const
Definition: GpgKey.cpp:70
-std::string GetName() const
Definition: GpgKey.cpp:56
+std::string GetName() const
Definition: GpgKey.cpp:58
- src ui dialog keypair_details KeyPairDetailTab.h
+ src ui keypair_details KeyPairDetailTab.h
diff --git a/docs/html/KeyPairOperaTab_8h_source.html b/docs/html/KeyPairOperaTab_8h_source.html
index 9f955129..d3ce00f6 100644
--- a/docs/html/KeyPairOperaTab_8h_source.html
+++ b/docs/html/KeyPairOperaTab_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/keypair_details/KeyPairOperaTab.h Source File
+GpgFrontend Project: src/ui/keypair_details/KeyPairOperaTab.h Source File
@@ -132,30 +132,30 @@ $(document).ready(function(){initNavTree('KeyPairOperaTab_8h_source.html',''); i
Definition: FileReadTask.cpp:31
-Definition: KeySetExpireDateDialog.h:42
-std::string GetId() const
Definition: GpgKey.cpp:52
+Definition: KeySetExpireDateDialog.h:41
+std::string GetId() const
Definition: GpgKey.cpp:54
GPGFRONTEND_CORE_EXPORT bool write_buffer_to_file(const std::string &path, const std::string &out_buffer)
Definition: GpgConstants.cpp:128
void CreateOperaMenu()
Create a Opera Menu object.
Definition: KeyPairOperaTab.cpp:103
static GpgKeyImportExporter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
void slot_export_private_key()
Definition: KeyPairOperaTab.cpp:217
Definition: GpgKeyGetter.h:45
-std::string GetEmail() const
Definition: GpgKey.cpp:60
+std::string GetEmail() const
Definition: GpgKey.cpp:62
KeyPairOperaTab(const std::string &key_id, QWidget *parent)
Construct a new Key Pair Opera Tab object.
Definition: KeyPairOperaTab.cpp:38
-GpgFrontend::GpgError ModifyPassword(const GpgKey &key)
Definition: GpgKeyOpera.cpp:275
-bool IsPrivateKey() const
Definition: GpgKey.cpp:138
+GpgFrontend::GpgError ModifyPassword(const GpgKey &key)
Definition: GpgKeyOpera.cpp:276
+bool IsPrivateKey() const
Definition: GpgKey.cpp:140
Definition: KeyPairOperaTab.h:34
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:215
-bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
+bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:143
-GpgFrontend::GpgError ModifyTOFUPolicy(const GpgKey &key, gpgme_tofu_policy_t tofu_policy)
Definition: GpgKeyOpera.cpp:284
-std::string GetFingerprint() const
Definition: GpgKey.cpp:68
+GpgFrontend::GpgError ModifyTOFUPolicy(const GpgKey &key, gpgme_tofu_policy_t tofu_policy)
Definition: GpgKeyOpera.cpp:285
+std::string GetFingerprint() const
Definition: GpgKey.cpp:70
-std::string GetName() const
Definition: GpgKey.cpp:56
+std::string GetName() const
Definition: GpgKey.cpp:58
- src ui dialog keypair_details KeyPairOperaTab.h
+ src ui keypair_details KeyPairOperaTab.h
diff --git a/docs/html/KeyPairSubkeyTab_8h_source.html b/docs/html/KeyPairSubkeyTab_8h_source.html
index 97824503..2faeacfc 100644
--- a/docs/html/KeyPairSubkeyTab_8h_source.html
+++ b/docs/html/KeyPairSubkeyTab_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/keypair_details/KeyPairSubkeyTab.h Source File
+GpgFrontend Project: src/ui/keypair_details/KeyPairSubkeyTab.h Source File
@@ -93,7 +93,7 @@ $(document).ready(function(){initNavTree('KeyPairSubkeyTab_8h_source.html','');
32 #include "KeySetExpireDateDialog.h"
33 #include "core/GpgContext.h"
34 #include "ui/GpgFrontendUI.h"
- 35 #include "ui/dialog/key_generate/SubkeyGenerateDialog.h"
+ 35 #include "ui/key_generate/SubkeyGenerateDialog.h"
@@ -155,20 +155,20 @@ $(document).ready(function(){initNavTree('KeyPairSubkeyTab_8h_source.html','');
void contextMenuEvent(QContextMenuEvent *event) override
Definition: KeyPairSubkeyTab.cpp:318
QLabel * expire_var_label_
Label containing the keys expiration date.
Definition: KeyPairSubkeyTab.h:81
Definition: FileReadTask.cpp:31
-Definition: KeySetExpireDateDialog.h:42
-std::string GetId() const
Definition: GpgKey.cpp:52
+Definition: KeySetExpireDateDialog.h:41
+std::string GetId() const
Definition: GpgKey.cpp:54
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
QLabel * created_var_label_
Label containing the keys creation date.
Definition: KeyPairSubkeyTab.h:82
QLabel * key_id_var_label_
Label containing the keys keyid.
Definition: KeyPairSubkeyTab.h:84
Definition: GpgKeyGetter.h:45
void create_subkey_opera_menu()
Create a subkey opera menu object.
Definition: KeyPairSubkeyTab.cpp:299
-std::string GetEmail() const
Definition: GpgKey.cpp:60
-std::unique_ptr< std::vector< GpgSubKey > > GetSubKeys() const
Definition: GpgKey.cpp:151
+std::string GetEmail() const
Definition: GpgKey.cpp:62
+std::unique_ptr< std::vector< GpgSubKey > > GetSubKeys() const
Definition: GpgKey.cpp:153
void create_subkey_list()
Create a subkey list object.
Definition: KeyPairSubkeyTab.cpp:141
QLabel * key_size_var_label_
Label containing the keys key size.
Definition: KeyPairSubkeyTab.h:80
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
std::string GetFingerprint() const
Definition: GpgSubKey.cpp:51
-bool IsPrivateKey() const
Definition: GpgKey.cpp:138
+bool IsPrivateKey() const
Definition: GpgKey.cpp:140
KeyPairSubkeyTab(const std::string &key, QWidget *parent)
Construct a new Key Pair Subkey Tab object.
Definition: KeyPairSubkeyTab.cpp:36
Definition: KeyPairSubkeyTab.h:39
Definition: GpgSubKey.h:43
@@ -176,12 +176,12 @@ $(document).ready(function(){initNavTree('KeyPairSubkeyTab_8h_source.html','');
QLabel * algorithm_var_label_
Label containing the keys algorithm.
Definition: KeyPairSubkeyTab.h:83
QLabel * fingerprint_var_label_
Label containing the keys fingerprint.
Definition: KeyPairSubkeyTab.h:85
const GpgSubKey & get_selected_subkey()
Get the selected subkey object.
Definition: KeyPairSubkeyTab.cpp:324
-bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
+bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
- src ui dialog keypair_details KeyPairSubkeyTab.h
+ src ui keypair_details KeyPairSubkeyTab.h
diff --git a/docs/html/KeyPairUIDTab_8h_source.html b/docs/html/KeyPairUIDTab_8h_source.html
index 59281901..5d7b2ff8 100644
--- a/docs/html/KeyPairUIDTab_8h_source.html
+++ b/docs/html/KeyPairUIDTab_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/keypair_details/KeyPairUIDTab.h Source File
+GpgFrontend Project: src/ui/keypair_details/KeyPairUIDTab.h Source File
@@ -171,7 +171,7 @@ $(document).ready(function(){initNavTree('KeyPairUIDTab_8h_source.html',''); ini
void create_sign_popup_menu()
Create a sign popup menu object.
Definition: KeyPairUIDTab.cpp:527
Definition: FileReadTask.cpp:31
-std::string GetId() const
Definition: GpgKey.cpp:52
+std::string GetId() const
Definition: GpgKey.cpp:54
static GpgUIDOperator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
SignIdArgsListPtr get_sign_selected()
Get the sign selected object.
Definition: KeyPairUIDTab.cpp:441
Definition: GpgKeyGetter.h:45
@@ -187,14 +187,14 @@ $(document).ready(function(){initNavTree('KeyPairUIDTab_8h_source.html',''); ini
KeyPairUIDTab(const std::string &key_id, QWidget *parent)
Construct a new Key Pair U I D Tab object.
Definition: KeyPairUIDTab.cpp:37
UIDArgsListPtr get_uid_selected()
Get the uid selected object.
Definition: KeyPairUIDTab.cpp:431
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
-std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:161
-bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
-Definition: KeyNewUIDDialog.h:35
+std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:163
+bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
+Definition: KeyNewUIDDialog.h:34
- src ui dialog keypair_details KeyPairUIDTab.h
+ src ui keypair_details KeyPairUIDTab.h
diff --git a/docs/html/KeyServerImportDialog_8h_source.html b/docs/html/KeyServerImportDialog_8h_source.html
index c5299cdd..8d541212 100644
--- a/docs/html/KeyServerImportDialog_8h_source.html
+++ b/docs/html/KeyServerImportDialog_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/import_export/KeyServerImportDialog.h Source File
+GpgFrontend Project: src/ui/import_export/KeyServerImportDialog.h Source File
@@ -90,46 +90,42 @@ $(document).ready(function(){initNavTree('KeyServerImportDialog_8h_source.html',
29 #ifndef __KEY_SERVER_IMPORT_DIALOG_H__
30 #define __KEY_SERVER_IMPORT_DIALOG_H__
-
-
- 34 #include "KeyImportDetailDialog.h"
- 35 #include "core/GpgContext.h"
- 36 #include "ui/GpgFrontendUI.h"
- 37 #include "ui/dialog/GeneralDialog.h"
- 38 #include "ui/widgets/KeyList.h"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 80 void SlotImport (std::vector<std::string> key_ids_list,
- 81 std::string keyserver_url);
-
-
-
- 89 void SignalKeyImported();
-
-
-
-
-
- 103 void slot_search_finished(QNetworkReply::NetworkError reply,
-
-
-
-
+ 32 #include "KeyImportDetailDialog.h"
+ 33 #include "core/GpgContext.h"
+ 34 #include "ui/GpgFrontendUI.h"
+ 35 #include "ui/widgets/KeyList.h"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 77 void SlotImport (
const QStringList& keyIds,
const QUrl& keyserverUrl);
+
+
+
+ 85 void SignalKeyImported();
+
+
+
+
+
+ 99 void slot_search_finished();
+
+
+
+
-
+ 118 void slot_save_window_state();
@@ -146,51 +142,48 @@ $(document).ready(function(){initNavTree('KeyServerImportDialog_8h_source.html',
165 bool m_automatic_ =
false ;
- 167 QLineEdit* search_line_edit_{};
- 168 QComboBox* key_server_combo_box_{};
- 169 QProgressBar* waiting_bar_;
- 170 QLabel* search_label_{};
- 171 QLabel* key_server_label_{};
-
-
- 174 QPushButton* close_button_{};
- 175 QPushButton* import_button_{};
- 176 QPushButton* search_button_{};
- 177 QTableWidget* keys_table_{};
-
-
-
-
- 182 #endif // __KEY_SERVER_IMPORT_DIALOG_H__
+ 167 QLineEdit* search_line_edit_{};
+ 168 QComboBox* key_server_combo_box_{};
+ 169 QProgressBar* waiting_bar_;
+ 170 QLabel* search_label_{};
+ 171 QLabel* key_server_label_{};
+
+
+ 174 QPushButton* close_button_{};
+ 175 QPushButton* import_button_{};
+ 176 QPushButton* search_button_{};
+ 177 QTableWidget* keys_table_{};
+ 178 QNetworkAccessManager* network_access_manager_{};
+
+
+
+
+ 183 #endif // __KEY_SERVER_IMPORT_DIALOG_H__
-void slot_import()
import key(s) for the key table selection
Definition: KeyServerImportDialog.cpp:408
Definition: FileReadTask.cpp:31
-static TaskRunnerGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-Definition: KeyServerImportTask.h:33
-Definition: GeneralDialog.h:35
-QComboBox * create_comboBox()
Create a comboBox object.
Definition: KeyServerImportDialog.cpp:156
-Definition: KeyServerImportDialog.h:46
+static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
+libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
+QComboBox * create_comboBox()
Create a comboBox object.
Definition: KeyServerImportDialog.cpp:161
+Definition: KeyServerImportDialog.h:43
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
-Definition: KeyImportDetailDialog.h:43
+Definition: KeyImportDetailDialog.h:42
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
-void set_loading(bool status)
Set the loading object.
Definition: KeyServerImportDialog.cpp:542
-KeyServerImportDialog(bool automatic, QWidget *parent)
Construct a new Key Server Import Dialog object.
Definition: KeyServerImportDialog.cpp:43
-void SignalKeyServerImportResult(QNetworkReply::NetworkError reply, QByteArray buffer)
-void import_keys(ByteArrayPtr in_data)
Definition: KeyServerImportDialog.cpp:524
+void set_loading(bool status)
Set the loading object.
Definition: KeyServerImportDialog.cpp:537
+KeyServerImportDialog(bool automatic, QWidget *parent)
Construct a new Key Server Import Dialog object.
Definition: KeyServerImportDialog.cpp:40
+void import_keys(ByteArrayPtr in_data)
Definition: KeyServerImportDialog.cpp:522
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
QPushButton * create_button(const QString &text, const char *member)
Create a button object.
GpgImportInformation ImportKey(StdBypeArrayPtr inBuffer)
Definition: GpgKeyImportExporter.cpp:42
-void create_keys_table()
Create a keys table object.
Definition: KeyServerImportDialog.cpp:187
-void SignalKeyServerSearchResult(QNetworkReply::NetworkError reply, QByteArray buffer)
-void slot_import_finished(QNetworkReply::NetworkError error, QByteArray buffer)
Definition: KeyServerImportDialog.cpp:471
+void slot_import_finished(const QString &keyid)
Definition: KeyServerImportDialog.cpp:462
+void create_keys_table()
Create a keys table object.
Definition: KeyServerImportDialog.cpp:189
-void set_message(const QString &text, bool error)
Set the message object.
Definition: KeyServerImportDialog.cpp:209
-void SlotImport(const KeyIdArgsListPtr &keys)
Definition: KeyServerImportDialog.cpp:421
+void set_message(const QString &text, bool error)
Set the message object.
Definition: KeyServerImportDialog.cpp:211
+void SlotImport(const KeyIdArgsListPtr &keys)
Definition: KeyServerImportDialog.cpp:414
- src ui dialog import_export KeyServerImportDialog.h
+ src ui import_export KeyServerImportDialog.h
diff --git a/docs/html/KeyServerImportTask_8h_source.html b/docs/html/KeyServerImportTask_8h_source.html
deleted file mode 100644
index bb1fbf86..00000000
--- a/docs/html/KeyServerImportTask_8h_source.html
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
-
-
-
-
-GpgFrontend Project: src/ui/thread/KeyServerImportTask.h Source File
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GpgFrontend Project
-
- A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
27 #ifndef GPGFRONTEND_KEYSERVERIMPORTTASK_H
-
28 #define GPGFRONTEND_KEYSERVERIMPORTTASK_H
-
-
30 #include "GpgFrontendUI.h"
-
-
-
-
-
-
-
43 std::vector<std::string> keyid);
-
-
-
-
-
-
-
-
-
-
-
-
68 void dealing_reply_from_server();
-
-
-
71 std::string keyserver_url_;
-
72 std::vector<std::string> keyids_;
-
73 int result_count_ = 0;
-
-
75 QNetworkAccessManager *manager_;
-
76 QNetworkReply *reply_;
-
-
-
-
80 #endif // GPGFRONTEND_KEYSERVERIMPORTTASK_H
-
-
-Definition: FileReadTask.cpp:31
-Definition: KeyServerImportTask.h:33
-KeyServerImportTask(std::string keyserver_url, std::vector< std::string > keyid)
Construct a new Key Server Search Task object.
Definition: KeyServerImportTask.cpp:31
-void SignalKeyServerImportResult(QNetworkReply::NetworkError reply, QByteArray buffer)
-
-
-
-
-
diff --git a/docs/html/KeyServerSearchTask_8h_source.html b/docs/html/KeyServerSearchTask_8h_source.html
deleted file mode 100644
index 2eb35a7c..00000000
--- a/docs/html/KeyServerSearchTask_8h_source.html
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
-
-
-
-
-GpgFrontend Project: src/ui/thread/KeyServerSearchTask.h Source File
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GpgFrontend Project
-
- A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
27 #ifndef GPGFRONTEND_KEYSERVERSEARCHTASK_H
-
28 #define GPGFRONTEND_KEYSERVERSEARCHTASK_H
-
-
30 #include "GpgFrontendUI.h"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
64 void dealing_reply_from_server();
-
-
-
67 std::string keyserver_url_;
-
68 std::string search_string_;
-
-
70 QNetworkAccessManager *manager_;
-
71 QNetworkReply *reply_;
-
-
-
-
-
76 #endif // GPGFRONTEND_KEYSERVERSEARCHTASK_H
-
-
-Definition: FileReadTask.cpp:31
-Definition: KeyServerSearchTask.h:34
-KeyServerSearchTask(std::string keyserver_url, std::string search_string)
Construct a new Key Server Search Task object.
Definition: KeyServerSearchTask.cpp:31
-
-void SignalKeyServerSearchResult(QNetworkReply::NetworkError reply, QByteArray buffer)
-
-
-
-
diff --git a/docs/html/KeySetExpireDateDialog_8h_source.html b/docs/html/KeySetExpireDateDialog_8h_source.html
index b61fac8f..bbdf02d6 100644
--- a/docs/html/KeySetExpireDateDialog_8h_source.html
+++ b/docs/html/KeySetExpireDateDialog_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/keypair_details/KeySetExpireDateDialog.h Source File
+GpgFrontend Project: src/ui/keypair_details/KeySetExpireDateDialog.h Source File
@@ -94,60 +94,58 @@ $(document).ready(function(){initNavTree('KeySetExpireDateDialog_8h_source.html'
33 #include "core/model/GpgKey.h"
34 #include "core/model/GpgSubKey.h"
35 #include "ui/GpgFrontendUI.h"
- 36 #include "ui/dialog/GeneralDialog.h"
-
- 38 class Ui_ModifiedExpirationDateTime;
-
-
-
-
-
-
-
- 52 QWidget* parent =
nullptr );
-
-
- 62 QWidget* parent =
nullptr );
-
-
- 69 void SignalKeyExpireDateUpdated();
-
-
-
-
- 78 std::shared_ptr<Ui_ModifiedExpirationDateTime> ui_;
-
- 80 const SubkeyId m_subkey_;
-
-
-
-
-
-
-
-
-
- 99 #endif // GPGFRONTEND_KEYSETEXPIREDATEDIALOG_H
+
+ 37 class Ui_ModifiedExpirationDateTime;
+
+
+
+
+
+
+
+ 51 QWidget* parent =
nullptr );
+
+
+ 61 QWidget* parent =
nullptr );
+
+
+ 68 void SignalKeyExpireDateUpdated();
+
+
+
+
+ 77 std::shared_ptr<Ui_ModifiedExpirationDateTime> ui_;
+
+ 79 const SubkeyId m_subkey_;
+
+
+
+
+
+
+
+
+
+ 98 #endif // GPGFRONTEND_KEYSETEXPIREDATEDIALOG_H
void slot_non_expired_checked(int state)
Definition: KeySetExpireDateDialog.cpp:140
Definition: FileReadTask.cpp:31
-Definition: KeySetExpireDateDialog.h:42
-std::string GetId() const
Definition: GpgKey.cpp:52
+Definition: KeySetExpireDateDialog.h:41
+std::string GetId() const
Definition: GpgKey.cpp:54
static GpgKeyOpera & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
-Definition: GeneralDialog.h:35
Definition: GpgKeyGetter.h:45
-GpgError SetExpire(const GpgKey &key, const SubkeyId &subkey_fpr, std::unique_ptr< boost::posix_time::ptime > &expires)
Set the Expire object.
Definition: GpgKeyOpera.cpp:75
+GpgError SetExpire(const GpgKey &key, const SubkeyId &subkey_fpr, std::unique_ptr< boost::posix_time::ptime > &expires)
Set the Expire object.
Definition: GpgKeyOpera.cpp:76
KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)
Construct a new Key Set Expire Date Dialog object.
Definition: KeySetExpireDateDialog.cpp:41
-boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:103
+boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:105
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
- src ui dialog keypair_details KeySetExpireDateDialog.h
+ src ui keypair_details KeySetExpireDateDialog.h
diff --git a/docs/html/KeyUIDSignDialog_8h_source.html b/docs/html/KeyUIDSignDialog_8h_source.html
index 59f3ce39..abebb809 100644
--- a/docs/html/KeyUIDSignDialog_8h_source.html
+++ b/docs/html/KeyUIDSignDialog_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/keypair_details/KeyUIDSignDialog.h Source File
+GpgFrontend Project: src/ui/keypair_details/KeyUIDSignDialog.h Source File
@@ -92,61 +92,59 @@ $(document).ready(function(){initNavTree('KeyUIDSignDialog_8h_source.html','');
30 #include "core/GpgContext.h"
31 #include "ui/GpgFrontendUI.h"
- 32 #include "ui/dialog/GeneralDialog.h"
- 33 #include "ui/widgets/KeyList.h"
-
-
-
-
-
-
-
-
- 49 QWidget* parent =
nullptr );
-
-
- 56 void SignalKeyUIDSignUpdate();
-
-
-
- 60 QPushButton* sign_key_button_;
- 61 QDateTimeEdit* expires_edit_;
- 62 QCheckBox* non_expire_check_;
- 63 UIDArgsListPtr m_uids_;
-
-
-
-
-
-
-
-
-
- 78 #endif // GPGFRONTEND_KEYUIDSIGNDIALOG_H
+ 32 #include "ui/widgets/KeyList.h"
+
+
+
+
+
+
+
+
+ 48 QWidget* parent =
nullptr );
+
+
+ 55 void SignalKeyUIDSignUpdate();
+
+
+
+ 59 QPushButton* sign_key_button_;
+ 60 QDateTimeEdit* expires_edit_;
+ 61 QCheckBox* non_expire_check_;
+ 62 UIDArgsListPtr m_uids_;
+
+
+
+
+
+
+
+
+
+ 77 #endif // GPGFRONTEND_KEYUIDSIGNDIALOG_H
Definition: FileReadTask.cpp:31
-std::string GetId() const
Definition: GpgKey.cpp:52
+std::string GetId() const
Definition: GpgKey.cpp:54
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
KeyUIDSignDialog(const GpgKey &key, UIDArgsListPtr uid, QWidget *parent=nullptr)
Construct a new Key U I D Sign Dialog object.
Definition: KeyUIDSignDialog.cpp:35
-Definition: GeneralDialog.h:35
void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
-Definition: KeyUIDSignDialog.h:37
-void slot_sign_key(bool clicked)
Definition: KeyUIDSignDialog.cpp:106
+Definition: KeyUIDSignDialog.h:36
+void slot_sign_key(bool clicked)
Definition: KeyUIDSignDialog.cpp:104
Definition: KeyList.h:152
-bool IsExpired() const
Definition: GpgKey.cpp:140
+bool IsExpired() const
Definition: GpgKey.cpp:142
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
-bool IsRevoked() const
Definition: GpgKey.cpp:142
-bool IsDisabled() const
Definition: GpgKey.cpp:144
+bool IsRevoked() const
Definition: GpgKey.cpp:144
+bool IsDisabled() const
Definition: GpgKey.cpp:146
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
-bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:123
-bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
+bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:125
+bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
- src ui dialog keypair_details KeyUIDSignDialog.h
+ src ui keypair_details KeyUIDSignDialog.h
diff --git a/docs/html/KeyUploadDialog_8h_source.html b/docs/html/KeyUploadDialog_8h_source.html
index dd7e1487..0e0be06e 100644
--- a/docs/html/KeyUploadDialog_8h_source.html
+++ b/docs/html/KeyUploadDialog_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/import_export/KeyUploadDialog.h Source File
+GpgFrontend Project: src/ui/import_export/KeyUploadDialog.h Source File
@@ -92,48 +92,46 @@ $(document).ready(function(){initNavTree('KeyUploadDialog_8h_source.html',''); i
32 #include "core/GpgContext.h"
33 #include "ui/GpgFrontendUI.h"
- 34 #include "ui/dialog/GeneralDialog.h"
-
-
-
-
-
-
- 51 explicit KeyUploadDialog (
const KeyIdArgsListPtr& keys_ids, QWidget* parent);
-
-
-
-
-
-
-
-
-
- 74 void slot_upload_finished();
-
-
-
- 78 QByteArray m_key_data_;
-
-
-
-
- 83 #endif // GPGFRONTEND_KEYUPLOADWIDGET_H
+
+
+
+
+
+
+ 50 explicit KeyUploadDialog (
const KeyIdArgsListPtr& keys_ids, QWidget* parent);
+
+
+
+
+
+
+
+
+
+ 73 void slot_upload_finished();
+
+
+
+ 77 QByteArray m_key_data_;
+
+
+
+
+ 82 #endif // GPGFRONTEND_KEYUPLOADWIDGET_H
Definition: FileReadTask.cpp:31
bool ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const
Definition: GpgKeyImportExporter.cpp:71
static GpgKeyImportExporter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-void slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)
Definition: KeyUploadDialog.cpp:65
+void slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)
Definition: KeyUploadDialog.cpp:64
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
-Definition: GeneralDialog.h:35
Definition: GpgKeyGetter.h:45
KeyUploadDialog(const KeyIdArgsListPtr &keys_ids, QWidget *parent)
Construct a new Key Upload Dialog object.
Definition: KeyUploadDialog.cpp:39
-Definition: KeyUploadDialog.h:42
+Definition: KeyUploadDialog.h:41
-QLineEdit * name_edit_
Line edit for the keys name.
Definition: KeygenDialog.h:93
-QCheckBox * expire_check_box_
Checkbox, if key should expire.
Definition: KeygenDialog.h:99
+QLineEdit * name_edit_
Line edit for the keys name.
Definition: KeygenDialog.h:92
+QCheckBox * expire_check_box_
Checkbox, if key should expire.
Definition: KeygenDialog.h:98
Definition: WaitingDialog.h:40
Definition: FileReadTask.cpp:31
-void slot_authentication_box_changed(int state)
Definition: KeygenDialog.cpp:246
-QSpinBox * key_size_spin_box_
Spinbox for the keys size (in bit)
Definition: KeygenDialog.h:96
-void slot_encryption_box_changed(int state)
Definition: KeygenDialog.cpp:222
-void slot_signing_box_changed(int state)
Definition: KeygenDialog.cpp:230
+void slot_authentication_box_changed(int state)
Definition: KeygenDialog.cpp:245
+QSpinBox * key_size_spin_box_
Spinbox for the keys size (in bit)
Definition: KeygenDialog.h:95
+void slot_encryption_box_changed(int state)
Definition: KeygenDialog.cpp:221
+void slot_signing_box_changed(int state)
Definition: KeygenDialog.cpp:229
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-QDateTimeEdit * date_edit_
Date edit for expiration date.
Definition: KeygenDialog.h:98
+QDateTimeEdit * date_edit_
Date edit for expiration date.
Definition: KeygenDialog.h:97
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
-bool check_email_address(const QString &str)
Definition: KeygenDialog.cpp:347
-Definition: GeneralDialog.h:35
-std::vector< QCheckBox * > key_usage_check_boxes_
ENCR, SIGN, CERT, AUTH.
Definition: KeygenDialog.h:104
-QLabel * error_label_
Label containing error message.
Definition: KeygenDialog.h:92
-QLineEdit * email_edit_
Line edit for the keys email.
Definition: KeygenDialog.h:94
-GpgFrontend::GpgError GenerateKey(const std::unique_ptr< GenKeyInfo > ¶ms, GpgGenKeyResult &result)
Definition: GpgKeyOpera.cpp:165
-void slot_expire_box_changed()
Definition: KeygenDialog.cpp:181
-QDialogButtonBox * button_box_
Box for standard buttons.
Definition: KeygenDialog.h:91
-QGroupBox * create_key_usage_group_box()
Create a key usage group box object.
Definition: KeygenDialog.cpp:189
-QLineEdit * comment_edit_
Line edit for the keys comment.
Definition: KeygenDialog.h:95
-void slot_key_gen_accept()
Definition: KeygenDialog.cpp:90
-void slot_activated_key_type(int index)
Definition: KeygenDialog.cpp:254
+bool check_email_address(const QString &str)
Definition: KeygenDialog.cpp:346
+std::vector< QCheckBox * > key_usage_check_boxes_
ENCR, SIGN, CERT, AUTH.
Definition: KeygenDialog.h:103
+QLabel * error_label_
Label containing error message.
Definition: KeygenDialog.h:91
+QLineEdit * email_edit_
Line edit for the keys email.
Definition: KeygenDialog.h:93
+GpgFrontend::GpgError GenerateKey(const std::unique_ptr< GenKeyInfo > ¶ms, GpgGenKeyResult &result)
Definition: GpgKeyOpera.cpp:166
+void slot_expire_box_changed()
Definition: KeygenDialog.cpp:180
+QDialogButtonBox * button_box_
Box for standard buttons.
Definition: KeygenDialog.h:90
+QGroupBox * create_key_usage_group_box()
Create a key usage group box object.
Definition: KeygenDialog.cpp:188
+QLineEdit * comment_edit_
Line edit for the keys comment.
Definition: KeygenDialog.h:94
+void slot_key_gen_accept()
Definition: KeygenDialog.cpp:89
+void slot_activated_key_type(int index)
Definition: KeygenDialog.cpp:253
static const std::vector< std::string > & GetSupportedKeyAlgo()
Get the Supported Key Algo object.
Definition: GpgGenKeyInfo.cpp:200
-void set_signal_slot()
Set the signal slot object.
Definition: KeygenDialog.cpp:316
-QComboBox * key_type_combo_box_
Combobox for Key type.
Definition: KeygenDialog.h:97
-void slot_certification_box_changed(int state)
Definition: KeygenDialog.cpp:238
+void set_signal_slot()
Set the signal slot object.
Definition: KeygenDialog.cpp:315
+QComboBox * key_type_combo_box_
Combobox for Key type.
Definition: KeygenDialog.h:96
+void slot_certification_box_changed(int state)
Definition: KeygenDialog.cpp:237
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
KeyGenDialog(QWidget *parent=nullptr)
Definition: KeygenDialog.cpp:38
-Definition: KeygenDialog.h:41
-QGroupBox * key_usage_group_box_
Definition: KeygenDialog.h:101
-void refresh_widgets_state()
Definition: KeygenDialog.cpp:262
-QGroupBox * create_basic_info_group_box()
Create a basic info group box object.
Definition: KeygenDialog.cpp:351
-QStringList error_messages_
Definition: KeygenDialog.h:87
+Definition: KeygenDialog.h:40
+QGroupBox * key_usage_group_box_
Definition: KeygenDialog.h:100
+void refresh_widgets_state()
Definition: KeygenDialog.cpp:261
+QGroupBox * create_basic_info_group_box()
Create a basic info group box object.
Definition: KeygenDialog.cpp:350
+QStringList error_messages_
Definition: KeygenDialog.h:86
- src ui dialog key_generate KeygenDialog.h
+ src ui key_generate KeygenDialog.h
diff --git a/docs/html/ListedKeyServerTestTask_8h_source.html b/docs/html/ListedKeyServerTestTask_8h_source.html
index 41fa963f..6078b42a 100644
--- a/docs/html/ListedKeyServerTestTask_8h_source.html
+++ b/docs/html/ListedKeyServerTestTask_8h_source.html
@@ -90,43 +90,47 @@ $(document).ready(function(){initNavTree('ListedKeyServerTestTask_8h_source.html
27 #ifndef GPGFRONTEND_LISTEDKEYSERVERTESTTHREAD_H
28 #define GPGFRONTEND_LISTEDKEYSERVERTESTTHREAD_H
- 30 #include "GpgFrontendUI.h"
-
-
-
-
-
- 40 enum KeyServerTestResultType {
- 41 kTestResultType_Success,
- 42 kTestResultType_Timeout,
- 43 kTestResultType_Error,
-
-
-
- 47 QWidget* parent =
nullptr );
-
-
-
- 56 std::vector<KeyServerTestResultType> result);
-
-
-
-
-
-
- 67 std::vector<KeyServerTestResultType> result_;
- 68 QNetworkAccessManager* network_manager_;
-
- 70 int result_count_ = 0;
-
-
-
-
-
-
-
+
+
+ 32 #include "GpgFrontendUI.h"
+ 33 #include "core/thread/Task.h"
+
+
+
+
+
+
+ 44 enum KeyServerTestResultType {
+ 45 kTestResultType_Success,
+ 46 kTestResultType_Timeout,
+ 47 kTestResultType_Error,
+
+
+
+ 51 QWidget* parent =
nullptr );
+
+
+
+ 60 std::vector<KeyServerTestResultType> result);
+
+
+
+
+
+
+ 71 std::vector<KeyServerTestResultType> result_;
+ 72 QNetworkAccessManager* network_manager_;
+
+ 74 int result_count_ = 0;
+
+
+
- 85 #endif // GPGFRONTEND_LISTEDKEYSERVERTESTTHREAD_H
+
+
+
+
+ 89 #endif // GPGFRONTEND_LISTEDKEYSERVERTESTTHREAD_H
Definition: FileReadTask.cpp:31
@@ -134,8 +138,8 @@ $(document).ready(function(){initNavTree('ListedKeyServerTestTask_8h_source.html
ListedKeyServerTestTask(const QStringList &urls, int timeout, QWidget *parent=nullptr)
Definition: ListedKeyServerTestTask.cpp:31
void slot_process_network_reply(int index, QNetworkReply *reply)
Definition: ListedKeyServerTestTask.cpp:73
-Definition: ListedKeyServerTestTask.h:83
-Definition: ListedKeyServerTestTask.h:37
+Definition: ListedKeyServerTestTask.h:87
+Definition: ListedKeyServerTestTask.h:41
diff --git a/docs/html/MainWindow_8h_source.html b/docs/html/MainWindow_8h_source.html
index 89df2d02..5f4e53e6 100644
--- a/docs/html/MainWindow_8h_source.html
+++ b/docs/html/MainWindow_8h_source.html
@@ -90,346 +90,345 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
-
- 33 #include "core/GpgConstants.h"
- 34 #include "core/function/result_analyse/GpgDecryptResultAnalyse.h"
- 35 #include "core/function/result_analyse/GpgEncryptResultAnalyse.h"
- 36 #include "core/function/result_analyse/GpgSignResultAnalyse.h"
- 37 #include "ui/GpgFrontendUI.h"
+ 32 #include "core/GpgConstants.h"
+ 33 #include "core/function/result_analyse/GpgDecryptResultAnalyse.h"
+ 34 #include "core/function/result_analyse/GpgEncryptResultAnalyse.h"
+ 35 #include "core/function/result_analyse/GpgSignResultAnalyse.h"
+ 36 #include "ui/GpgFrontendUI.h"
+ 37 #include "ui/KeyMgmt.h"
38 #include "ui/dialog/WaitingDialog.h"
39 #include "ui/dialog/Wizard.h"
- 40 #include "ui/dialog/help/AboutDialog.h"
- 41 #include "ui/dialog/import_export/KeyUploadDialog.h"
- 42 #include "ui/dialog/settings/SettingsDialog.h"
- 43 #include "ui/main_window/GeneralMainWindow.h"
- 44 #include "ui/widgets/FindWidget.h"
- 45 #include "ui/widgets/InfoBoardWidget.h"
- 46 #include "ui/widgets/TextEdit.h"
-
-
-
-
-
-
-
- 61 using OperationType =
unsigned int;
-
- 63 static constexpr OperationType None = 0;
- 64 static constexpr OperationType Encrypt = 1 << 0;
- 65 static constexpr OperationType Sign = 1 << 1;
- 66 static constexpr OperationType Decrypt = 1 << 2;
- 67 static constexpr OperationType Verify = 1 << 3;
- 68 static constexpr OperationType EncryptAndSign = 1 << 4;
- 69 static constexpr OperationType DecryptAndVerify = 1 << 5;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 100 void SlotSetStatusBarText(const QString& text);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 336 QMenu* email_menu_{};
-
-
-
-
-
-
-
-
-
-
-
-
-
- 350 QDockWidget* info_board_dock_{};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 395 QAction* import_key_from_file_act_{};
- 396 QAction* import_key_from_clipboard_act_{};
- 397 QAction* import_key_from_key_server_act_{};
-
- 399 QLabel* status_bar_icon_{};
-
- 401 KeyList* m_key_list_{};
- 402 InfoBoardWidget* info_board_{};
-
- 404 bool attachment_dock_created_{};
- 405 bool restart_needed_{};
- 406 bool prohibit_update_checking_ =
false ;
-
-
-
-
- 411 #endif // __GPGWIN_H__
+ 40 #include "ui/help/AboutDialog.h"
+ 41 #include "ui/import_export/KeyUploadDialog.h"
+ 42 #include "ui/settings/SettingsDialog.h"
+ 43 #include "ui/widgets/FindWidget.h"
+ 44 #include "ui/widgets/InfoBoardWidget.h"
+ 45 #include "ui/widgets/TextEdit.h"
+
+
+
+
+
+
+
+ 57 using OperationType =
unsigned int;
+
+ 59 static constexpr OperationType None = 0;
+ 60 static constexpr OperationType Encrypt = 1 << 0;
+ 61 static constexpr OperationType Sign = 1 << 1;
+ 62 static constexpr OperationType Decrypt = 1 << 2;
+ 63 static constexpr OperationType Verify = 1 << 3;
+ 64 static constexpr OperationType EncryptAndSign = 1 << 4;
+ 65 static constexpr OperationType DecryptAndVerify = 1 << 5;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 96 void SlotSetStatusBarText(const QString& text);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 332 QMenu* email_menu_{};
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 346 QDockWidget* info_board_dock_{};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 391 QAction* import_key_from_file_act_{};
+ 392 QAction* import_key_from_clipboard_act_{};
+ 393 QAction* import_key_from_key_server_act_{};
+
+ 395 QLabel* status_bar_icon_{};
+
+ 397 KeyList* m_key_list_{};
+ 398 InfoBoardWidget* info_board_{};
+
+ 400 bool attachment_dock_created_{};
+ 401 bool restart_needed_{};
+ 402 bool prohibit_update_checking_ =
false ;
+
+
+
+
+ 407 #endif // __GPGWIN_H__
-void slot_verify()
Definition: MainWindowSlotFunction.cpp:323
-QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:378
-void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:653
+void slot_verify()
Definition: MainWindowSlotFunction.cpp:327
+QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:374
+void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:654
Definition: FileReadTask.cpp:31
-void save_settings()
Definition: MainWindow.cpp:205
+void save_settings()
Definition: MainWindow.cpp:254
void SlotFileEncrypt()
Definition: MainWindowFileSlotFunction.cpp:154
void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:58
void SignalUpgradeVersion(SoftwareVersion version)
-QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:384
+QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:380
bool MaybeSaveAnyTab()
Definition: TextEdit.cpp:322
-Definition: GeneralMainWindow.h:39
-QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:361
-QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:393
+QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:357
+QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:389
void create_actions()
Definition: MainWindowUI.cpp:34
void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
-void SlotFileDecryptVerify()
Definition: MainWindowFileSlotFunction.cpp:682
+void SlotFileDecryptVerify()
Definition: MainWindowFileSlotFunction.cpp:679
void slot_cut_pgp_header()
Definition: MainWindowSlotUI.cpp:161
-QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:356
+QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:352
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:345
-QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:333
+QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:341
+QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:329
Definition: SoftwareVersion.h:39
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
void SetChecked(KeyIdArgsListPtr key_ids)
Set the Checked object.
Definition: KeyList.cpp:239
-QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:328
-QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:366
-void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:606
-QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:367
-QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:387
-QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:341
-void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:644
-QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:385
+QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:324
+QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:362
+void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:607
+QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:363
+QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:383
+QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:337
+void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:645
+QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:381
void create_menus()
Definition: MainWindowUI.cpp:318
-QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:379
+QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:375
TextEdit class.
Definition: TextEdit.h:41
void slot_start_wizard()
Definition: MainWindowSlotUI.cpp:40
void create_dock_windows()
Definition: MainWindowUI.cpp:448
-QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:374
+QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:370
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
-QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:353
+QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:349
void SlotSetRestartNeeded(bool needed)
Definition: MainWindowSlotUI.cpp:185
void slot_clean_double_line_breaks()
Definition: MainWindowSlotUI.cpp:137
-void SlotOpenFile(QString &path)
Definition: MainWindowSlotFunction.cpp:660
-QAction * open_act_
Action to open file.
Definition: MainWindow.h:355
-QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:334
-QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:363
-QDockWidget * attachment_dock_
Attachment Dock.
Definition: MainWindow.h:349
-QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:380
-void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:47
+void SlotOpenFile(QString &path)
Definition: MainWindowSlotFunction.cpp:661
+QAction * open_act_
Action to open file.
Definition: MainWindow.h:351
+QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:330
+QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:359
+QDockWidget * attachment_dock_
Attachment Dock.
Definition: MainWindow.h:345
+QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:376
+void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:51
void AddMenuAction(QAction *act)
Definition: KeyList.cpp:300
-QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:340
-QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:339
-QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:386
-QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:348
-void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:632
-QAction * print_act_
Action to print.
Definition: MainWindow.h:359
+QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:336
+QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:335
+nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
+QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:382
+QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:344
+void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:633
+QAction * print_act_
Action to print.
Definition: MainWindow.h:355
void SetCryptoMenuStatus(CryptoMenu::OperationType type)
Definition: MainWindowSlotUI.cpp:191
-void slot_decrypt_verify()
Definition: MainWindowSlotFunction.cpp:513
-Definition: MainWindow.h:60
-void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:619
-Definition: MainWindow.h:53
-QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:354
+void slot_decrypt_verify()
Definition: MainWindowSlotFunction.cpp:514
+Definition: MainWindow.h:56
+void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:620
+Definition: MainWindow.h:52
+QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:350
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
void SlotFileSign()
Definition: MainWindowFileSlotFunction.cpp:364
-void close_attachment_dock()
Definition: MainWindow.cpp:230
-QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:373
-QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:388
+void close_attachment_dock()
Definition: MainWindow.cpp:289
+QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:369
+QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:384
void create_attachment_dock()
void create_tool_bars()
Definition: MainWindowUI.cpp:383
-QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:383
+QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:379
void create_status_bar()
Definition: MainWindowUI.cpp:432
void slot_open_settings_dialog()
Definition: MainWindowSlotUI.cpp:102
-QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:392
-QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:394
-void slot_sign()
Definition: MainWindowSlotFunction.cpp:169
-QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:358
-QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:347
+QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:388
+QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:390
+void slot_sign()
Definition: MainWindowSlotFunction.cpp:173
+QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:354
+QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:343
void SlotFileVerify()
Definition: MainWindowFileSlotFunction.cpp:459
void slot_disable_tab_actions(int number)
Definition: MainWindowSlotUI.cpp:60
bool get_restart_needed() const
return true, if restart is needed
Definition: MainWindowSlotUI.cpp:189
-QAction * find_act_
Action to find text.
Definition: MainWindow.h:382
+QAction * find_act_
Action to find text.
Definition: MainWindow.h:378
Definition: KeyList.h:152
void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:52
-void slot_version_upgrade(const SoftwareVersion &version)
Definition: MainWindowSlotFunction.cpp:662
-QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:364
-QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:369
-QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:377
+void slot_version_upgrade(const SoftwareVersion &version)
Definition: MainWindowSlotFunction.cpp:663
+QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:360
+QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:365
+QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:373
void restore_settings()
Definition: MainWindow.cpp:134
void Init() noexcept
Definition: MainWindow.cpp:44
-void slot_find()
Definition: MainWindowSlotFunction.cpp:591
-QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:332
-QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:368
+void slot_find()
Definition: MainWindowSlotFunction.cpp:592
+QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:328
+QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:364
Definition: VersionCheckTask.h:45
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
-QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:381
-QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:330
-QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:329
-QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:365
-QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:344
+QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:377
+QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:326
+QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:325
+QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:361
+QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:340
void SlotFileEncryptSign()
Definition: MainWindowFileSlotFunction.cpp:551
-QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:362
-void closeEvent(QCloseEvent *event) override
Definition: MainWindow.cpp:239
+QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:358
+void closeEvent(QCloseEvent *event) override
Definition: MainWindow.cpp:298
void slot_import_key_from_edit()
Definition: MainWindowSlotUI.cpp:46
-QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:389
+QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:385
void SlotFileDecrypt()
Definition: MainWindowFileSlotFunction.cpp:291
-TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:327
-QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:390
+TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:323
+QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:386
void slot_add_pgp_header()
Definition: MainWindowSlotUI.cpp:147
-QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:352
-QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:331
-QAction * save_act_
Action to save file.
Definition: MainWindow.h:357
-QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:342
-QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:391
-QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:360
+QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:348
+QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:327
+QAction * save_act_
Action to save file.
Definition: MainWindow.h:353
+QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:338
+QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:387
+QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:356
-void slot_decrypt()
Definition: MainWindowSlotFunction.cpp:255
+void slot_decrypt()
Definition: MainWindowSlotFunction.cpp:259
void SignalRefreshStatusBar(const QString &message, int timeout)
PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:377
-QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:376
-void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:390
+QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:372
+void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:394
diff --git a/docs/html/QuitDialog_8h_source.html b/docs/html/QuitDialog_8h_source.html
index 1657990a..d96a6837 100644
--- a/docs/html/QuitDialog_8h_source.html
+++ b/docs/html/QuitDialog_8h_source.html
@@ -91,39 +91,37 @@ $(document).ready(function(){initNavTree('QuitDialog_8h_source.html',''); initRe
30 #define __QUITDIALOG_H__
32 #include "ui/GpgFrontendUI.h"
- 33 #include "ui/dialog/GeneralDialog.h"
-
-
-
-
-
-
-
- 51 QuitDialog (QWidget* parent,
const QHash<int, QString>& unsavedDocs);
-
-
-
-
-
-
-
- 74 void slot_my_discard();
-
-
-
- 78 QTableWidget* m_fileList_;
-
-
-
-
- 83 #endif // __QUITDIALOG_H__
+
+
+
+
+
+
+
+ 50 QuitDialog (QWidget* parent,
const QHash<int, QString>& unsavedDocs);
+
+
+
+
+
+
+
+ 73 void slot_my_discard();
+
+
+
+ 77 QTableWidget* m_fileList_;
+
+
+
+
+ 82 #endif // __QUITDIALOG_H__
Definition: FileReadTask.cpp:31
-Definition: GeneralDialog.h:35
bool IsDiscarded() const
Definition: QuitDialog.cpp:133
QuitDialog(QWidget *parent, const QHash< int, QString > &unsavedDocs)
Construct a new Quit Dialog object.
Definition: QuitDialog.cpp:35
-Definition: QuitDialog.h:41
+Definition: QuitDialog.h:40
QList< int > GetTabIdsToSave()
Get the Tab Ids To Save object.
Definition: QuitDialog.cpp:135
diff --git a/docs/html/SettingsAdvanced_8h_source.html b/docs/html/SettingsAdvanced_8h_source.html
index 1f0e81a0..834e4d71 100644
--- a/docs/html/SettingsAdvanced_8h_source.html
+++ b/docs/html/SettingsAdvanced_8h_source.html
@@ -5,7 +5,7 @@
-
GpgFrontend Project: src/ui/dialog/settings/SettingsAdvanced.h Source File
+
GpgFrontend Project: src/ui/settings/SettingsAdvanced.h Source File
@@ -116,14 +116,195 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
55 #endif // GPGFRONTEND_SETTINGSADVANCED_H
+void slot_verify()
Definition: MainWindowSlotFunction.cpp:327
+QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:374
+bool process_tarball_into_directory(QWidget *parent, std::filesystem::path &path)
convert directory into tarball
Definition: MainWindowFileSlotFunction.cpp:68
+void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:654
Definition: FileReadTask.cpp:31
+void SlotCopy() const
Definition: TextEdit.cpp:537
+FilePage * CurFilePage() const
Definition: TextEdit.cpp:381
+static GpgError SignFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgSignResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:103
+void save_settings()
Definition: MainWindow.cpp:254
+void SlotFileEncrypt()
Definition: MainWindowFileSlotFunction.cpp:154
+void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:58
+void ShowNotificationWidget(QWidget *widget, const char *className)
Definition: PlainTextEditorPage.cpp:107
+QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:380
+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
+bool ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const
Definition: GpgKeyImportExporter.cpp:71
+gpgme_error_t Decrypt(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgDecrResult &result)
Call the interface provided by gpgme for decryption operation.
Definition: GpgBasicOperator.cpp:64
+bool process_directory_into_tarball(QWidget *parent, QString &path)
convert tarball into directory
Definition: MainWindowFileSlotFunction.cpp:116
+bool MaybeSaveAnyTab()
Definition: TextEdit.cpp:322
+QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:357
+QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:389
+void create_actions()
Definition: MainWindowUI.cpp:34
+void SlotFileDecryptVerify()
Definition: MainWindowFileSlotFunction.cpp:679
+void slot_cut_pgp_header()
Definition: MainWindowSlotUI.cpp:161
+QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:352
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
+void SlotOpenFile(QString &path)
Definition: TextEdit.cpp:82
+gpgme_error_t DecryptVerify(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgDecrResult &decrypt_result, GpgVerifyResult &verify_result)
Call the interface provided by gpgme to perform decryption and verification operations at the same ti...
Definition: GpgBasicOperator.cpp:123
+void SlotOpen()
Definition: TextEdit.cpp:110
+static unsigned int EncryptFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgEncrResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Encrypted file.
Definition: GpgFileOpera.cpp:40
+QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:341
+void CloseNoteByClass(const char *className)
Definition: PlainTextEditorPage.cpp:113
+void SlotCut() const
Definition: TextEdit.cpp:529
+
+QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:329
+Definition: SoftwareVersion.h:39
+void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)
Definition: UserInterfaceUtils.cpp:61
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
+QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:324
+PlainTextEditorPage * SlotCurPageTextEdit() const
Definition: TextEdit.cpp:392
+QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:362
+void SlotRedo() const
redo last change in current text page
Definition: TextEdit.cpp:563
+void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
+void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:607
+QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:363
Definition: SettingsAdvanced.h:35
+void SlotImportKeys(QWidget *parent, const std::string &in_buffer)
Definition: UserInterfaceUtils.cpp:180
+QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:383
+QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:337
+FilePage * SlotCurPageFileTreeView() const
Definition: TextEdit.cpp:398
+void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:645
+QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:381
+void create_menus()
Definition: MainWindowUI.cpp:318
+QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:375
+Definition: SettingsDialog.h:46
+void slot_start_wizard()
Definition: MainWindowSlotUI.cpp:40
+void create_dock_windows()
Definition: MainWindowUI.cpp:448
+gpgme_error_t Verify(BypeArrayRef in_buffer, ByteArrayPtr &sig_buffer, GpgVerifyResult &result) const
Call the interface provided by gpgme for verification operation.
Definition: GpgBasicOperator.cpp:81
+QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:370
+gpg_error_t Sign(KeyListPtr signers, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, gpgme_sig_mode_t mode, GpgSignResult &result)
Call the interface provided by gpgme for signing operation.
Definition: GpgBasicOperator.cpp:101
+KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
+QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:349
+void SlotSetRestartNeeded(bool needed)
Definition: MainWindowSlotUI.cpp:185
+void slot_clean_double_line_breaks()
Definition: MainWindowSlotUI.cpp:137
+void SlotNewFileTab() const
Definition: TextEdit.cpp:72
+void SlotOpenFile(QString &path)
Definition: MainWindowSlotFunction.cpp:661
+QAction * open_act_
Action to open file.
Definition: MainWindow.h:351
+QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:330
+QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:359
+void SlotSelectAll() const
select all in current text page
Definition: TextEdit.cpp:591
+QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:376
+void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:51
+
+Definition: GpgVerifyResultAnalyse.h:40
+void SlotFillTextEditWithText(const QString &text) const
Definition: TextEdit.cpp:425
+Definition: KeyServerImportDialog.h:43
+QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:336
+QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:335
+void SlotQuote() const
Definition: TextEdit.cpp:403
+bool VersionWithDrawn() const
Definition: SoftwareVersion.h:76
+nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
+QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:382
+Definition: KeyDetailsDialog.h:37
+QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:344
+void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:633
+QAction * print_act_
Action to print.
Definition: MainWindow.h:355
+void SlotPaste() const
Definition: TextEdit.cpp:547
+void SetCryptoMenuStatus(CryptoMenu::OperationType type)
Definition: MainWindowSlotUI.cpp:191
+bool CurrentVersionReleased() const
Definition: SoftwareVersion.h:87
+void slot_decrypt_verify()
Definition: MainWindowSlotFunction.cpp:514
+bool SlotSaveAs()
Definition: TextEdit.cpp:219
+void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:620
+void SlotSwitchTabUp() const
Definition: TextEdit.cpp:492
+GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
+QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:350
+void SlotPrint()
Definition: TextEdit.cpp:458
+The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
+void SlotUndo() const
Definition: TextEdit.cpp:555
+void SlotFileSign()
Definition: MainWindowFileSlotFunction.cpp:364
+KeyIdArgsListPtr GetSelected()
Get the Selected object.
Definition: KeyList.cpp:253
+void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:188
+QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:369
+QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:384
+KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:209
+Definition: SignersPicker.h:42
+Definition: GpgEncryptResultAnalyse.h:40
+void create_tool_bars()
Definition: MainWindowUI.cpp:383
+static const char * PGP_CRYPT_BEGIN
Definition: GpgConstants.h:206
+
+QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:379
+bool IsPrivateKey() const
Definition: GpgKey.cpp:140
+void create_status_bar()
Definition: MainWindowUI.cpp:432
+gpg_error_t EncryptSymmetric(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &result)
Call the interface provided by GPGME to symmetrical encryption.
Definition: GpgBasicOperator.cpp:203
+void slot_open_settings_dialog()
Definition: MainWindowSlotUI.cpp:102
+gpgme_error_t EncryptSign(KeyListPtr keys, KeyListPtr signers, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &encr_result, GpgSignResult &sign_result)
Call the interface provided by gpgme to perform encryption and signature operations at the same time.
Definition: GpgBasicOperator.cpp:144
+QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:81
+QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:388
+QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:390
+void slot_sign()
Definition: MainWindowSlotFunction.cpp:173
+Class for handling the about dialog.
Definition: AboutDialog.h:119
+QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:354
+QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:343
+void SlotFileVerify()
Definition: MainWindowFileSlotFunction.cpp:459
+void slot_disable_tab_actions(int number)
Definition: MainWindowSlotUI.cpp:60
+void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:204
+GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
+void SlotSave()
Definition: TextEdit.cpp:148
+static GpgError DecryptVerifyFile(const std::string &in_path, const std::string &out_path, GpgDecrResult &decr_res, GpgVerifyResult &verify_res)
Definition: GpgFileOpera.cpp:197
+bool get_restart_needed() const
return true, if restart is needed
Definition: MainWindowSlotUI.cpp:189
+bool NeedUpgrade() const
Definition: SoftwareVersion.h:65
+
+static GpgError VerifyFile(const std::string &data_path, const std::string &sign_path, GpgVerifyResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:135
+QAction * find_act_
Action to find text.
Definition: MainWindow.h:378
+bool IsExpired() const
Definition: GpgKey.cpp:142
+void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:52
+void slot_version_upgrade(const SoftwareVersion &version)
Definition: MainWindowSlotFunction.cpp:663
+QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:360
+QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:365
+static GpgError EncryptSignFile(KeyListPtr keys, KeyListPtr signer_keys, const std::string &in_path, const std::string &out_path, GpgEncrResult &encr_res, GpgSignResult &sign_res, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:165
+QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:373
+void slot_find()
Definition: MainWindowSlotFunction.cpp:592
+QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:328
+QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:364
+QString GetSelected() const
Get the Selected object.
Definition: FilePage.cpp:187
+static GpgError DecryptFile(const std::string &in_path, const std::string &out_path, GpgDecrResult &result)
Definition: GpgFileOpera.cpp:71
+int TabCount() const
Definition: TextEdit.cpp:390
+QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:377
+QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:326
+QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:325
+void SlotCloseTab()
Definition: TextEdit.cpp:236
+void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:209
+QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:361
+QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:340
+static unsigned int EncryptFileSymmetric(const std::string &in_path, const std::string &out_path, GpgEncrResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
运用对称加密算法加密文件
Definition: GpgFileOpera.cpp:226
+bool IsRevoked() const
Definition: GpgKey.cpp:144
+void SlotNewTab()
Definition: TextEdit.cpp:54
+void SlotFileEncryptSign()
Definition: MainWindowFileSlotFunction.cpp:551
+QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:358
+Definition: KeyUploadDialog.h:41
+void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)
Definition: UserInterfaceUtils.cpp:52
+void slot_import_key_from_edit()
Definition: MainWindowSlotUI.cpp:46
+QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:385
+void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)
Definition: UserInterfaceUtils.cpp:96
+bool IsDisabled() const
Definition: GpgKey.cpp:146
+void SlotFileDecrypt()
Definition: MainWindowFileSlotFunction.cpp:291
+TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:323
+KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
+QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:386
+void slot_add_pgp_header()
Definition: MainWindowSlotUI.cpp:147
+bool InfoVaild() const
Definition: SoftwareVersion.h:57
+Definition: GpgSignResultAnalyse.h:40
+QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:348
+QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:327
+QAction * save_act_
Action to save file.
Definition: MainWindow.h:353
+static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:143
+Definition: GpgDecryptResultAnalyse.h:41
+QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:338
+void SlotSwitchTabDown() const
Definition: TextEdit.cpp:499
+QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:387
+gpg_error_t Encrypt(KeyListPtr keys, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &result)
Call the interface provided by gpgme for encryption operation.
Definition: GpgBasicOperator.cpp:38
+QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:356
+
+void slot_decrypt()
Definition: MainWindowSlotFunction.cpp:259
+PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:377
+QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:372
+void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:394
- src ui dialog settings SettingsAdvanced.h
+ src ui settings SettingsAdvanced.h
diff --git a/docs/html/SettingsAppearance_8h_source.html b/docs/html/SettingsAppearance_8h_source.html
index 5c1553a5..ad7e971d 100644
--- a/docs/html/SettingsAppearance_8h_source.html
+++ b/docs/html/SettingsAppearance_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/settings/SettingsAppearance.h Source File
+GpgFrontend Project: src/ui/settings/SettingsAppearance.h Source File
@@ -136,7 +136,7 @@ $(document).ready(function(){initNavTree('SettingsAppearance_8h_source.html','')
Definition: FileReadTask.cpp:31
Definition: SettingsNetwork.h:37
-bool get_restart_needed() const
Get the Restart Needed object.
Definition: SettingsDialog.cpp:88
+bool get_restart_needed() const
Get the Restart Needed object.
Definition: SettingsDialog.cpp:87
void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-void slot_set_restart_needed(bool needed)
Definition: SettingsDialog.cpp:92
+void slot_set_restart_needed(bool needed)
Definition: SettingsDialog.cpp:91
Definition: SettingsKeyServer.h:41
Definition: SettingsAppearance.h:36
-Definition: GeneralDialog.h:35
Definition: SettingsGeneral.h:43
std::filesystem::path GetLocaleDir() const
Get the Locale Dir object.
Definition: GlobalSettingStation.h:116
-Definition: SettingsDialog.h:47
+Definition: SettingsDialog.h:46
void SlotSetRestartNeeded(bool needed)
Definition: MainWindowSlotUI.cpp:185
-static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:116
+static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:115
SettingsDialog(QWidget *parent=nullptr)
Construct a new Settings Dialog object.
Definition: SettingsDialog.cpp:41
void SignalRestartNeeded(bool needed)
void SignalRestartNeeded(bool needed)
- src ui dialog settings SettingsDialog.h
+ src ui settings SettingsDialog.h
diff --git a/docs/html/SettingsGeneral_8h_source.html b/docs/html/SettingsGeneral_8h_source.html
index 065157dc..eab8b3bb 100644
--- a/docs/html/SettingsGeneral_8h_source.html
+++ b/docs/html/SettingsGeneral_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/settings/SettingsGeneral.h Source File
+GpgFrontend Project: src/ui/settings/SettingsGeneral.h Source File
@@ -140,14 +140,14 @@ $(document).ready(function(){initNavTree('SettingsGeneral_8h_source.html',''); i
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
Definition: SettingsGeneral.h:43
-static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:116
+static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:115
Definition: KeyList.h:152
void SignalRestartNeeded(bool needed)
void SetSettings()
Set the Settings object.
Definition: SettingsGeneral.cpp:81
- src ui dialog settings SettingsGeneral.h
+ src ui settings SettingsGeneral.h
diff --git a/docs/html/SettingsKeyServer_8h_source.html b/docs/html/SettingsKeyServer_8h_source.html
index 427651b8..bc1269b0 100644
--- a/docs/html/SettingsKeyServer_8h_source.html
+++ b/docs/html/SettingsKeyServer_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/settings/SettingsKeyServer.h Source File
+GpgFrontend Project: src/ui/settings/SettingsKeyServer.h Source File
@@ -136,7 +136,7 @@ $(document).ready(function(){initNavTree('SettingsKeyServer_8h_source.html','');
void SignalRestartNeeded(bool needed)
Definition: FileReadTask.cpp:31
static TaskRunnerGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-void contextMenuEvent(QContextMenuEvent *event) override
Definition: SettingsKeyServer.cpp:294
+void contextMenuEvent(QContextMenuEvent *event) override
Definition: SettingsKeyServer.cpp:287
Definition: SettingsKeyServer.h:41
void SignalKeyServerListTestResult(std::vector< KeyServerTestResultType > result)
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
@@ -146,7 +146,7 @@ $(document).ready(function(){initNavTree('SettingsKeyServer_8h_source.html','');
- src ui dialog settings SettingsKeyServer.h
+ src ui settings SettingsKeyServer.h
diff --git a/docs/html/SettingsNetwork_8h_source.html b/docs/html/SettingsNetwork_8h_source.html
index 2f8c9885..56d02bc6 100644
--- a/docs/html/SettingsNetwork_8h_source.html
+++ b/docs/html/SettingsNetwork_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/settings/SettingsNetwork.h Source File
+GpgFrontend Project: src/ui/settings/SettingsNetwork.h Source File
@@ -137,7 +137,7 @@ $(document).ready(function(){initNavTree('SettingsNetwork_8h_source.html',''); i
- src ui dialog settings SettingsNetwork.h
+ src ui settings SettingsNetwork.h
diff --git a/docs/html/SettingsObject_8h_source.html b/docs/html/SettingsObject_8h_source.html
index f3a334db..5fcf463d 100644
--- a/docs/html/SettingsObject_8h_source.html
+++ b/docs/html/SettingsObject_8h_source.html
@@ -104,17 +104,16 @@ $(document).ready(function(){initNavTree('SettingsObject_8h_source.html',''); in
- 72 nlohmann::json&
Check (
const std::string& key,
- 73 const nlohmann::json& default_value);
-
-
-
-
- 84 std::string settings_name_;
-
-
-
- 88 #endif // GPGFRONTEND_SETTINGSOBJECT_H
+ 72 nlohmann::json&
Check (
const std::string& key,
const nlohmann::json& default_value);
+
+
+
+
+ 83 std::string settings_name_;
+
+
+
+ 87 #endif // GPGFRONTEND_SETTINGSOBJECT_H
Definition: FileReadTask.cpp:31
diff --git a/docs/html/SignalStation_8h_source.html b/docs/html/SignalStation_8h_source.html
index 130b23f1..4d90660e 100644
--- a/docs/html/SignalStation_8h_source.html
+++ b/docs/html/SignalStation_8h_source.html
@@ -118,195 +118,12 @@ $(document).ready(function(){initNavTree('SignalStation_8h_source.html',''); ini
86 #endif // GPGFRONTEND_SIGNALSTATION_H
-void slot_verify()
Definition: MainWindowSlotFunction.cpp:323
-QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:378
-bool process_tarball_into_directory(QWidget *parent, std::filesystem::path &path)
convert directory into tarball
Definition: MainWindowFileSlotFunction.cpp:68
-void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:653
Definition: FileReadTask.cpp:31
-void SlotCopy() const
Definition: TextEdit.cpp:537
-FilePage * CurFilePage() const
Definition: TextEdit.cpp:381
-static GpgError SignFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgSignResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:103
-void save_settings()
Definition: MainWindow.cpp:205
-void SlotFileEncrypt()
Definition: MainWindowFileSlotFunction.cpp:154
-void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:58
-void ShowNotificationWidget(QWidget *widget, const char *className)
Definition: PlainTextEditorPage.cpp:107
-QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:384
-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
-bool ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const
Definition: GpgKeyImportExporter.cpp:71
-gpgme_error_t Decrypt(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgDecrResult &result)
Call the interface provided by gpgme for decryption operation.
Definition: GpgBasicOperator.cpp:64
-bool process_directory_into_tarball(QWidget *parent, QString &path)
convert tarball into directory
Definition: MainWindowFileSlotFunction.cpp:116
-bool MaybeSaveAnyTab()
Definition: TextEdit.cpp:322
-QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:361
-QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:393
-void create_actions()
Definition: MainWindowUI.cpp:34
-void SlotFileDecryptVerify()
Definition: MainWindowFileSlotFunction.cpp:682
-void slot_cut_pgp_header()
Definition: MainWindowSlotUI.cpp:161
-QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:356
-static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-void SlotOpenFile(QString &path)
Definition: TextEdit.cpp:82
-gpgme_error_t DecryptVerify(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgDecrResult &decrypt_result, GpgVerifyResult &verify_result)
Call the interface provided by gpgme to perform decryption and verification operations at the same ti...
Definition: GpgBasicOperator.cpp:123
-void SlotOpen()
Definition: TextEdit.cpp:110
-static unsigned int EncryptFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgEncrResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Encrypted file.
Definition: GpgFileOpera.cpp:40
-QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:345
-void CloseNoteByClass(const char *className)
Definition: PlainTextEditorPage.cpp:113
-void SlotCut() const
Definition: TextEdit.cpp:529
-
-QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:333
-Definition: SoftwareVersion.h:39
-void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)
Definition: UserInterfaceUtils.cpp:61
-libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
-QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:328
-PlainTextEditorPage * SlotCurPageTextEdit() const
Definition: TextEdit.cpp:392
-QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:366
-void SlotRedo() const
redo last change in current text page
Definition: TextEdit.cpp:563
-void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
-void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:606
-QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:367
-void SlotImportKeys(QWidget *parent, const std::string &in_buffer)
Definition: UserInterfaceUtils.cpp:180
-QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:387
-QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:341
-FilePage * SlotCurPageFileTreeView() const
Definition: TextEdit.cpp:398
-void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:644
-QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:385
-void create_menus()
Definition: MainWindowUI.cpp:318
-QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:379
-Definition: SettingsDialog.h:47
-void slot_start_wizard()
Definition: MainWindowSlotUI.cpp:40
-void create_dock_windows()
Definition: MainWindowUI.cpp:448
-gpgme_error_t Verify(BypeArrayRef in_buffer, ByteArrayPtr &sig_buffer, GpgVerifyResult &result) const
Call the interface provided by gpgme for verification operation.
Definition: GpgBasicOperator.cpp:81
-QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:374
-gpg_error_t Sign(KeyListPtr signers, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, gpgme_sig_mode_t mode, GpgSignResult &result)
Call the interface provided by gpgme for signing operation.
Definition: GpgBasicOperator.cpp:101
-KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
-QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:353
-void SlotSetRestartNeeded(bool needed)
Definition: MainWindowSlotUI.cpp:185
-void slot_clean_double_line_breaks()
Definition: MainWindowSlotUI.cpp:137
-void SlotNewFileTab() const
Definition: TextEdit.cpp:72
-void SlotOpenFile(QString &path)
Definition: MainWindowSlotFunction.cpp:660
-QAction * open_act_
Action to open file.
Definition: MainWindow.h:355
-QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:334
-QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:363
-void SlotSelectAll() const
select all in current text page
Definition: TextEdit.cpp:591
-QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:380
-void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:47
-
-Definition: GpgVerifyResultAnalyse.h:40
-void SlotFillTextEditWithText(const QString &text) const
Definition: TextEdit.cpp:425
-Definition: KeyServerImportDialog.h:46
-QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:340
-QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:339
-void SlotQuote() const
Definition: TextEdit.cpp:403
-bool VersionWithDrawn() const
Definition: SoftwareVersion.h:76
-nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
-QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:386
-Definition: KeyDetailsDialog.h:38
-QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:348
-void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:632
-QAction * print_act_
Action to print.
Definition: MainWindow.h:359
-void SlotPaste() const
Definition: TextEdit.cpp:547
-void SetCryptoMenuStatus(CryptoMenu::OperationType type)
Definition: MainWindowSlotUI.cpp:191
-bool CurrentVersionReleased() const
Definition: SoftwareVersion.h:87
-void slot_decrypt_verify()
Definition: MainWindowSlotFunction.cpp:513
-bool SlotSaveAs()
Definition: TextEdit.cpp:219
-void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:619
-void SlotSwitchTabUp() const
Definition: TextEdit.cpp:492
-GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
-QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:354
-void SlotPrint()
Definition: TextEdit.cpp:458
-The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
-void SlotUndo() const
Definition: TextEdit.cpp:555
-void SlotFileSign()
Definition: MainWindowFileSlotFunction.cpp:364
-KeyIdArgsListPtr GetSelected()
Get the Selected object.
Definition: KeyList.cpp:253
-void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:188
-QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:373
-QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:388
-KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:209
-Definition: SignersPicker.h:42
-Definition: GpgEncryptResultAnalyse.h:40
-void create_tool_bars()
Definition: MainWindowUI.cpp:383
-static const char * PGP_CRYPT_BEGIN
Definition: GpgConstants.h:206
-
-QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:383
-bool IsPrivateKey() const
Definition: GpgKey.cpp:138
-void create_status_bar()
Definition: MainWindowUI.cpp:432
-gpg_error_t EncryptSymmetric(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &result)
Call the interface provided by GPGME to symmetrical encryption.
Definition: GpgBasicOperator.cpp:203
-void slot_open_settings_dialog()
Definition: MainWindowSlotUI.cpp:102
InfoBoardStatus
Definition: InfoBoardWidget.h:43
-gpgme_error_t EncryptSign(KeyListPtr keys, KeyListPtr signers, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &encr_result, GpgSignResult &sign_result)
Call the interface provided by gpgme to perform encryption and signature operations at the same time.
Definition: GpgBasicOperator.cpp:144
-QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:81
-QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:392
-QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:394
-void slot_sign()
Definition: MainWindowSlotFunction.cpp:169
-Class for handling the about dialog.
Definition: AboutDialog.h:120
-QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:358
-QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:347
-void SlotFileVerify()
Definition: MainWindowFileSlotFunction.cpp:459
-void slot_disable_tab_actions(int number)
Definition: MainWindowSlotUI.cpp:60
-void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:204
-GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
-void SlotSave()
Definition: TextEdit.cpp:148
-static GpgError DecryptVerifyFile(const std::string &in_path, const std::string &out_path, GpgDecrResult &decr_res, GpgVerifyResult &verify_res)
Definition: GpgFileOpera.cpp:197
-bool get_restart_needed() const
return true, if restart is needed
Definition: MainWindowSlotUI.cpp:189
-bool NeedUpgrade() const
Definition: SoftwareVersion.h:65
-
-static GpgError VerifyFile(const std::string &data_path, const std::string &sign_path, GpgVerifyResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:135
-QAction * find_act_
Action to find text.
Definition: MainWindow.h:382
-bool IsExpired() const
Definition: GpgKey.cpp:140
-void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:52
-void slot_version_upgrade(const SoftwareVersion &version)
Definition: MainWindowSlotFunction.cpp:662
void SignalRefreshInfoBoard(const QString &text, InfoBoardStatus verify_label_status)
-QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:364
-QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:369
-static GpgError EncryptSignFile(KeyListPtr keys, KeyListPtr signer_keys, const std::string &in_path, const std::string &out_path, GpgEncrResult &encr_res, GpgSignResult &sign_res, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:165
-QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:377
-void slot_find()
Definition: MainWindowSlotFunction.cpp:591
Definition: SignalStation.h:41
-QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:332
-QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:368
-QString GetSelected() const
Get the Selected object.
Definition: FilePage.cpp:187
-static GpgError DecryptFile(const std::string &in_path, const std::string &out_path, GpgDecrResult &result)
Definition: GpgFileOpera.cpp:71
-int TabCount() const
Definition: TextEdit.cpp:390
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
-QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:381
-QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:330
-QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:329
-void SlotCloseTab()
Definition: TextEdit.cpp:236
-void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:209
-QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:365
-QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:344
-static unsigned int EncryptFileSymmetric(const std::string &in_path, const std::string &out_path, GpgEncrResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
运用对称加密算法加密文件
Definition: GpgFileOpera.cpp:226
-bool IsRevoked() const
Definition: GpgKey.cpp:142
-void SlotNewTab()
Definition: TextEdit.cpp:54
-void SlotFileEncryptSign()
Definition: MainWindowFileSlotFunction.cpp:551
-QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:362
-Definition: KeyUploadDialog.h:42
-void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)
Definition: UserInterfaceUtils.cpp:52
-void slot_import_key_from_edit()
Definition: MainWindowSlotUI.cpp:46
-QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:389
-void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)
Definition: UserInterfaceUtils.cpp:96
-bool IsDisabled() const
Definition: GpgKey.cpp:144
-void SlotFileDecrypt()
Definition: MainWindowFileSlotFunction.cpp:291
-TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:327
-KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
-QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:390
-void slot_add_pgp_header()
Definition: MainWindowSlotUI.cpp:147
-bool InfoVaild() const
Definition: SoftwareVersion.h:57
-Definition: GpgSignResultAnalyse.h:40
-QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:352
-QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:331
-QAction * save_act_
Action to save file.
Definition: MainWindow.h:357
-static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:143
-Definition: GpgDecryptResultAnalyse.h:41
-QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:342
-void SlotSwitchTabDown() const
Definition: TextEdit.cpp:499
-QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:391
-gpg_error_t Encrypt(KeyListPtr keys, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &result)
Call the interface provided by gpgme for encryption operation.
Definition: GpgBasicOperator.cpp:38
-QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:360
-
-void slot_decrypt()
Definition: MainWindowSlotFunction.cpp:255
void SignalRefreshStatusBar(const QString &message, int timeout)
-PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:377
-QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:376
-void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:390
diff --git a/docs/html/SignatureDetailsDialog_8h_source.html b/docs/html/SignatureDetailsDialog_8h_source.html
index fd87afae..f4eafc56 100644
--- a/docs/html/SignatureDetailsDialog_8h_source.html
+++ b/docs/html/SignatureDetailsDialog_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/details/SignatureDetailsDialog.h Source File
+GpgFrontend Project: src/ui/details/SignatureDetailsDialog.h Source File
@@ -89,18 +89,17 @@ $(document).ready(function(){initNavTree('SignatureDetailsDialog_8h_source.html'
29 #ifndef GPGFRONTEND_SIGNATUREDETAILSDIALOG_H
30 #define GPGFRONTEND_SIGNATUREDETAILSDIALOG_H
-
-
32 #include "ui/GpgFrontendUI.h"
-
-
-
-
-
-
-
39 #endif // GPGFRONTEND_SIGNATUREDETAILSDIALOG_H
+
31 #include "ui/GpgFrontendUI.h"
+
+
+
+
+
+
+
38 #endif // GPGFRONTEND_SIGNATUREDETAILSDIALOG_H
-Definition: SignatureDetailsDialog.h:34
+Definition: SignatureDetailsDialog.h:33
int RunGpgFrontendUI(QApplication *app)
run main window
Definition: GpgFrontendUIInit.cpp:122
void InitLoggingSystem()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:44
void InitGpgFrontendUI(QApplication *app)
init the UI library
Definition: GpgFrontendUIInit.cpp:50
@@ -108,7 +107,7 @@ $(document).ready(function(){initNavTree('SignatureDetailsDialog_8h_source.html'
- src ui dialog details SignatureDetailsDialog.h
+ src ui details SignatureDetailsDialog.h
diff --git a/docs/html/SignersPicker_8h_source.html b/docs/html/SignersPicker_8h_source.html
index 883687ed..518c0b09 100644
--- a/docs/html/SignersPicker_8h_source.html
+++ b/docs/html/SignersPicker_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/SignersPicker.h Source File
+GpgFrontend Project: src/ui/widgets/SignersPicker.h Source File
@@ -86,44 +86,17 @@ $(document).ready(function(){initNavTree('SignersPicker_8h_source.html',''); ini
SignersPicker.h
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
28 #ifndef GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
-
29 #define GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
-
-
31 #include "GpgFrontendUI.h"
-
32 #include "ui/dialog//GeneralDialog.h"
+
+
29 #ifndef GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
+
30 #define GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
+
+
32 #include "GpgFrontendUI.h"
-
+
@@ -131,33 +104,28 @@ $(document).ready(function(){initNavTree('SignersPicker_8h_source.html',''); ini
-
+
+
+
+
+
-
-
-
68 bool accepted_ =
false ;
-
-
-
-
-
73 #endif // GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
+
66 #endif // GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
Definition: FileReadTask.cpp:31
-Definition: GeneralDialog.h:35
void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
-bool GetStatus() const
Definition: SignersPicker.cpp:81
-GpgFrontend::KeyIdArgsListPtr GetCheckedSigners()
Get the Checked Signers object.
Definition: SignersPicker.cpp:77
+GpgFrontend::KeyIdArgsListPtr GetCheckedSigners()
Get the Checked Signers object.
Definition: SignersPicker.cpp:70
KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:209
Definition: SignersPicker.h:42
-bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:172
+bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:174
Definition: KeyList.h:152
-SignersPicker(QWidget *parent=nullptr)
Construct a new Signers Picker object.
Definition: SignersPicker.cpp:34
+SignersPicker(QWidget *parent=nullptr)
Construct a new Signers Picker object.
Definition: SignersPicker.cpp:35
- src ui dialog SignersPicker.h
+ src ui widgets SignersPicker.h
diff --git a/docs/html/SubkeyGenerateDialog_8h_source.html b/docs/html/SubkeyGenerateDialog_8h_source.html
index 0f5a746a..7c5cccbc 100644
--- a/docs/html/SubkeyGenerateDialog_8h_source.html
+++ b/docs/html/SubkeyGenerateDialog_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/key_generate/SubkeyGenerateDialog.h Source File
+GpgFrontend Project: src/ui/key_generate/SubkeyGenerateDialog.h Source File
@@ -93,99 +93,97 @@ $(document).ready(function(){initNavTree('SubkeyGenerateDialog_8h_source.html','
30 #include "core/GpgContext.h"
31 #include "core/GpgGenKeyInfo.h"
32 #include "ui/GpgFrontendUI.h"
- 33 #include "ui/dialog/GeneralDialog.h"
-
-
-
-
-
-
-
-
-
- 57 void SignalSubKeyGenerated();
-
-
-
-
- 62 std::unique_ptr<GenKeyInfo> gen_key_info_ =
- 63 std::make_unique<GenKeyInfo>(
true );
-
- 65 QGroupBox* key_usage_group_box_{};
-
-
-
-
-
-
-
-
- 74 QDateTime max_date_time_;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 152 #endif // GPGFRONTEND_SUBKEYGENERATEDIALOG_H
+
+
+
+
+
+
+
+
+
+ 56 void SignalSubKeyGenerated();
+
+
+
+
+ 61 std::unique_ptr<GenKeyInfo> gen_key_info_ =
+ 62 std::make_unique<GenKeyInfo>(
true );
+
+ 64 QGroupBox* key_usage_group_box_{};
+
+
+
+
+
+
+
+
+ 73 QDateTime max_date_time_;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 151 #endif // GPGFRONTEND_SUBKEYGENERATEDIALOG_H
Definition: WaitingDialog.h:40
Definition: FileReadTask.cpp:31
-void slot_encryption_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:305
-QSpinBox * key_size_spin_box_
Spinbox for the keys size (in bit)
Definition: SubkeyGenerateDialog.h:68
-void refresh_widgets_state()
Definition: SubkeyGenerateDialog.cpp:190
+void slot_encryption_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:304
+QSpinBox * key_size_spin_box_
Spinbox for the keys size (in bit)
Definition: SubkeyGenerateDialog.h:67
+void refresh_widgets_state()
Definition: SubkeyGenerateDialog.cpp:189
SubkeyGenerateDialog(const KeyId &key_id, QWidget *parent)
Construct a new Subkey Generate Dialog object.
Definition: SubkeyGenerateDialog.cpp:37
-QCheckBox * expire_check_box_
Checkbox, if key should expire.
Definition: SubkeyGenerateDialog.h:71
+QCheckBox * expire_check_box_
Checkbox, if key should expire.
Definition: SubkeyGenerateDialog.h:70
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-QGroupBox * create_basic_info_group_box()
Create a basic info group box object.
Definition: SubkeyGenerateDialog.cpp:118
+QGroupBox * create_basic_info_group_box()
Create a basic info group box object.
Definition: SubkeyGenerateDialog.cpp:117
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
-Definition: GeneralDialog.h:35
Definition: GpgKeyGetter.h:45
-void slot_expire_box_changed()
Definition: SubkeyGenerateDialog.cpp:182
-GpgFrontend::GpgError GenerateSubkey(const GpgKey &key, const std::unique_ptr< GenKeyInfo > ¶ms)
Definition: GpgKeyOpera.cpp:244
-QDialogButtonBox * button_box_
Box for standard buttons.
Definition: SubkeyGenerateDialog.h:66
-std::vector< QCheckBox * > key_usage_check_boxes_
ENCR, SIGN, CERT, AUTH.
Definition: SubkeyGenerateDialog.h:73
-QGroupBox * create_key_usage_group_box()
Create a key usage group box object.
Definition: SubkeyGenerateDialog.cpp:85
-void slot_certification_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:321
-QLabel * error_label_
Label containing error message.
Definition: SubkeyGenerateDialog.h:67
-void slot_signing_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:313
-Definition: SubkeyGenerateDialog.h:40
-void slot_activated_key_type(int index)
Definition: SubkeyGenerateDialog.cpp:337
-void slot_key_gen_accept()
Definition: SubkeyGenerateDialog.cpp:239
+void slot_expire_box_changed()
Definition: SubkeyGenerateDialog.cpp:181
+GpgFrontend::GpgError GenerateSubkey(const GpgKey &key, const std::unique_ptr< GenKeyInfo > ¶ms)
Definition: GpgKeyOpera.cpp:245
+QDialogButtonBox * button_box_
Box for standard buttons.
Definition: SubkeyGenerateDialog.h:65
+std::vector< QCheckBox * > key_usage_check_boxes_
ENCR, SIGN, CERT, AUTH.
Definition: SubkeyGenerateDialog.h:72
+QGroupBox * create_key_usage_group_box()
Create a key usage group box object.
Definition: SubkeyGenerateDialog.cpp:84
+void slot_certification_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:320
+QLabel * error_label_
Label containing error message.
Definition: SubkeyGenerateDialog.h:66
+void slot_signing_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:312
+Definition: SubkeyGenerateDialog.h:39
+void slot_activated_key_type(int index)
Definition: SubkeyGenerateDialog.cpp:336
+void slot_key_gen_accept()
Definition: SubkeyGenerateDialog.cpp:238
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
-QComboBox * key_type_combo_box_
Combobox for Key tpe.
Definition: SubkeyGenerateDialog.h:69
-void slot_authentication_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:329
+QComboBox * key_type_combo_box_
Combobox for Key tpe.
Definition: SubkeyGenerateDialog.h:68
+void slot_authentication_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:328
static const std::vector< std::string > & GetSupportedKeyAlgo()
Get the Supported Key Algo object.
Definition: GpgGenKeyInfo.cpp:200
-QDateTimeEdit * date_edit_
Date edit for expiration date.
Definition: SubkeyGenerateDialog.h:70
-void set_signal_slot()
Set the signal slot object.
Definition: SubkeyGenerateDialog.cpp:160
+QDateTimeEdit * date_edit_
Date edit for expiration date.
Definition: SubkeyGenerateDialog.h:69
+void set_signal_slot()
Set the signal slot object.
Definition: SubkeyGenerateDialog.cpp:159
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
- src ui dialog key_generate SubkeyGenerateDialog.h
+ src ui key_generate SubkeyGenerateDialog.h
diff --git a/docs/html/TextEdit_8h_source.html b/docs/html/TextEdit_8h_source.html
index 5dfa7431..043696d9 100644
--- a/docs/html/TextEdit_8h_source.html
+++ b/docs/html/TextEdit_8h_source.html
@@ -220,7 +220,7 @@ $(document).ready(function(){initNavTree('TextEdit_8h_source.html',''); initResi
void SlotPrint()
Definition: TextEdit.cpp:458
void slot_remove_tab(int index)
Definition: TextEdit.cpp:243
void SlotUndo() const
Definition: TextEdit.cpp:555
-Definition: FilePage.h:43
+Definition: FilePage.h:45
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:81
void SlotSave()
Definition: TextEdit.cpp:148
bool WillCharsetChange() const
detect if the charset of the file will change
Definition: PlainTextEditorPage.cpp:83
@@ -231,7 +231,7 @@ $(document).ready(function(){initNavTree('TextEdit_8h_source.html',''); initResi
bool ReadDone() const
Definition: PlainTextEditorPage.h:101
void SlotNewTab()
Definition: TextEdit.cpp:54
bool maybe_save_current_tab(bool askToSave)
Definition: TextEdit.cpp:276
-Definition: QuitDialog.h:41
+Definition: QuitDialog.h:40
QList< int > GetTabIdsToSave()
Get the Tab Ids To Save object.
Definition: QuitDialog.cpp:135
void SlotSwitchTabDown() const
Definition: TextEdit.cpp:499
void NotifyFileSaved()
notify the user that the file has been saved.
Definition: PlainTextEditorPage.cpp:94
diff --git a/docs/html/UserInterfaceUtils_8h_source.html b/docs/html/UserInterfaceUtils_8h_source.html
index 8aef538f..542962a7 100644
--- a/docs/html/UserInterfaceUtils_8h_source.html
+++ b/docs/html/UserInterfaceUtils_8h_source.html
@@ -125,54 +125,51 @@ $(document).ready(function(){initNavTree('UserInterfaceUtils_8h_source.html','')
107 GpgFrontend::Thread::Task::TaskCallback callback =
nullptr ,
108 Thread::Task::DataObjectPtr data_object =
nullptr );
-
- 118 const std::string& key_server);
-
-
-
-
- 131 using ImportCallbackFunctiopn = std::function<void(
- 132 const std::string&,
const std::string&,
size_t ,
size_t )>;
-
-
-
-
-
-
- 152 void SignalKeyStatusUpdated();
-
- 158 void SignalGnupgNotInstall();
-
-
-
-
- 173 void SlotImportKeys (QWidget* parent,
const std::string& in_buffer);
-
-
-
-
-
-
-
-
- 204 const GpgFrontend::KeyIdArgsList& key_ids,
- 205 const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn& callback);
+
+
+
+ 121 using ImportCallbackFunctiopn = std::function<void(
+ 122 const std::string&,
const std::string&,
size_t ,
size_t )>;
+
+
+
+
+
+
+ 142 void SignalKeyStatusUpdated();
+
+ 148 void SignalGnupgNotInstall();
+
+
+
+
+ 163 void SlotImportKeys (QWidget* parent,
const std::string& in_buffer);
+
+
+
+
+
+
+
+
+ 194 const GpgFrontend::KeyIdArgsList& key_ids,
+ 195 const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn& callback);
+
+
+ 204 const QStringList& arguments,
+ 205 const std::function<
void (QProcess*)>& interact_func);
-
- 214 const QStringList& arguments,
- 215 const std::function<
void (QProcess*)>& interact_func);
-
-
+
+
+
+
+
+ 216 static std::unique_ptr<CommonUtils> instance_;
+
-
-
-
- 226 static std::unique_ptr<CommonUtils> instance_;
-
-
-
-
- 231 #endif // GPGFRONTEND_USER_INTERFACE_UTILS_H
+
+
+ 221 #endif // GPGFRONTEND_USER_INTERFACE_UTILS_H
static CoreCommonUtil * GetInstance()
Construct a new Core Common Util object.
Definition: CoreCommonUtil.cpp:33
@@ -182,10 +179,9 @@ $(document).ready(function(){initNavTree('UserInterfaceUtils_8h_source.html','')
void refresh_info_board(InfoBoardWidget *info_board, int status, const std::string &report_text)
Definition: UserInterfaceUtils.cpp:84
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
int GetStatus() const
Get the Status object.
Definition: GpgResultAnalyse.cpp:35
-void import_key_from_keyserver(QWidget *parent, const std::string &key_id, const std::string &key_server)
Definition: VerifyDetailsDialog.h:41
Definition: CoreCommonUtil.cpp:29
-Definition: UserInterfaceUtils.h:124
+Definition: UserInterfaceUtils.h:114
const std::string GetResultReport() const
Get the Result Report object.
Definition: GpgResultAnalyse.cpp:31
static TaskRunnerGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
@@ -197,12 +193,12 @@ $(document).ready(function(){initNavTree('UserInterfaceUtils_8h_source.html','')
const GpgInfo & GetInfo() const
Get the Info object.
Definition: GpgContext.h:95
TextEdit class.
Definition: TextEdit.h:41
Definition: GpgVerifyResultAnalyse.h:40
-Definition: KeyServerImportDialog.h:46
+Definition: KeyServerImportDialog.h:43
void FlushKeyCache()
flush the keys in the cache
Definition: GpgKeyGetter.cpp:101
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
-Definition: KeyImportDetailDialog.h:43
-void slot_update_key_status()
update the key status when signal is emitted
Definition: UserInterfaceUtils.cpp:361
+Definition: KeyImportDetailDialog.h:42
+void slot_update_key_status()
update the key status when signal is emitted
Definition: UserInterfaceUtils.cpp:358
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
Definition: GpgResultAnalyse.h:37
static std::vector< int > GetAllChannelId()
Get all the channel ids.
Definition: GpgFunctionObject.h:246
diff --git a/docs/html/VerifyDetailsDialog_8h_source.html b/docs/html/VerifyDetailsDialog_8h_source.html
index 69aabca5..395fe622 100644
--- a/docs/html/VerifyDetailsDialog_8h_source.html
+++ b/docs/html/VerifyDetailsDialog_8h_source.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/details/VerifyDetailsDialog.h Source File
+GpgFrontend Project: src/ui/details/VerifyDetailsDialog.h Source File
@@ -128,7 +128,7 @@ $(document).ready(function(){initNavTree('VerifyDetailsDialog_8h_source.html',''
- src ui dialog details VerifyDetailsDialog.h
+ src ui details VerifyDetailsDialog.h
diff --git a/docs/html/VerifyKeyDetailBox_8h_source.html b/docs/html/VerifyKeyDetailBox_8h_source.html
index af179862..53871f9f 100644
--- a/docs/html/VerifyKeyDetailBox_8h_source.html
+++ b/docs/html/VerifyKeyDetailBox_8h_source.html
@@ -90,7 +90,7 @@ $(document).ready(function(){initNavTree('VerifyKeyDetailBox_8h_source.html','')
29 #ifndef __VERIFYKEYDETAILBOX_H__
30 #define __VERIFYKEYDETAILBOX_H__
- 32 #include "ui/dialog/import_export/KeyServerImportDialog.h"
+ 32 #include "ui/import_export/KeyServerImportDialog.h"
33 #include "ui/widgets/KeyList.h"
@@ -120,16 +120,16 @@ $(document).ready(function(){initNavTree('VerifyKeyDetailBox_8h_source.html','')
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
Definition: GpgSignature.h:43
VerifyKeyDetailBox(const GpgSignature &signature, QWidget *parent)
Construct a new Verify Key Detail Box object.
Definition: VerifyKeyDetailBox.cpp:35
-std::string GetEmail() const
Definition: GpgKey.cpp:60
-Definition: KeyServerImportDialog.h:46
+std::string GetEmail() const
Definition: GpgKey.cpp:62
+Definition: KeyServerImportDialog.h:43
gpgme_error_t GetStatus() const
Definition: GpgSignature.cpp:62
-bool IsGood() const
Definition: GpgKey.cpp:50
+bool IsGood() const
Definition: GpgKey.cpp:52
gpgme_error_t GetSummary() const
Definition: GpgSignature.cpp:71
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
Definition: VerifyKeyDetailBox.h:40
std::string fpr_
fingerprint of the key
Definition: VerifyKeyDetailBox.h:68
-std::string GetName() const
Definition: GpgKey.cpp:56
+std::string GetName() const
Definition: GpgKey.cpp:58
QGridLayout * create_key_info_grid(const GpgSignature &signature)
Create a key info grid object.
Definition: VerifyKeyDetailBox.cpp:166
diff --git a/docs/html/Wizard_8h_source.html b/docs/html/Wizard_8h_source.html
index 1407ef74..01e481e4 100644
--- a/docs/html/Wizard_8h_source.html
+++ b/docs/html/Wizard_8h_source.html
@@ -91,10 +91,10 @@ $(document).ready(function(){initNavTree('Wizard_8h_source.html',''); initResiza
32 #include "core/GpgConstants.h"
-
33 #include "main_window/KeyMgmt.h"
-
34 #include "ui/GpgFrontendUI.h"
-
35 #include "ui/dialog/key_generate/KeygenDialog.h"
-
36 #include "ui/dialog/settings/SettingsDialog.h"
+
33 #include "ui/GpgFrontendUI.h"
+
34 #include "ui/KeyMgmt.h"
+
35 #include "ui/key_generate/KeygenDialog.h"
+
36 #include "ui/settings/SettingsDialog.h"
@@ -188,7 +188,7 @@ $(document).ready(function(){initNavTree('Wizard_8h_source.html',''); initResiza
int nextId() const override
Definition: Wizard.cpp:122
ConclusionPage(QWidget *parent=nullptr)
Construct a new Conclusion Page object.
Definition: Wizard.cpp:231
IntroPage(QWidget *parent=nullptr)
Construct a new Intro Page object.
Definition: Wizard.cpp:85
-
Definition: KeygenDialog.h:41
+
Definition: KeygenDialog.h:40
int nextId() const override
Definition: Wizard.cpp:223
void SignalOpenHelp(QString page)
diff --git a/docs/html/aes__ssl_8h_source.html b/docs/html/aes__ssl_8h_source.html
index 5037ad8c..4d2a99b6 100644
--- a/docs/html/aes__ssl_8h_source.html
+++ b/docs/html/aes__ssl_8h_source.html
@@ -90,10 +90,10 @@ $(document).ready(function(){initNavTree('aes__ssl_8h_source.html',''); initResi
29 #ifndef GPGFRONTEND_AES_SSL_H
30 #define GPGFRONTEND_AES_SSL_H
-
32 #include <openssl/aes.h>
-
33 #include <openssl/evp.h>
-
-
35 #include "GpgFrontend.h"
+
32 #include "GpgFrontend.h"
+
+
34 #include <openssl/aes.h>
+
35 #include <openssl/evp.h>
@@ -104,9 +104,9 @@ $(document).ready(function(){initNavTree('aes__ssl_8h_source.html',''); initResi
-
+
-
74 #endif // GPGFRONTEND_AES_SSL_H
+
74 #endif // GPGFRONTEND_AES_SSL_H
uint8_t * aes_256_cbc_decrypt(EVP_CIPHER_CTX *e, uint8_t *ciphertext, int *len)
Decrypt *len bytes of ciphertext.
Definition: aes_ssl_cbc.cpp:86
diff --git a/docs/html/annotated.html b/docs/html/annotated.html
index 20405f49..bc54d6ae 100644
--- a/docs/html/annotated.html
+++ b/docs/html/annotated.html
@@ -107,58 +107,54 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
C FilePage
C FileReadTask
C FindWidget Class for handling the find widget shown at buttom of a textedit-page
- C GeneralDialog
- C GeneralMainWindow
- C GeneralTab
- C GpgFrontendApplication
- C HelpPage
- C InfoBoardWidget Class for handling the verify label shown at bottom of a textedit-page
- C InfoTab Class containing the main tab of about dialog
- C IntroPage
- C KeyDetailsDialog
- C KeyGenDialog
- C KeyGenPage
- C KeyImportDetailDialog
- C KeyList
- C KeyListColumn
- C KeyListRow
- C KeyMenuAbility
- C KeyMgmt
- C KeyNewUIDDialog
- C KeyPairDetailTab
- C KeyPairOperaTab
- C KeyPairSubkeyTab
- C KeyPairUIDTab
- C KeyServerImportDialog
- C KeyServerImportTask
- C KeyServerSearchTask
- C KeyserverTab
- C KeySetExpireDateDialog
- C KeyTable
- C KeyUIDSignDialog
- C KeyUploadDialog
- C ListedKeyServerTestTask
- ► C MainWindow
- C CryptoMenu
- C NetworkTab
- C PlainTextEditorPage Class for handling a single tab of the tabwidget
- C ProxyConnectionTestThread
- C QuitDialog
- C SettingsDialog
- C SettingsObject The SettingsObject class This class is used to store settings for the application securely
- C SignalStation
- C SignersPicker
- C SoftwareVersion
- C SubkeyGenerateDialog
- C TextEdit TextEdit class
- C TOFUInfoPage
- C TranslatorsTab Class containing the translator tab of about dialog
- C UpdateTab Class containing the main tab of about dialog
- C VerifyDetailsDialog
- C VerifyKeyDetailBox
- C VersionCheckTask
- C WaitingDialog
- C Wizard
+ C GeneralTab
+ C GpgFrontendApplication
+ C HelpPage
+ C InfoBoardWidget Class for handling the verify label shown at bottom of a textedit-page
+ C InfoTab Class containing the main tab of about dialog
+ C IntroPage
+ C KeyDetailsDialog
+ C KeyGenDialog
+ C KeyGenPage
+ C KeyImportDetailDialog
+ C KeyList
+ C KeyListColumn
+ C KeyListRow
+ C KeyMenuAbility
+ C KeyMgmt
+ C KeyNewUIDDialog
+ C KeyPairDetailTab
+ C KeyPairOperaTab
+ C KeyPairSubkeyTab
+ C KeyPairUIDTab
+ C KeyServerImportDialog
+ C KeyserverTab
+ C KeySetExpireDateDialog
+ C KeyTable
+ C KeyUIDSignDialog
+ C KeyUploadDialog
+ C ListedKeyServerTestTask
+ ► C MainWindow
+ C CryptoMenu
+ C NetworkTab
+ C PlainTextEditorPage Class for handling a single tab of the tabwidget
+ C ProxyConnectionTestThread
+ C QuitDialog
+ C SettingsDialog
+ C SettingsObject The SettingsObject class This class is used to store settings for the application securely
+ C SignalStation
+ C SignersPicker
+ C SoftwareVersion
+ C SubkeyGenerateDialog
+ C TextEdit TextEdit class
+ C TOFUInfoPage
+ C TranslatorsTab Class containing the translator tab of about dialog
+ C UpdateTab Class containing the main tab of about dialog
+ C VerifyDetailsDialog
+ C VerifyKeyDetailBox
+ C VersionCheckTask
+ C WaitingDialog
+ C Wizard
C _result_ref_deletor Result Deleter
C ArchiveFileOperator
C ArchiveStruct
diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation.html b/docs/html/classGpgFrontend_1_1GlobalSettingStation.html
index 7ceee5b2..cf5828fb 100644
--- a/docs/html/classGpgFrontend_1_1GlobalSettingStation.html
+++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation.html
@@ -544,7 +544,7 @@ Additional Inherited Members
Returns libconfig::Setting&
-
Referenced by GpgFrontend::UI::KeyList::dropEvent() , GpgFrontend::UI::MainWindow::Init() , GpgFrontend::UI::init_locale() , GpgFrontend::UI::KeyGenDialog::KeyGenDialog() , GpgFrontend::UI::KeyMgmt::KeyMgmt() , GpgFrontend::UI::MainWindow::restore_settings() , GpgFrontend::UI::MainWindow::save_settings() , GpgFrontend::UI::NetworkTab::SetSettings() , GpgFrontend::UI::GeneralTab::SetSettings() , GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server() , GpgFrontend::UI::MainWindow::SlotFileEncrypt() , GpgFrontend::UI::MainWindow::SlotFileEncryptSign() , GpgFrontend::UI::MainWindow::SlotFileSign() , GpgFrontend::UI::MainWindow::SlotFileVerify() , GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer() , GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog() , and GpgFrontend::UI::Wizard::Wizard() .
+
Referenced by GpgFrontend::UI::KeyList::dropEvent() , GpgFrontend::UI::MainWindow::Init() , GpgFrontend::UI::init_locale() , GpgFrontend::UI::KeyGenDialog::KeyGenDialog() , GpgFrontend::UI::KeyMgmt::KeyMgmt() , GpgFrontend::UI::MainWindow::restore_settings() , GpgFrontend::UI::MainWindow::save_settings() , GpgFrontend::UI::NetworkTab::SetSettings() , GpgFrontend::UI::GeneralTab::SetSettings() , GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server() , GpgFrontend::UI::MainWindow::SlotFileEncrypt() , GpgFrontend::UI::MainWindow::SlotFileEncryptSign() , GpgFrontend::UI::MainWindow::SlotFileSign() , GpgFrontend::UI::MainWindow::SlotFileVerify() , GpgFrontend::UI::KeyServerImportDialog::SlotImport() , GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer() , GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog() , and GpgFrontend::UI::Wizard::Wizard() .
@@ -747,8 +747,8 @@ Additional Inherited Members
-
Initial value: = QCoreApplication::applicationDirPath()
-
.toStdString()
+
Initial value: =
+
QCoreApplication::applicationDirPath().toStdString()
Program Location.
diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task.html b/docs/html/classGpgFrontend_1_1Thread_1_1Task.html
index 22b06136..fe557d7a 100644
--- a/docs/html/classGpgFrontend_1_1Thread_1_1Task.html
+++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task.html
@@ -102,15 +102,13 @@ Inheritance diagram for GpgFrontend::Thread::Task:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html
index 3866217f..9966f721 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html
@@ -101,8 +101,7 @@ Inheritance diagram for GpgFrontend::UI::AboutDialog:
@@ -111,13 +110,10 @@ Collaboration diagram for GpgFrontend::UI::AboutDialog:
@@ -126,9 +122,6 @@ Public Member Functions
AboutDialog (int defaultIndex, QWidget *parent)
Construct a new About Dialog object. More...
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
@@ -225,8 +218,8 @@ Private Attributes
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map
index d05b7ed5..ff1996c3 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map
@@ -1,9 +1,6 @@
-
-
-
-
-
-
-
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5
index 15ebb2fa..979f0899 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5
@@ -1 +1 @@
-f758ba75cc0553e2609f32e5e42f61e0
\ No newline at end of file
+a489dd8c66b3d32f27159951c7b15b84
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png
index db431c32..68dc6443 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map
index 9459e7eb..03c4eabe 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5
index 4aa50b2b..361b8993 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5
@@ -1 +1 @@
-4a6961633efd792be9d3b1379cca4870
\ No newline at end of file
+4be91c634a9cc2fdaec5f06b0160f5d6
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png
index e8be76d3..1defc480 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AdvancedTab.html b/docs/html/classGpgFrontend_1_1UI_1_1AdvancedTab.html
index b9ac003f..caa3f5cd 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1AdvancedTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1AdvancedTab.html
@@ -138,8 +138,8 @@ QCheckBox * auto_pubkey_ex
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html
index b04d323d..1b07d395 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html
@@ -254,8 +254,8 @@ QCheckBox * window_size_ch
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html
index f3c96112..e70582bd 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html
@@ -90,16 +90,9 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1ExportKeyPac
This is the complete list of members for GpgFrontend::UI::ExportKeyPackageDialog , including all inherited members.
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html
index 0e694aca..75f919bb 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html
@@ -95,8 +95,7 @@ Inheritance diagram for GpgFrontend::UI::ExportKeyPackageDialog:
@@ -105,17 +104,16 @@ Collaboration diagram for GpgFrontend::UI::ExportKeyPackageDialog:
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -124,9 +122,6 @@ Public Member Functions
ExportKeyPackageDialog (KeyIdArgsListPtr key_ids, QWidget *parent)
Construct a new Export Key Package Dialog object. More...
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
@@ -196,8 +191,8 @@ std::string passphrase_
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map
index aa37e732..d4c1191d 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map
@@ -1,13 +1,12 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5
index d2cdf7be..b90c97b9 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5
@@ -1 +1 @@
-384fc21213443455a5defc2f28dfcb36
\ No newline at end of file
+afbfe80828f2211ec825c5a15e634f75
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png
index a96c3859..705fadb8 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map
index 10770217..b152e2ed 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5
index 6870f84f..5579e078 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5
@@ -1 +1 @@
-69ac3e392b04999ff042e3041436b7b2
\ No newline at end of file
+f70c57ed08d1a2aaebb8860c9bfecfad
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png
index ef3d16ab..3032e5fc 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog-members.html
deleted file mode 100644
index 10da0e8c..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog-members.html
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
-
-
-
-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::GeneralDialog , including all inherited members.
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html
deleted file mode 100644
index 8625c359..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html
+++ /dev/null
@@ -1,214 +0,0 @@
-
-
-
-
-
-
-
-GpgFrontend Project: GpgFrontend::UI::GeneralDialog Class Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GpgFrontend Project
-
- A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
-
-
-
-void slot_restore_settings () noexcept
-
-
-void slot_save_settings () noexcept
-
-
-
-
-std::string name_
-
-
-QPoint pos_
-
-
-QSize size_
-
-
-
-
-
◆ GeneralDialog()
-
-
-
-
-
-
-
-
- GpgFrontend::UI::GeneralDialog::GeneralDialog
- (
- std::string
- name ,
-
-
-
-
- QWidget *
- parent = nullptr
-
-
-
- )
-
-
-
-
-
-explicit
-
-
-
-
-
The documentation for this class was generated from the following files:
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.js b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.js
deleted file mode 100644
index e94c3ed3..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var classGpgFrontend_1_1UI_1_1GeneralDialog =
-[
- [ "GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c", null ],
- [ "~GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#a42043895f4b33acd1531c428ae4deaa8", null ],
- [ "slot_restore_settings", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#a34d01f247eee92017a2eccf697cda080", null ],
- [ "slot_save_settings", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#a940a6ea31dff4db83f9f08d38e843a2b", null ],
- [ "name_", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#ae91392293866dc302132a9fc19209d8c", null ],
- [ "pos_", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#ad9b847aa128dfeb4ecf0064ef948e6ea", null ],
- [ "size_", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#aeda520454fd38920a027c1a4195a2e6f", null ]
-];
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.map
deleted file mode 100644
index 4a0c02a5..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.map
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5
deleted file mode 100644
index f1794323..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-b7bc00e4fff8f3187f7f0f57d7d567c9
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.png
deleted file mode 100644
index 18e25ca1..00000000
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.png and /dev/null differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map
deleted file mode 100644
index 283a0684..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5
deleted file mode 100644
index abc14caa..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-bd033f2c12feed0d24cf851cc81e7876
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png
deleted file mode 100644
index 61137425..00000000
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png and /dev/null differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow-members.html
deleted file mode 100644
index 433ce67a..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow-members.html
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
-
-
-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::GeneralMainWindow , including all inherited members.
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.html
deleted file mode 100644
index a3523e2e..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.html
+++ /dev/null
@@ -1,258 +0,0 @@
-
-
-
-
-
-
-
-GpgFrontend Project: GpgFrontend::UI::GeneralMainWindow Class Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GpgFrontend Project
-
- A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-QSize icon_size_ {}
-
-
-int font_size_ {}
-
-
-
-
-void slot_restore_settings () noexcept
-
-
-void slot_save_settings () noexcept
-
-
-
-
-std::string name_
-
-
-QPoint pos_
-
-
-QSize size_
-
-
-
-
-
◆ GeneralMainWindow()
-
-
-
-
-
-
-
-
- GpgFrontend::UI::GeneralMainWindow::GeneralMainWindow
- (
- std::string
- name ,
-
-
-
-
- QWidget *
- parent = nullptr
-
-
-
- )
-
-
-
-
-
-explicit
-
-
-
-
Parameters
-
- name Copyright (C) 2021 Saturneric
-
-
-
-
This file is part of GpgFrontend .
-
GpgFrontend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
GpgFrontend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
You should have received a copy of the GNU General Public License along with GpgFrontend . If not, see https://www.gnu.org/licenses/ .
-
The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.
-
All the source code of GpgFrontend was modified and released by Saturnericeric@.nosp@m. bktu.nosp@m. s.com starting on May 12, 2021.
-
SPDX-License-Identifier: GPL-3.0-or-later
-
-
-
-
-
-
◆ closeEvent()
-
-
-
-
-
-
-
-
- void GpgFrontend::UI::GeneralMainWindow::closeEvent
- (
- QCloseEvent *
- event )
-
-
-
-
-
-protected
-
-
-
-
-
The documentation for this class was generated from the following files:
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.js b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.js
deleted file mode 100644
index cca86ced..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var classGpgFrontend_1_1UI_1_1GeneralMainWindow =
-[
- [ "GeneralMainWindow", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013", null ],
- [ "~GeneralMainWindow", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a60f3fab73cb82114b17b10d6ac2f3b1a", null ],
- [ "closeEvent", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#af5c86754836a678c7058e6f633968863", null ],
- [ "slot_restore_settings", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a42d1bc5a70f0e81cb49c88eb23544255", null ],
- [ "slot_save_settings", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a8ddf641e1266d00cb876ddf786e5ccb8", null ],
- [ "font_size_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ab0dd85f0fcbbab2f15eee995458d2dfb", null ],
- [ "icon_size_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#abb5b9f6dd7aed18f42cea885af85c741", null ],
- [ "name_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ac581df0af500c9e8a73b8f988739600b", null ],
- [ "pos_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ad799871eab498f2e535f52f0082f8b8b", null ],
- [ "size_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a5c0bb4c6847846d57ca7524d5f5e4d53", null ]
-];
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.map
deleted file mode 100644
index a6985b71..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.map
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5
deleted file mode 100644
index 88ac32a5..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-bffb4f11cc972dd9af0630d4b32a13de
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.png
deleted file mode 100644
index 22d7ec88..00000000
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.png and /dev/null differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.map
deleted file mode 100644
index 4046ee1a..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.map
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5
deleted file mode 100644
index 86a0f2a4..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-d8ae232441f7dd1c4b07c5b82796af7d
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png
deleted file mode 100644
index c1c7d1f6..00000000
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png and /dev/null differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html
index 806cf647..54235e6f 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html
@@ -254,8 +254,8 @@ std::vector< std::string > SettingsGeneral.h
-src/ui/dialog/settings/SettingsGeneral.cpp
+src/ui/settings/SettingsGeneral.h
+src/ui/settings/SettingsGeneral.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication-members.html
index a9da9a8e..4f23f227 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication-members.html
@@ -90,7 +90,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1GpgFrontendA
This is the complete list of members for GpgFrontend::UI::GpgFrontendApplication , including all inherited members.
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html
index b6c128f2..858f8825 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html
@@ -112,9 +112,9 @@ Collaboration diagram for GpgFrontend::UI::GpgFrontendApplication:
-
-◆ GpgFrontendApplication()
+
+◆ GpgFrontendApplication()
@@ -149,8 +149,8 @@ Protected Member Functions
- char *
- argv []
+ char **
+ argv
@@ -249,7 +249,7 @@ Protected Member Functions
Get the GpgFrontend Application object.
Returns GpgFrontendApplication*
-References GpgFrontendApplication() .
+References GpgFrontendApplication() .
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.js b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.js
index 29fcb909..c5ddb15f 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.js
+++ b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.js
@@ -1,6 +1,6 @@
var classGpgFrontend_1_1UI_1_1GpgFrontendApplication =
[
- [ "GpgFrontendApplication", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298", null ],
+ [ "GpgFrontendApplication", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ae0c8f5dda829371d9f1e2d4d6913be21", null ],
[ "~GpgFrontendApplication", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590", null ],
[ "GetInstance", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e", null ],
[ "notify", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0", null ]
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1InfoTab.html b/docs/html/classGpgFrontend_1_1UI_1_1InfoTab.html
index d0d17f32..10adc4cd 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1InfoTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1InfoTab.html
@@ -159,8 +159,8 @@ Public Member Functions
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html
index c641c5da..2dfdc9c7 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html
@@ -89,15 +89,8 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyDetailsDi
This is the complete list of members for GpgFrontend::UI::KeyDetailsDialog , including all inherited members.
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html
index 8c76db10..e1b05a8c 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html
@@ -95,8 +95,7 @@ Inheritance diagram for GpgFrontend::UI::KeyDetailsDialog:
@@ -105,11 +104,8 @@ Collaboration diagram for GpgFrontend::UI::KeyDetailsDialog:
@@ -118,9 +114,6 @@ Public Member Functions
KeyDetailsDialog (const GpgKey &key, QWidget *parent=nullptr)
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
@@ -129,8 +122,8 @@ QTabWidget * tab_widget_
The documentation for this class was generated from the following files:
-src/ui/dialog/keypair_details/KeyDetailsDialog.h
-src/ui/dialog/keypair_details/KeyDetailsDialog.cpp
+src/ui/keypair_details/KeyDetailsDialog.h
+src/ui/keypair_details/KeyDetailsDialog.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map
index 90f9ff69..f09b48b9 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map
@@ -1,7 +1,4 @@
-
-
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5
index e7b7ddc5..8283bf80 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5
@@ -1 +1 @@
-24fe40dbf7c9103a971cb7faa835a52b
\ No newline at end of file
+751377a37adcf20c4ad82b808304a36f
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png
index 3aadef31..6e603c10 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map
index 23474f95..f09b48b9 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5
index 2eda37c4..8283bf80 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5
@@ -1 +1 @@
-621551b7368422f47512f365eaf4bc3a
\ No newline at end of file
+751377a37adcf20c4ad82b808304a36f
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png
index 6c70b99b..6e603c10 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html
index dfbd8732..2e71bf8d 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html
@@ -100,33 +100,26 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyGenDialog
error_messages_ GpgFrontend::UI::KeyGenDialog private
expire_check_box_ GpgFrontend::UI::KeyGenDialog private
gen_key_info_ (defined in GpgFrontend::UI::KeyGenDialog )GpgFrontend::UI::KeyGenDialog private
- GeneralDialog (std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialog explicit
- generate_key_dialog () (defined in GpgFrontend::UI::KeyGenDialog )GpgFrontend::UI::KeyGenDialog private
- key_size_spin_box_ GpgFrontend::UI::KeyGenDialog private
- key_type_combo_box_ GpgFrontend::UI::KeyGenDialog private
- key_usage_check_boxes_ GpgFrontend::UI::KeyGenDialog private
- key_usage_group_box_ GpgFrontend::UI::KeyGenDialog private
- KeyGenDialog (QWidget *parent=nullptr)GpgFrontend::UI::KeyGenDialog explicit
- max_date_time_ (defined in GpgFrontend::UI::KeyGenDialog )GpgFrontend::UI::KeyGenDialog private
- name_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
+ generate_key_dialog () (defined in GpgFrontend::UI::KeyGenDialog )GpgFrontend::UI::KeyGenDialog private
+ key_size_spin_box_ GpgFrontend::UI::KeyGenDialog private
+ key_type_combo_box_ GpgFrontend::UI::KeyGenDialog private
+ key_usage_check_boxes_ GpgFrontend::UI::KeyGenDialog private
+ key_usage_group_box_ GpgFrontend::UI::KeyGenDialog private
+ KeyGenDialog (QWidget *parent=nullptr)GpgFrontend::UI::KeyGenDialog explicit
+ max_date_time_ (defined in GpgFrontend::UI::KeyGenDialog )GpgFrontend::UI::KeyGenDialog private
name_edit_ GpgFrontend::UI::KeyGenDialog private
no_pass_phrase_check_box_ (defined in GpgFrontend::UI::KeyGenDialog )GpgFrontend::UI::KeyGenDialog private
- pos_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
- re_email_ (defined in GpgFrontend::UI::KeyGenDialog )GpgFrontend::UI::KeyGenDialog private
- refresh_widgets_state ()GpgFrontend::UI::KeyGenDialog private
- set_signal_slot ()GpgFrontend::UI::KeyGenDialog private
- SignalKeyGenerated () (defined in GpgFrontend::UI::KeyGenDialog )GpgFrontend::UI::KeyGenDialog signal
- size_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
+ re_email_ (defined in GpgFrontend::UI::KeyGenDialog )GpgFrontend::UI::KeyGenDialog private
+ refresh_widgets_state ()GpgFrontend::UI::KeyGenDialog private
+ set_signal_slot ()GpgFrontend::UI::KeyGenDialog private
+ SignalKeyGenerated () (defined in GpgFrontend::UI::KeyGenDialog )GpgFrontend::UI::KeyGenDialog signal
slot_activated_key_type (int index)GpgFrontend::UI::KeyGenDialog private slot
slot_authentication_box_changed (int state)GpgFrontend::UI::KeyGenDialog private slot
slot_certification_box_changed (int state)GpgFrontend::UI::KeyGenDialog private slot
slot_encryption_box_changed (int state)GpgFrontend::UI::KeyGenDialog private slot
slot_expire_box_changed ()GpgFrontend::UI::KeyGenDialog private slot
slot_key_gen_accept ()GpgFrontend::UI::KeyGenDialog private slot
- slot_restore_settings () noexcept (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private slot
- slot_save_settings () noexcept (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private slot
slot_signing_box_changed (int state)GpgFrontend::UI::KeyGenDialog private slot
- ~GeneralDialog () override (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html
index 3c3b9157..4e5c91ff 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html
@@ -98,8 +98,7 @@ Inheritance diagram for GpgFrontend::UI::KeyGenDialog:
@@ -108,17 +107,16 @@ Collaboration diagram for GpgFrontend::UI::KeyGenDialog:
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -132,9 +130,6 @@ void SignalKeyGenerated
KeyGenDialog (QWidget *parent=nullptr)
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
@@ -756,8 +751,8 @@ false
The documentation for this class was generated from the following files:
-src/ui/dialog/key_generate/KeygenDialog.h
-src/ui/dialog/key_generate/KeygenDialog.cpp
+src/ui/key_generate/KeygenDialog.h
+src/ui/key_generate/KeygenDialog.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map
index 014aa046..eaa46374 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map
@@ -1,13 +1,12 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5
index 9fcd66cf..211e365d 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5
@@ -1 +1 @@
-93576bb75a0cdaeae2cde8f75215aeec
\ No newline at end of file
+c6641fb1c4b35626eeecf469cb4a99fc
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png
index 658e4a6d..a1af3820 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map
index 83dd8d5b..b855f987 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5
index 80973ce5..49591767 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5
@@ -1 +1 @@
-cf05dd4f19e38bb40e0208b53d71daeb
\ No newline at end of file
+44dc820fa87b83bb4c58bb3a139cd09d
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png
index 7297f97a..c6f49a73 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html
index 7d13ee00..b3fed29e 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html
@@ -94,18 +94,11 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyImportDet
create_general_info_box ()GpgFrontend::UI::KeyImportDetailDialog private
create_keys_table ()GpgFrontend::UI::KeyImportDetailDialog private
general_info_box_ (defined in GpgFrontend::UI::KeyImportDetailDialog )GpgFrontend::UI::KeyImportDetailDialog private
- GeneralDialog (std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialog explicit
- get_status_string (int keyStatus)GpgFrontend::UI::KeyImportDetailDialog private static
- key_info_box_ (defined in GpgFrontend::UI::KeyImportDetailDialog )GpgFrontend::UI::KeyImportDetailDialog private
- KeyImportDetailDialog (GpgImportInformation result, bool automatic, QWidget *parent=nullptr)GpgFrontend::UI::KeyImportDetailDialog
- keys_table_ (defined in GpgFrontend::UI::KeyImportDetailDialog )GpgFrontend::UI::KeyImportDetailDialog private
- m_result_ (defined in GpgFrontend::UI::KeyImportDetailDialog )GpgFrontend::UI::KeyImportDetailDialog private
- name_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
- pos_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
- size_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
- slot_restore_settings () noexcept (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private slot
- slot_save_settings () noexcept (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private slot
- ~GeneralDialog () override (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog
+ get_status_string (int keyStatus)GpgFrontend::UI::KeyImportDetailDialog private static
+ key_info_box_ (defined in GpgFrontend::UI::KeyImportDetailDialog )GpgFrontend::UI::KeyImportDetailDialog private
+ KeyImportDetailDialog (GpgImportInformation result, bool automatic, QWidget *parent=nullptr)GpgFrontend::UI::KeyImportDetailDialog
+ keys_table_ (defined in GpgFrontend::UI::KeyImportDetailDialog )GpgFrontend::UI::KeyImportDetailDialog private
+ m_result_ (defined in GpgFrontend::UI::KeyImportDetailDialog )GpgFrontend::UI::KeyImportDetailDialog private
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html
index 597c3705..0e07614b 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html
@@ -97,8 +97,7 @@ Inheritance diagram for GpgFrontend::UI::KeyImportDetailDialog:
@@ -107,16 +106,15 @@ Collaboration diagram for GpgFrontend::UI::KeyImportDetailDialog:
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -340,8 +335,8 @@ QDialogButtonBox * button_
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map
index 9b0a599a..dbe3dc94 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map
@@ -1,12 +1,11 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5
index 6658baa7..341e0f52 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5
@@ -1 +1 @@
-5dafa713a5600c1e6f60f42b8dcddff5
\ No newline at end of file
+c79afa7b1525c6a98157b52aeec01dbd
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png
index 17408e4f..6d03ddde 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map
index 05dcb415..92c4604c 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5
index 4471457e..4b021216 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5
@@ -1 +1 @@
-6ce867a55dc79477385e71535e0646d8
\ No newline at end of file
+91b046cca60500303cf9099c69674f20
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png
index 4f307d76..b37f2d74 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt-members.html
index 5b1e7107..c03371f6 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt-members.html
@@ -90,7 +90,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyMgmt.html
This is the complete list of members for GpgFrontend::UI::KeyMgmt , including all inherited members.
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html
index 7cf1541a..b26a06df 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html
@@ -86,6 +86,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyMgmt.html
Public Slots |
Signals |
Public Member Functions |
+Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
@@ -98,8 +99,7 @@ Inheritance diagram for GpgFrontend::UI::KeyMgmt:
@@ -108,30 +108,26 @@ Collaboration diagram for GpgFrontend::UI::KeyMgmt:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -161,6 +157,9 @@ void SlotGenerateKeyDialog
void SlotShowKeyDetails ()
+
+void SlotSaveWindowState ()
+
void SlotImportKeyPackage ()
@@ -179,9 +178,11 @@ Public Member Functions
KeyMgmt (QWidget *parent=nullptr)
Construct a new Key Mgmt object. More...
- Public Member Functions inherited from GpgFrontend::UI::GeneralMainWindow
- GeneralMainWindow (std::string name, QWidget *parent=nullptr)
-
+
+
+void closeEvent (QCloseEvent *event) override
+
@@ -314,6 +302,38 @@ int font_size_ {}
+
+◆ closeEvent()
+
+
+
+
+
+
+
+
+ void GpgFrontend::UI::KeyMgmt::closeEvent
+ (
+ QCloseEvent *
+ event )
+
+
+
+
+
+override protected
+
+
+
+
◆ create_actions()
@@ -439,8 +459,8 @@ int font_size_ {}
The documentation for this class was generated from the following files:
-src/ui/main_window/KeyMgmt.h
-src/ui/main_window/KeyMgmt.cpp
+src/ui/KeyMgmt.h
+src/ui/KeyMgmt.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.js b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.js
index c546407b..aa1f5051 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.js
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.js
@@ -1,6 +1,7 @@
var classGpgFrontend_1_1UI_1_1KeyMgmt =
[
[ "KeyMgmt", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64", null ],
+ [ "closeEvent", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a78b53193b055e10550938f403b641b31", null ],
[ "create_actions", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8", null ],
[ "create_menus", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46", null ],
[ "create_tool_bars", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5", null ],
@@ -15,6 +16,7 @@ var classGpgFrontend_1_1UI_1_1KeyMgmt =
[ "SlotGenerateKeyDialog", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7", null ],
[ "SlotGenerateSubKey", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a", null ],
[ "SlotImportKeyPackage", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8", null ],
+ [ "SlotSaveWindowState", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a36a6d0f038e826f8d440d9f82826644f", null ],
[ "SlotShowKeyDetails", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf", null ],
[ "close_act_", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743", null ],
[ "delete_checked_keys_act_", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be", null ],
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map
index 6360c637..61fb64af 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map
@@ -1,26 +1,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5
index 8b92a821..8a1eab84 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5
@@ -1 +1 @@
-04784a0361e12623132c3c2a0bd53eb6
\ No newline at end of file
+058b0ad47c6920b52fa663b8de978a64
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png
index a7c283cb..16351991 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.map
index fe272ddd..75b02a06 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5
index 3be4e880..efa1c48e 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5
@@ -1 +1 @@
-dc8cdfaa9adffe9e186d16c8d0ca1cb7
\ No newline at end of file
+08b6be3df27781b97a9bb8fcba80e427
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.png
index 679efa3f..ff222903 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html
index 75d398bb..9cf6ecdc 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html
@@ -95,18 +95,12 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyNewUIDDia
email_ (defined in GpgFrontend::UI::KeyNewUIDDialog )GpgFrontend::UI::KeyNewUIDDialog private
error_label_ (defined in GpgFrontend::UI::KeyNewUIDDialog )GpgFrontend::UI::KeyNewUIDDialog private
error_messages_ (defined in GpgFrontend::UI::KeyNewUIDDialog )GpgFrontend::UI::KeyNewUIDDialog private
- GeneralDialog (std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialog explicit
- KeyNewUIDDialog (const KeyId &key, QWidget *parent=nullptr)GpgFrontend::UI::KeyNewUIDDialog
- m_key_ (defined in GpgFrontend::UI::KeyNewUIDDialog )GpgFrontend::UI::KeyNewUIDDialog private
- name_ (defined in GpgFrontend::UI::KeyNewUIDDialog )GpgFrontend::UI::KeyNewUIDDialog private
- pos_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
+ KeyNewUIDDialog (const KeyId &key, QWidget *parent=nullptr)GpgFrontend::UI::KeyNewUIDDialog
+ m_key_ (defined in GpgFrontend::UI::KeyNewUIDDialog )GpgFrontend::UI::KeyNewUIDDialog private
+ name_ (defined in GpgFrontend::UI::KeyNewUIDDialog )GpgFrontend::UI::KeyNewUIDDialog private
re_email_ (defined in GpgFrontend::UI::KeyNewUIDDialog )GpgFrontend::UI::KeyNewUIDDialog private
SignalUIDCreated () (defined in GpgFrontend::UI::KeyNewUIDDialog )GpgFrontend::UI::KeyNewUIDDialog signal
- size_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
- slot_create_new_uid ()GpgFrontend::UI::KeyNewUIDDialog private slot
- slot_restore_settings () noexcept (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private slot
- slot_save_settings () noexcept (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private slot
- ~GeneralDialog () override (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog
+ slot_create_new_uid ()GpgFrontend::UI::KeyNewUIDDialog private slot
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html
index 3a462730..090efd66 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html
@@ -98,8 +98,7 @@ Inheritance diagram for GpgFrontend::UI::KeyNewUIDDialog:
@@ -108,15 +107,12 @@ Collaboration diagram for GpgFrontend::UI::KeyNewUIDDialog:
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -131,9 +127,6 @@ Public Member Functions
KeyNewUIDDialog (const KeyId &key, QWidget *parent=nullptr)
Construct a new Key New U I D Dialog object. More...
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
@@ -306,8 +299,8 @@ false
The documentation for this class was generated from the following files:
-src/ui/dialog/keypair_details/KeyNewUIDDialog.h
-src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp
+src/ui/keypair_details/KeyNewUIDDialog.h
+src/ui/keypair_details/KeyNewUIDDialog.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map
index 63639d4d..71c85b0a 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map
@@ -1,11 +1,8 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5
index f86d08f4..66c3d868 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5
@@ -1 +1 @@
-c49a04cb7d41ed3cfe6c60a4aa04dd80
\ No newline at end of file
+dfc35766d23524f80e93171fc6e3715b
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png
index 04fe8faf..9827fc42 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map
index 88876f50..3d7afa43 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5
index d86be291..ff115c17 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5
@@ -1 +1 @@
-888f71a7d244dd0c87f4dde5f343c3c1
\ No newline at end of file
+a7e03242f54cfa609dbcfc7c85a8bd3a
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png
index 68f8ad46..4041810a 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html
index 97c41943..0a5d079d 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html
@@ -311,8 +311,8 @@ QLabel * exp_label_
The documentation for this class was generated from the following files:
-src/ui/dialog/keypair_details/KeyPairDetailTab.h
-src/ui/dialog/keypair_details/KeyPairDetailTab.cpp
+src/ui/keypair_details/KeyPairDetailTab.h
+src/ui/keypair_details/KeyPairDetailTab.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html
index 57b625f9..5476164d 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html
@@ -259,8 +259,8 @@ QMenu * secret_key_export_
The documentation for this class was generated from the following files:
-src/ui/dialog/keypair_details/KeyPairOperaTab.h
-src/ui/dialog/keypair_details/KeyPairOperaTab.cpp
+src/ui/keypair_details/KeyPairOperaTab.h
+src/ui/keypair_details/KeyPairOperaTab.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html
index bfcc1184..a221038e 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html
@@ -378,8 +378,8 @@ QLabel * card_key_label_
The documentation for this class was generated from the following files:
-src/ui/dialog/keypair_details/KeyPairSubkeyTab.h
-src/ui/dialog/keypair_details/KeyPairSubkeyTab.cpp
+src/ui/keypair_details/KeyPairSubkeyTab.h
+src/ui/keypair_details/KeyPairSubkeyTab.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html
index fbb707a1..7bd312c0 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html
@@ -575,8 +575,8 @@ std::vector< Gp
The documentation for this class was generated from the following files:
-src/ui/dialog/keypair_details/KeyPairUIDTab.h
-src/ui/dialog/keypair_details/KeyPairUIDTab.cpp
+src/ui/keypair_details/KeyPairUIDTab.h
+src/ui/keypair_details/KeyPairUIDTab.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html
index fc7d93e5..aa75b259 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html
@@ -93,36 +93,31 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyServerImp
create_button (const QString &text, const char *member)GpgFrontend::UI::KeyServerImportDialog private
create_comboBox ()GpgFrontend::UI::KeyServerImportDialog private
create_keys_table ()GpgFrontend::UI::KeyServerImportDialog private
- GeneralDialog (std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialog explicit
- icon_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
- import_button_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
- import_keys (ByteArrayPtr in_data)GpgFrontend::UI::KeyServerImportDialog private
- key_server_combo_box_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
- key_server_label_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
- keys_table_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
- KeyServerImportDialog (bool automatic, QWidget *parent)GpgFrontend::UI::KeyServerImportDialog
- KeyServerImportDialog (QWidget *parent)GpgFrontend::UI::KeyServerImportDialog explicit
- m_automatic_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
- message_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
- name_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
- pos_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
+ icon_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
+ import_button_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
+ import_keys (ByteArrayPtr in_data)GpgFrontend::UI::KeyServerImportDialog private
+ key_server_combo_box_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
+ key_server_label_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
+ keys_table_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
+ KeyServerImportDialog (bool automatic, QWidget *parent)GpgFrontend::UI::KeyServerImportDialog
+ KeyServerImportDialog (QWidget *parent)GpgFrontend::UI::KeyServerImportDialog explicit
+ m_automatic_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
+ message_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
+ network_access_manager_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
search_button_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
search_label_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
search_line_edit_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
set_loading (bool status)GpgFrontend::UI::KeyServerImportDialog private
set_message (const QString &text, bool error)GpgFrontend::UI::KeyServerImportDialog private
SignalKeyImported () (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog signal
- size_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
- slot_import ()GpgFrontend::UI::KeyServerImportDialog private slot
- slot_import_finished (QNetworkReply::NetworkError error, QByteArray buffer)GpgFrontend::UI::KeyServerImportDialog private slot
- slot_restore_settings () noexcept (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private slot
- slot_save_settings () noexcept (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private slot
+ slot_import () (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private slot
+ slot_import_finished (const QString &keyid)GpgFrontend::UI::KeyServerImportDialog private slot
+ slot_save_window_state () (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private slot
slot_search () (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private slot
- slot_search_finished (QNetworkReply::NetworkError reply, QByteArray buffer) (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private slot
+ slot_search_finished () (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private slot
SlotImport (const KeyIdArgsListPtr &keys)GpgFrontend::UI::KeyServerImportDialog slot
- SlotImport (std::vector< std::string > key_ids_list, std::string keyserver_url)GpgFrontend::UI::KeyServerImportDialog slot
+ SlotImport (const QStringList &keyIds, const QUrl &keyserverUrl)GpgFrontend::UI::KeyServerImportDialog slot
waiting_bar_ (defined in GpgFrontend::UI::KeyServerImportDialog )GpgFrontend::UI::KeyServerImportDialog private
- ~GeneralDialog () override (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html
index d4203661..fc6dc166 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html
@@ -99,9 +99,8 @@ Inheritance diagram for GpgFrontend::UI::KeyServerImportDialog:
@@ -121,8 +117,8 @@ Collaboration diagram for GpgFrontend::UI::KeyServerImportDialog:
Public Slots
void SlotImport (const KeyIdArgsListPtr &keys)
-void SlotImport (std::vector< std::string > key_ids_list, std::string keyserver_url)
-
+void SlotImport (const QStringList &keyIds, const QUrl &keyserverUrl)
+
@@ -138,23 +134,23 @@ Public Member Functions
KeyServerImportDialog (QWidget *parent)
Construct a new Key Server Import Dialog object. More...
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
-void slot_import ()
- import key(s) for the key table selection More...
+
+void slot_import ()
-
-void slot_search_finished (QNetworkReply::NetworkError reply, QByteArray buffer)
-
-void slot_import_finished (QNetworkReply::NetworkError error, QByteArray buffer)
-
+
+void slot_search_finished ()
+
+void slot_import_finished (const QString &keyid)
+
void slot_search ()
+
+void slot_save_window_state ()
+
@@ -214,6 +210,9 @@ QPushButton * search_butto
QTableWidget * keys_table_ {}
+
+QNetworkAccessManager * network_access_manager_ {}
+
@@ -251,7 +250,7 @@ QTableWidget * keys_table_
- References create_comboBox() , create_keys_table() , GpgFrontend::UI::SignalStation::GetInstance() , and slot_import() .
+References GpgFrontend::UI::SettingsObject::Check() , create_comboBox() , create_keys_table() , and GpgFrontend::UI::SignalStation::GetInstance() .
@@ -395,8 +394,6 @@ QTableWidget * keys_table_
Create a keys table object.
-References slot_import() .
-
Referenced by KeyServerImportDialog() .
@@ -433,7 +430,7 @@ QTableWidget * keys_table_
References GpgFrontend::SingletonFunctionObject< GpgKeyImportExporter >::GetInstance() , and GpgFrontend::GpgKeyImportExporter::ImportKey() .
-Referenced by slot_import_finished() .
+Referenced by slot_import_finished() .
@@ -469,6 +466,8 @@ QTableWidget * keys_table_
+ Referenced by SlotImport() .
+
@@ -514,43 +513,12 @@ QTableWidget * keys_table_
- Referenced by slot_import_finished() .
+Referenced by slot_import_finished() .
-
-◆ slot_import
-
-
-
-
-
-
-
-
- void GpgFrontend::UI::KeyServerImportDialog::slot_import
- (
- )
-
-
-
-
-
-private slot
-
-
-
-
-
-◆ slot_import_finished
+
+◆ slot_import_finished
@@ -561,19 +529,9 @@ QTableWidget *
keys_table_
void GpgFrontend::UI::KeyServerImportDialog::slot_import_finished
(
- QNetworkReply::NetworkError
- error ,
-
-
-
+ const QString &
+ keyid )
- QByteArray
- buffer
-
-
-
- )
-
@@ -591,7 +549,7 @@ QTableWidget * keys_table_
References import_keys() , and set_message() .
-Referenced by SlotImport() .
+Referenced by SlotImport() .
@@ -625,14 +583,12 @@ QTableWidget * keys_table_
- References GpgFrontend::UI::SettingsObject::Check() .
-
-Referenced by slot_import() .
+References GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance() , and GpgFrontend::GlobalSettingStation::GetUISettings() .
-
-◆ SlotImport [2/2]
+
+◆ SlotImport [2/2]
@@ -643,14 +599,14 @@ QTableWidget *
keys_table_
void GpgFrontend::UI::KeyServerImportDialog::SlotImport
(
- std::vector< std::string >
- key_ids_list ,
+ const QStringList &
+ keyIds ,
- std::string
- keyserver_url
+ const QUrl &
+ keyserverUrl
@@ -672,13 +628,13 @@ QTableWidget * keys_table_
- References GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance() , GpgFrontend::UI::KeyServerImportTask::SignalKeyServerImportResult() , and slot_import_finished() .
+References set_loading() , and slot_import_finished() .
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.js b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.js
index fe7d463c..b89fc7a0 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.js
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.js
@@ -10,11 +10,12 @@ var classGpgFrontend_1_1UI_1_1KeyServerImportDialog =
[ "set_message", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a", null ],
[ "SignalKeyImported", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad7f4df9aa6ee20ff4a36049bbf3e7f6e", null ],
[ "slot_import", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06", null ],
- [ "slot_import_finished", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a", null ],
+ [ "slot_import_finished", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f", null ],
+ [ "slot_save_window_state", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad184316a91466181dbc9c109f8a03d01", null ],
[ "slot_search", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#adc7249b039e078c84f705c7111a148b0", null ],
- [ "slot_search_finished", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab0585bbabc450d2cb571a5bd374ebb0e", null ],
+ [ "slot_search_finished", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4e387503359dee5771e855218d5f1561", null ],
[ "SlotImport", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8", null ],
- [ "SlotImport", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802", null ],
+ [ "SlotImport", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1a7298fa8c6aa085794b21fe6d8ed1eb", null ],
[ "close_button_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abdf29b8b4337573cafd839fd4ce25104", null ],
[ "icon_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7f6e60d52be1bc06e2f9ddad4ca11d98", null ],
[ "import_button_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f", null ],
@@ -23,6 +24,7 @@ var classGpgFrontend_1_1UI_1_1KeyServerImportDialog =
[ "keys_table_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af48f4a6d2744bad2759e691f9c59f209", null ],
[ "m_automatic_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#aab814c68a1d532bef6e0e77b6614c622", null ],
[ "message_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a228c855a0676155572d691cb0df9c328", null ],
+ [ "network_access_manager_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#acb2e410d862b05f335fdaa108b6e15ee", null ],
[ "search_button_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3d2e0010ac4e4ed0b2a88d9487d2732c", null ],
[ "search_label_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a95460bd9977b72ef20d4566f5e231dab", null ],
[ "search_line_edit_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af615a531375a74aa4b46a7dd53d38422", null ],
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map
index fb75d6f1..8edc86a2 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map
@@ -1,7 +1,4 @@
-
-
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5
index 42ab8021..7dbf7bdf 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5
@@ -1 +1 @@
-18874bdefd431ce00c2773719664c6be
\ No newline at end of file
+7fdbf6b6b6a5f8e3d70f9dc5138fb2a8
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png
index 2590dfce..4c39fb8a 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map
index 523f23f4..8edc86a2 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5
index c5354600..7dbf7bdf 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5
@@ -1 +1 @@
-5568c0582f837fa7d37d937008ff2f56
\ No newline at end of file
+7fdbf6b6b6a5f8e3d70f9dc5138fb2a8
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png
index 659bca04..4c39fb8a 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask-members.html
deleted file mode 100644
index 3ec58ca3..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask-members.html
+++ /dev/null
@@ -1,135 +0,0 @@
-
-
-
-
-
-
-
-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::KeyServerImportTask , including all inherited members.
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.html
deleted file mode 100644
index 570fabda..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.html
+++ /dev/null
@@ -1,320 +0,0 @@
-
-
-
-
-
-
-
-GpgFrontend Project: GpgFrontend::UI::KeyServerImportTask Class Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GpgFrontend Project
-
- A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-void SignalKeyServerImportResult (QNetworkReply::NetworkError reply, QByteArray buffer)
-
-
-
-void SignalTaskFinished ()
-
-
-void SignalTaskPostFinishedDone ()
-
-
-
- KeyServerImportTask (std::string keyserver_url, std::vector< std::string > keyid)
- Construct a new Key Server Search Task object. More...
-
-
- Task ()
- Construct a new Task object. More...
-
- Task (TaskCallback callback, DataObjectPtr data_object=nullptr)
- Construct a new Task object. More...
-
- Task (TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)
- Construct a new Task object. More...
-
-virtual ~Task () override
- Destroy the Task object. More...
-
-virtual void Run ()
- Run - run the task. More...
-
-std::string GetUUID () const
-
-
-
-
-void dealing_reply_from_server ()
-
-
-
-
-std::string keyserver_url_
-
-
-std::vector< std::string > keyids_
-
-
-int result_count_ = 0
-
-
-QNetworkAccessManager * manager_
-
-
-QNetworkReply * reply_
-
-
-
-
-
-using DataObjectPtr = std::shared_ptr< DataObject >
-
-
-using TaskRunnable = std::function< int(DataObjectPtr)>
-
-
-using TaskCallback = std::function< void(int, DataObjectPtr)>
-
-
-
-
-
◆ KeyServerImportTask()
-
-
-
-
-
- GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask
- (
- std::string
- keyserver_url ,
-
-
-
-
- std::vector< std::string >
- keyids
-
-
-
- )
-
-
-
-
-
-
Construct a new Key Server Search Task object.
-
Parameters
-
- keyserver_url
- search_string Copyright (C) 2021 Saturneric
-
-
-
-
This file is part of GpgFrontend .
-
GpgFrontend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
GpgFrontend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
You should have received a copy of the GNU General Public License along with GpgFrontend . If not, see https://www.gnu.org/licenses/ .
-
The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.
-
The source code version of this software was modified and released by Saturnericeric@.nosp@m. bktu.nosp@m. s.com eric@.nosp@m. bktu.nosp@m. s.com starting on May 12, 2021.
-
-
-
-
-
-
◆ SignalKeyServerImportResult
-
-
-
-
-
-
-
-
- void GpgFrontend::UI::KeyServerImportTask::SignalKeyServerImportResult
- (
- QNetworkReply::NetworkError
- reply ,
-
-
-
-
- QByteArray
- buffer
-
-
-
- )
-
-
-
-
-
-signal
-
-
-
-
-
The documentation for this class was generated from the following files:
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.js b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.js
deleted file mode 100644
index 54017e4a..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var classGpgFrontend_1_1UI_1_1KeyServerImportTask =
-[
- [ "KeyServerImportTask", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857", null ],
- [ "dealing_reply_from_server", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac0c91559fa74b01a5b6d9cf925727339", null ],
- [ "run", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#aaf3e0f25869eab592e0be108b3727f8e", null ],
- [ "SignalKeyServerImportResult", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f", null ],
- [ "keyids_", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac066c7a57c5b0bc96a6982df2585862b", null ],
- [ "keyserver_url_", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ae3d6f2b89691f0fdcc692920aacd3fba", null ],
- [ "manager_", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#af24ff4c57d63e831324ca6075b86ae8b", null ],
- [ "reply_", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a5e1fb2810c4b07bd9d8c6fe11c72c526", null ],
- [ "result_count_", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a3adcb012ca6a6c08c65b94ab301eba27", null ]
-];
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.map
deleted file mode 100644
index c4810271..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.map
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5
deleted file mode 100644
index 3c6e79b7..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-01001b04a690e8f83bf021f2b9b33380
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.png
deleted file mode 100644
index 0b3e90e2..00000000
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.png and /dev/null differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.map
deleted file mode 100644
index a4655692..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.map
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5
deleted file mode 100644
index 0b1e9b70..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-f4aecf34a53ba7fbc95af24a9e46f805
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.png
deleted file mode 100644
index df8676dd..00000000
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.png and /dev/null differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask-members.html
deleted file mode 100644
index 77e502db..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask-members.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
-
-
-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::KeyServerSearchTask , including all inherited members.
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html
deleted file mode 100644
index d219667b..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html
+++ /dev/null
@@ -1,313 +0,0 @@
-
-
-
-
-
-
-
-GpgFrontend Project: GpgFrontend::UI::KeyServerSearchTask Class Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GpgFrontend Project
-
- A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-void SignalKeyServerSearchResult (QNetworkReply::NetworkError reply, QByteArray buffer)
-
-
-
-void SignalTaskFinished ()
-
-
-void SignalTaskPostFinishedDone ()
-
-
-
- KeyServerSearchTask (std::string keyserver_url, std::string search_string)
- Construct a new Key Server Search Task object. More...
-
-
- Task ()
- Construct a new Task object. More...
-
- Task (TaskCallback callback, DataObjectPtr data_object=nullptr)
- Construct a new Task object. More...
-
- Task (TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)
- Construct a new Task object. More...
-
-virtual ~Task () override
- Destroy the Task object. More...
-
-virtual void Run ()
- Run - run the task. More...
-
-std::string GetUUID () const
-
-
-
-
-void dealing_reply_from_server ()
-
-
-
-
-std::string keyserver_url_
-
-
-std::string search_string_
-
-
-QNetworkAccessManager * manager_
-
-
-QNetworkReply * reply_
-
-
-
-
-
-using DataObjectPtr = std::shared_ptr< DataObject >
-
-
-using TaskRunnable = std::function< int(DataObjectPtr)>
-
-
-using TaskCallback = std::function< void(int, DataObjectPtr)>
-
-
-
-
-
◆ KeyServerSearchTask()
-
-
-
-
-
- GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask
- (
- std::string
- keyserver_url ,
-
-
-
-
- std::string
- search_string
-
-
-
- )
-
-
-
-
-
-
Construct a new Key Server Search Task object.
-
Parameters
-
- keyserver_url
- search_string Copyright (C) 2021 Saturneric
-
-
-
-
This file is part of GpgFrontend .
-
GpgFrontend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
GpgFrontend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
You should have received a copy of the GNU General Public License along with GpgFrontend . If not, see https://www.gnu.org/licenses/ .
-
The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.
-
The source code version of this software was modified and released by Saturnericeric@.nosp@m. bktu.nosp@m. s.com eric@.nosp@m. bktu.nosp@m. s.com starting on May 12, 2021.
-
-
-
-
-
-
◆ SignalKeyServerSearchResult
-
-
-
-
-
-
-
-
- void GpgFrontend::UI::KeyServerSearchTask::SignalKeyServerSearchResult
- (
- QNetworkReply::NetworkError
- reply ,
-
-
-
-
- QByteArray
- buffer
-
-
-
- )
-
-
-
-
-
-signal
-
-
-
-
-
The documentation for this class was generated from the following files:
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.js b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.js
deleted file mode 100644
index 3c335c57..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var classGpgFrontend_1_1UI_1_1KeyServerSearchTask =
-[
- [ "KeyServerSearchTask", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa", null ],
- [ "dealing_reply_from_server", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a04075001fcf461425c3ae14c96de2ad6", null ],
- [ "run", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a99a5df78f8b78551dba4a14e144099cf", null ],
- [ "SignalKeyServerSearchResult", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4", null ],
- [ "keyserver_url_", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#af0f20b03e64115f475d05a6517ab5bcf", null ],
- [ "manager_", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a1d03d44bd99bbaf7908a7a8ea8080212", null ],
- [ "reply_", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a62bb1488fd6f95881bb70f8a228ef9c9", null ],
- [ "search_string_", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a05fdcb7bd52dced3c9e15e9ca313c2b4", null ]
-];
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.map
deleted file mode 100644
index e21389b4..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.map
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5
deleted file mode 100644
index c27c95af..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-7b8c7e31c06340f62689e8f6d95dc91a
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.png
deleted file mode 100644
index 85ca4232..00000000
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.png and /dev/null differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.map
deleted file mode 100644
index 72c19ac1..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.map
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5
deleted file mode 100644
index 27ac6e48..00000000
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-b3f718820a387dd050c922c43c5babcf
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.png
deleted file mode 100644
index b0d1cdc4..00000000
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.png and /dev/null differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html
index e4cebbb1..d3596ca2 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html
@@ -89,22 +89,15 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeySetExpire
This is the complete list of members for GpgFrontend::UI::KeySetExpireDateDialog , including all inherited members.
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html
index a1cbfce7..6a6f7b1d 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html
@@ -98,8 +98,7 @@ Inheritance diagram for GpgFrontend::UI::KeySetExpireDateDialog:
@@ -108,17 +107,16 @@ Collaboration diagram for GpgFrontend::UI::KeySetExpireDateDialog:
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -136,9 +134,6 @@ Public Member Functions
KeySetExpireDateDialog (const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)
Construct a new Key Set Expire Date Dialog object. More...
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
@@ -298,8 +293,8 @@ const SubkeyId m_subkey_
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map
index 7f16795d..f8c20386 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map
@@ -1,13 +1,12 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5
index 177fe01f..318d99a6 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5
@@ -1 +1 @@
-4e31de033f03cec294c577511eeb8940
\ No newline at end of file
+eabde927c3c112734832789fcb4942c1
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png
index 0125301f..6d748bb0 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map
index c710447f..136bd34a 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5
index a2085774..57382eef 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5
@@ -1 +1 @@
-87608c893e026a7ed49055ee65a4fea8
\ No newline at end of file
+885eaf02164bcfaa2c9e0845fd2ff682
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png
index 76f12173..98f14b9d 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html
index b674b408..2aeaa837 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html
@@ -90,21 +90,14 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyUIDSignDi
This is the complete list of members for GpgFrontend::UI::KeyUIDSignDialog , including all inherited members.
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html
index 12871d60..f75f402b 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html
@@ -97,8 +97,7 @@ Inheritance diagram for GpgFrontend::UI::KeyUIDSignDialog:
@@ -107,29 +106,25 @@ Collaboration diagram for GpgFrontend::UI::KeyUIDSignDialog:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -144,9 +139,6 @@ Public Member Functions
KeyUIDSignDialog (const GpgKey &key, UIDArgsListPtr uid, QWidget *parent=nullptr)
Construct a new Key U I D Sign Dialog object. More...
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
@@ -269,8 +261,8 @@ const GpgKey &
The documentation for this class was generated from the following files:
-src/ui/dialog/keypair_details/KeyUIDSignDialog.h
-src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp
+src/ui/keypair_details/KeyUIDSignDialog.h
+src/ui/keypair_details/KeyUIDSignDialog.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map
index e0f7c487..baa85889 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map
@@ -1,25 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5
index 1b3cf80a..bd22a9a2 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5
@@ -1 +1 @@
-049a1514d36304ab030ba6d93a9c6447
\ No newline at end of file
+2bb6c6758b8044ff23d5d722e56f0f21
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png
index 20373a54..7d7b35ae 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map
index 805c4528..76d762b2 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5
index 2f94949a..13e56188 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5
@@ -1 +1 @@
-2d8a67a8221e0eb2eb1384d46ce47a10
\ No newline at end of file
+d8827968e05794b14987d80246e568e4
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png
index 7ae0fb14..02959e03 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html
index 855cbc66..f722973f 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html
@@ -89,19 +89,12 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyUploadDia
This is the complete list of members for GpgFrontend::UI::KeyUploadDialog , including all inherited members.
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html
index 4ba93057..fde05eac 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html
@@ -97,8 +97,7 @@ Inheritance diagram for GpgFrontend::UI::KeyUploadDialog:
@@ -107,15 +106,12 @@ Collaboration diagram for GpgFrontend::UI::KeyUploadDialog:
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -130,9 +126,6 @@ Public Member Functions
KeyUploadDialog (const KeyIdArgsListPtr &keys_ids, QWidget *parent)
Construct a new Key Upload Dialog object. More...
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
@@ -233,8 +226,8 @@ QByteArray m_key_data_
The documentation for this class was generated from the following files:
-src/ui/dialog/import_export/KeyUploadDialog.h
-src/ui/dialog/import_export/KeyUploadDialog.cpp
+src/ui/import_export/KeyUploadDialog.h
+src/ui/import_export/KeyUploadDialog.cpp
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map
index b1f568f4..4ec94443 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map
@@ -1,11 +1,8 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5
index f107cec8..9a72ffbb 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5
@@ -1 +1 @@
-67fa92afbec9fedf6d654e28f258eef9
\ No newline at end of file
+79a88d84bbef7033029cbc18fa118f23
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png
index 891ee903..31d824ef 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map
index 49660a23..97175015 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5
index be761b16..8f781c34 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5
@@ -1 +1 @@
-4254ec6c340a0f7001c19ac2c896a7f3
\ No newline at end of file
+2ab8c7571259299df5d8716a4ce06a1f
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png
index 03327a5f..97a4fe87 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyserverTab.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyserverTab.html
index 7bacceb3..5c4232c1 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1KeyserverTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyserverTab.html
@@ -313,8 +313,8 @@ QMenu * popup_menu_ {}
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html
index 51aec811..b7cdca1b 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html
@@ -122,49 +122,43 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1MainWindow.h
file_menu_ GpgFrontend::UI::MainWindow private
file_tool_bar_ GpgFrontend::UI::MainWindow private
find_act_ GpgFrontend::UI::MainWindow private
- font_size_ (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow protected
- GeneralMainWindow (std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralMainWindow explicit
get_restart_needed () constGpgFrontend::UI::MainWindow private
help_menu_ GpgFrontend::UI::MainWindow private
- icon_size_ (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
+ 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
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
- 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
- size_ (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
+ 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
slot_add_pgp_header ()GpgFrontend::UI::MainWindow private slot
slot_append_selected_keys ()GpgFrontend::UI::MainWindow private slot
slot_clean_double_line_breaks ()GpgFrontend::UI::MainWindow private slot
@@ -180,8 +174,6 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1MainWindow.h
slot_open_file_tab ()GpgFrontend::UI::MainWindow private slot
slot_open_key_management ()GpgFrontend::UI::MainWindow private slot
slot_open_settings_dialog ()GpgFrontend::UI::MainWindow private slot
- slot_restore_settings () noexcept (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow private slot
- slot_save_settings () noexcept (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow private slot
slot_show_key_details ()GpgFrontend::UI::MainWindow private slot
slot_sign ()GpgFrontend::UI::MainWindow private slot
slot_start_wizard ()GpgFrontend::UI::MainWindow private slot
@@ -209,7 +201,6 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1MainWindow.h
view_menu_ GpgFrontend::UI::MainWindow private
zoom_in_act_ GpgFrontend::UI::MainWindow private
zoom_out_act_ GpgFrontend::UI::MainWindow private
- ~GeneralMainWindow () override (defined in GpgFrontend::UI::GeneralMainWindow )GpgFrontend::UI::GeneralMainWindow
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html
index 868df8ed..bcada46e 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html
@@ -101,8 +101,7 @@ Inheritance diagram for GpgFrontend::UI::MainWindow:
@@ -111,30 +110,27 @@ Collaboration diagram for GpgFrontend::UI::MainWindow:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -513,16 +503,6 @@ bool restart_needed_ {
bool prohibit_update_checking_ = false
-
@@ -841,7 +821,7 @@ int font_size_ {}
Load settings from ini-file.
-
References GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance() , GpgFrontend::GlobalSettingStation::GetUISettings() , GpgFrontend::UI::KeyList::SetChecked() , and GpgFrontend::GlobalSettingStation::SyncSettings() .
+
References GpgFrontend::UI::SettingsObject::Check() , GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance() , GpgFrontend::GlobalSettingStation::GetUISettings() , import_button_ , GpgFrontend::UI::KeyList::SetChecked() , and GpgFrontend::GlobalSettingStation::SyncSettings() .
Referenced by Init() .
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map
index fce7e9f7..738f125d 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map
@@ -1,26 +1,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 decfa937..ac124f35 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 @@
-f78d12824bb84b06643c8534371aa9f9
\ No newline at end of file
+4263cd3b5288889a0513924c469a5f61
\ 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 7ae8bdf5..497410bc 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.map b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map
index 8790ffcf..dd636e7c 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
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 204ea536..c984ae9c 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 @@
-d20a8163aeb50529ce49f664c4a0e3dd
\ No newline at end of file
+9ffa45f50e491e05205f076d8787c25f
\ 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 700e87ef..24f2472a 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_1NetworkTab.html b/docs/html/classGpgFrontend_1_1UI_1_1NetworkTab.html
index c587b870..54ce8bca 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1NetworkTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1NetworkTab.html
@@ -284,8 +284,8 @@ QNetworkProxy::ProxyType
p
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html
index 6eff54e7..79c9866d 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html
@@ -90,18 +90,11 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1QuitDialog.h
This is the complete list of members for GpgFrontend::UI::QuitDialog , including all inherited members.
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html
index 7d0b21e2..864c50fb 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html
@@ -96,8 +96,7 @@ Inheritance diagram for GpgFrontend::UI::QuitDialog:
@@ -106,11 +105,8 @@ Collaboration diagram for GpgFrontend::UI::QuitDialog:
@@ -124,9 +120,6 @@ Public Member Functions
QList< int > GetTabIdsToSave ()
Get the Tab Ids To Save object. More...
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html
index 015c17fb..539f4166 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html
@@ -101,8 +101,7 @@ Inheritance diagram for GpgFrontend::UI::SettingsDialog:
@@ -111,35 +110,34 @@ Collaboration diagram for GpgFrontend::UI::SettingsDialog:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -159,9 +157,6 @@ Public Member Functions
SettingsDialog (QWidget *parent=nullptr)
Construct a new Settings Dialog object. More...
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
@@ -373,8 +368,8 @@ false
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map
index 26b75d80..a3b781e5 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map
@@ -1,31 +1,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5
index df2cc7a3..83c5fb35 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5
@@ -1 +1 @@
-b047f367d4eda89d6b5cadd7c6c53f1c
\ No newline at end of file
+8089d1e67f665e3026ddbc1555be6707
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png
index 6747a916..c35d276f 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map
index 02ccdaa1..c35af865 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5
index 1045bed6..a4cebfc1 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5
@@ -1 +1 @@
-39f5e6218ae3c7f9f8c5a1b229b15b16
\ No newline at end of file
+81570ab9f5a36b8320343edf42a60321
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png
index 00eb74bf..0ca25662 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html
index 7d1d04cd..59a4b2a7 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html
@@ -310,7 +310,7 @@ std::string settings_name_
All the source code of GpgFrontend was modified and released by Saturnericeric@.nosp@m. bktu.nosp@m. s.com starting on May 12, 2021.
SPDX-License-Identifier: GPL-3.0-or-later
-Referenced by GpgFrontend::UI::KeyServerImportDialog::create_comboBox() , GpgFrontend::UI::InfoBoardWidget::SetInfoBoard() , GpgFrontend::UI::AppearanceTab::SetSettings() , GpgFrontend::UI::KeyserverTab::SetSettings() , GpgFrontend::UI::MainWindow::slot_open_settings_dialog() , GpgFrontend::UI::KeyServerImportDialog::SlotImport() , and GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer() .
+Referenced by GpgFrontend::UI::KeyServerImportDialog::create_comboBox() , GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog() , GpgFrontend::UI::MainWindow::restore_settings() , GpgFrontend::UI::InfoBoardWidget::SetInfoBoard() , GpgFrontend::UI::AppearanceTab::SetSettings() , GpgFrontend::UI::KeyserverTab::SetSettings() , GpgFrontend::UI::MainWindow::slot_open_settings_dialog() , and GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer() .
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html
index 22d6533d..8f11c585 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html
@@ -89,18 +89,9 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SignersPicke
This is the complete list of members for GpgFrontend::UI::SignersPicker , including all inherited members.
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html
index fb537754..874ee058 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html
@@ -95,9 +95,8 @@ Inheritance diagram for GpgFrontend::UI::SignersPicker:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
KeyList * key_list_
-
-bool accepted_ = false
-
@@ -210,29 +198,11 @@ bool accepted_ = false
References GpgFrontend::UI::KeyList::GetPrivateChecked() .
-
-
-
-◆ GetStatus()
-
-
-
-
-
- bool GpgFrontend::UI::SignersPicker::GetStatus
- (
- )
- const
-
-
-
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.js b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.js
index 09b716d2..94d9b880 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.js
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.js
@@ -2,7 +2,5 @@ var classGpgFrontend_1_1UI_1_1SignersPicker =
[
[ "SignersPicker", "classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb", null ],
[ "GetCheckedSigners", "classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00", null ],
- [ "GetStatus", "classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac", null ],
- [ "accepted_", "classGpgFrontend_1_1UI_1_1SignersPicker.html#a524ee72ddb4fe397d71c0d4b5eb69171", null ],
[ "key_list_", "classGpgFrontend_1_1UI_1_1SignersPicker.html#a4daf860ef736aedd986e566383666be5", null ]
];
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map
index 4b94cb96..2d5409e0 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map
@@ -1,23 +1,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5
index baa8ef94..b1123bc9 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5
@@ -1 +1 @@
-df8f074a416fdbde627c908755d9d5b2
\ No newline at end of file
+dc178606fd10d322340800a475c51d38
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png
index 9cf0eeb6..e7af1472 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map
index 8a32ece5..62b457cd 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5
index 77c6040f..ed649c94 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5
@@ -1 +1 @@
-86f11a0450caeb0170b4c4c93bd734a1
\ No newline at end of file
+424d4668f2659acdc76476c7d068679c
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png
index d08a00fc..24556f66 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html
index 8196d2d6..533cdfa4 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html
@@ -96,30 +96,23 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SubkeyGenera
error_label_ GpgFrontend::UI::SubkeyGenerateDialog private
expire_check_box_ GpgFrontend::UI::SubkeyGenerateDialog private
gen_key_info_ (defined in GpgFrontend::UI::SubkeyGenerateDialog )GpgFrontend::UI::SubkeyGenerateDialog private
- GeneralDialog (std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialog explicit
- key_ (defined in GpgFrontend::UI::SubkeyGenerateDialog )GpgFrontend::UI::SubkeyGenerateDialog private
- key_size_spin_box_ GpgFrontend::UI::SubkeyGenerateDialog private
- key_type_combo_box_ GpgFrontend::UI::SubkeyGenerateDialog private
- key_usage_check_boxes_ GpgFrontend::UI::SubkeyGenerateDialog private
- key_usage_group_box_ (defined in GpgFrontend::UI::SubkeyGenerateDialog )GpgFrontend::UI::SubkeyGenerateDialog private
- max_date_time_ (defined in GpgFrontend::UI::SubkeyGenerateDialog )GpgFrontend::UI::SubkeyGenerateDialog private
- name_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
- pos_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
- refresh_widgets_state ()GpgFrontend::UI::SubkeyGenerateDialog private
- set_signal_slot ()GpgFrontend::UI::SubkeyGenerateDialog private
- SignalSubKeyGenerated () (defined in GpgFrontend::UI::SubkeyGenerateDialog )GpgFrontend::UI::SubkeyGenerateDialog signal
- size_ (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private
+ key_ (defined in GpgFrontend::UI::SubkeyGenerateDialog )GpgFrontend::UI::SubkeyGenerateDialog private
+ key_size_spin_box_ GpgFrontend::UI::SubkeyGenerateDialog private
+ key_type_combo_box_ GpgFrontend::UI::SubkeyGenerateDialog private
+ key_usage_check_boxes_ GpgFrontend::UI::SubkeyGenerateDialog private
+ key_usage_group_box_ (defined in GpgFrontend::UI::SubkeyGenerateDialog )GpgFrontend::UI::SubkeyGenerateDialog private
+ max_date_time_ (defined in GpgFrontend::UI::SubkeyGenerateDialog )GpgFrontend::UI::SubkeyGenerateDialog private
+ refresh_widgets_state ()GpgFrontend::UI::SubkeyGenerateDialog private
+ set_signal_slot ()GpgFrontend::UI::SubkeyGenerateDialog private
+ SignalSubKeyGenerated () (defined in GpgFrontend::UI::SubkeyGenerateDialog )GpgFrontend::UI::SubkeyGenerateDialog signal
slot_activated_key_type (int index)GpgFrontend::UI::SubkeyGenerateDialog private slot
slot_authentication_box_changed (int state)GpgFrontend::UI::SubkeyGenerateDialog private slot
slot_certification_box_changed (int state)GpgFrontend::UI::SubkeyGenerateDialog private slot
slot_encryption_box_changed (int state)GpgFrontend::UI::SubkeyGenerateDialog private slot
slot_expire_box_changed ()GpgFrontend::UI::SubkeyGenerateDialog private slot
slot_key_gen_accept ()GpgFrontend::UI::SubkeyGenerateDialog private slot
- slot_restore_settings () noexcept (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private slot
- slot_save_settings () noexcept (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog private slot
slot_signing_box_changed (int state)GpgFrontend::UI::SubkeyGenerateDialog private slot
SubkeyGenerateDialog (const KeyId &key_id, QWidget *parent)GpgFrontend::UI::SubkeyGenerateDialog explicit
- ~GeneralDialog () override (defined in GpgFrontend::UI::GeneralDialog )GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html
index b074534f..f9806eb6 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html
@@ -98,8 +98,7 @@ Inheritance diagram for GpgFrontend::UI::SubkeyGenerateDialog:
@@ -108,19 +107,18 @@ Collaboration diagram for GpgFrontend::UI::SubkeyGenerateDialog:
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -135,9 +133,6 @@ Public Member Functions
SubkeyGenerateDialog (const KeyId &key_id, QWidget *parent)
Construct a new Subkey Generate Dialog object. More...
-
- GeneralDialog (std::string name, QWidget *parent=nullptr)
-
@@ -646,8 +641,8 @@ QDateTime max_date_time_
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map
index 3dd6f93a..926425a0 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map
@@ -1,15 +1,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5
index d77be646..2b617fd5 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5
@@ -1 +1 @@
-84b12c14e0e6f7bbc9440f531f1be7fc
\ No newline at end of file
+54eccb817417ded6a4f8b2a4bcd37861
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png
index 4be40ebf..c88d4f55 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map
index 9bf0be77..f515f82d 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map
@@ -1,5 +1,4 @@
-
-
-
+
+
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5
index 4ef7c15d..67d087b8 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5
+++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5
@@ -1 +1 @@
-6d25b949291fb0bd4c33934d6bc1e4ad
\ No newline at end of file
+fd8df2ba784f0c2abc498b6feb094660
\ No newline at end of file
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png
index 0becb8db..b6310619 100644
Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png differ
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1TranslatorsTab.html b/docs/html/classGpgFrontend_1_1UI_1_1TranslatorsTab.html
index 6d2f4384..fb3c42ef 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1TranslatorsTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1TranslatorsTab.html
@@ -159,8 +159,8 @@ Public Member Functions
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1UpdateTab.html b/docs/html/classGpgFrontend_1_1UI_1_1UpdateTab.html
index fc8fbd18..ea542e63 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1UpdateTab.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1UpdateTab.html
@@ -286,8 +286,8 @@ QPushButton * download_but
The documentation for this class was generated from the following files:
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html
index 94b38fe4..4c8fb2dc 100644
--- a/docs/html/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html
+++ b/docs/html/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html
@@ -220,8 +220,8 @@ gpgme_error_t error_
The documentation for this class was generated from the following files:
diff --git a/docs/html/classSignatureDetailsDialog.html b/docs/html/classSignatureDetailsDialog.html
index 37536c2a..af21263d 100644
--- a/docs/html/classSignatureDetailsDialog.html
+++ b/docs/html/classSignatureDetailsDialog.html
@@ -116,7 +116,7 @@ Collaboration diagram for SignatureDetailsDialog:
All the source code of GpgFrontend was modified and released by Saturnericeric@.nosp@m. bktu.nosp@m. s.com starting on May 12, 2021.
SPDX-License-Identifier: GPL-3.0-or-later
The documentation for this class was generated from the following file:
diff --git a/docs/html/classes.html b/docs/html/classes.html
index 9fb8a98d..03da20ef 100644
--- a/docs/html/classes.html
+++ b/docs/html/classes.html
@@ -92,190 +92,186 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); })
-GpgResultAnalyse (GpgFrontend )
+GpgSignature (GpgFrontend )
KeyPairUIDTab (GpgFrontend::UI )
-SignatureDetailsDialog
-
-GpgSignature (GpgFrontend )
-KeyServerImportDialog (GpgFrontend::UI )
SignersPicker (GpgFrontend::UI )
+GpgSignResultAnalyse (GpgFrontend )
+KeyServerImportDialog (GpgFrontend::UI )
+SingletonFunctionObject (GpgFrontend )
+
GpgContext::_ctx_ref_deleter (GpgFrontend )
FileOperator (GpgFrontend )
-GpgSignResultAnalyse (GpgFrontend )
-KeyServerImportTask (GpgFrontend::UI )
-SingletonFunctionObject (GpgFrontend )
+GpgSubKey (GpgFrontend )
+KeyserverTab (GpgFrontend::UI )
+SingletonStorage (GpgFrontend )
GpgData::_data_ref_deleter (GpgFrontend )
FilePage (GpgFrontend::UI )
-GpgSubKey (GpgFrontend )
-KeyServerSearchTask (GpgFrontend::UI )
-SingletonStorage (GpgFrontend )
+GpgTOFUInfo (GpgFrontend )
+KeySetExpireDateDialog (GpgFrontend::UI )
+SingletonStorageCollection (GpgFrontend )
GpgKey::_key_ref_deleter (GpgFrontend )
FileReadTask (GpgFrontend::UI )
-GpgTOFUInfo (GpgFrontend )
-KeyserverTab (GpgFrontend::UI )
-SingletonStorageCollection (GpgFrontend )
+GpgUID (GpgFrontend )
+KeyTable (GpgFrontend::UI )
+SoftwareVersion (GpgFrontend::UI )
_result_ref_deletor (GpgFrontend )
FindWidget (GpgFrontend::UI )
-GpgUID (GpgFrontend )
-KeySetExpireDateDialog (GpgFrontend::UI )
-SoftwareVersion (GpgFrontend::UI )
+GpgUIDOperator (GpgFrontend )
+KeyUIDSignDialog (GpgFrontend::UI )
+SubkeyGenerateDialog (GpgFrontend::UI )
-GpgUIDOperator (GpgFrontend )
-KeyTable (GpgFrontend::UI )
-SubkeyGenerateDialog (GpgFrontend::UI )
-
-GpgVerifyResultAnalyse (GpgFrontend )
-KeyUIDSignDialog (GpgFrontend::UI )
+GpgVerifyResultAnalyse (GpgFrontend )
+KeyUploadDialog (GpgFrontend::UI )
-AboutDialog (GpgFrontend::UI )
-GeneralDialog (GpgFrontend::UI )
-
+
-KeyUploadDialog (GpgFrontend::UI )
-
-AdvancedTab (GpgFrontend::UI )
-GeneralMainWindow (GpgFrontend::UI )
+
+AboutDialog (GpgFrontend::UI )
+GeneralTab (GpgFrontend::UI )
Task (GpgFrontend::Thread )
-AppearanceTab (GpgFrontend::UI )
-GeneralTab (GpgFrontend::UI )
+AdvancedTab (GpgFrontend::UI )
+GenKeyInfo (GpgFrontend )
HelpPage (GpgFrontend::UI )
+ListedKeyServerTestTask (GpgFrontend::UI )
TaskRunner (GpgFrontend::Thread )
-ArchiveFileOperator (GpgFrontend )
-GenKeyInfo (GpgFrontend )
+AppearanceTab (GpgFrontend::UI )
+GlobalSettingStation (GpgFrontend )
-ListedKeyServerTestTask (GpgFrontend::UI )
-TaskRunnerGetter (GpgFrontend::Thread )
-
-ArchiveStruct (GpgFrontend )
-GlobalSettingStation (GpgFrontend )
+TaskRunnerGetter (GpgFrontend::Thread )
+
+ArchiveFileOperator (GpgFrontend )
+GpgBasicOperator (GpgFrontend )
TestListedKeyServerThread
+ArchiveStruct (GpgFrontend )
+GpgCommandExecutor (GpgFrontend )
+InfoBoardWidget (GpgFrontend::UI )
+MainWindow (GpgFrontend::UI )
+TextEdit (GpgFrontend::UI )
+
-GpgBasicOperator (GpgFrontend )
-InfoBoardWidget (GpgFrontend::UI )
-TextEdit (GpgFrontend::UI )
-
-GpgCommandExecutor (GpgFrontend )
-InfoTab (GpgFrontend::UI )
-MainWindow (GpgFrontend::UI )
-TOFUInfoPage (GpgFrontend::UI )
-
-ChannelObject (GpgFrontend )
GpgConstants (GpgFrontend )
-IntroPage (GpgFrontend::UI )
+InfoTab (GpgFrontend::UI )
+TOFUInfoPage (GpgFrontend::UI )
+
+GpgContext (GpgFrontend )
+IntroPage (GpgFrontend::UI )
TranslatorsTab (GpgFrontend::UI )
-CharsetOperator (GpgFrontend )
-GpgContext (GpgFrontend )
+ChannelObject (GpgFrontend )
+GpgContextInitArgs (GpgFrontend )
+NetworkTab (GpgFrontend::UI )
-ChoosePage (GpgFrontend::UI )
-GpgContextInitArgs (GpgFrontend )
-NetworkTab (GpgFrontend::UI )
-
-class
+CharsetOperator (GpgFrontend )
GpgData (GpgFrontend )
-KeyDetailsDialog (GpgFrontend::UI )
+
+ChoosePage (GpgFrontend::UI )
+GpgDecryptResultAnalyse (GpgFrontend )
+KeyDetailsDialog (GpgFrontend::UI )
UpdateTab (GpgFrontend::UI )
-CommonUtils (GpgFrontend::UI )
-GpgDecryptResultAnalyse (GpgFrontend )
+class
+GpgEncryptResultAnalyse (GpgFrontend )
KeyGenDialog (GpgFrontend::UI )
+PassphraseGenerator (GpgFrontend )
-ConclusionPage (GpgFrontend::UI )
-GpgEncryptResultAnalyse (GpgFrontend )
-KeyGenPage (GpgFrontend::UI )
-PassphraseGenerator (GpgFrontend )
-
-CoreCommonUtil (GpgFrontend )
+CommonUtils (GpgFrontend::UI )
GpgFileOpera (GpgFrontend )
-KeyImportDetailDialog (GpgFrontend::UI )
+KeyGenPage (GpgFrontend::UI )
PlainTextEditorPage (GpgFrontend::UI )
+
+ConclusionPage (GpgFrontend::UI )
+GpgFrontendApplication (GpgFrontend::UI )
+KeyImportDetailDialog (GpgFrontend::UI )
+ProxyConnectionTestThread
VerifyDetailsDialog (GpgFrontend::UI )
-MainWindow::CryptoMenu (GpgFrontend::UI )
-GpgFrontendApplication (GpgFrontend::UI )
+CoreCommonUtil (GpgFrontend )
+GpgImportedKey (GpgFrontend )
KeyList (GpgFrontend::UI )
ProxyConnectionTestThread (GpgFrontend::UI )
VerifyKeyDetailBox (GpgFrontend::UI )
-CtxCheckTask (GpgFrontend::Thread )
-GpgImportedKey (GpgFrontend )
-KeyListColumn (GpgFrontend::UI )
-ProxyConnectionTestThread
-VersionCheckTask (GpgFrontend::UI )
-
-
-
+MainWindow::CryptoMenu (GpgFrontend::UI )
GpgImportInformation (GpgFrontend )
-KeyListRow (GpgFrontend::UI )
+KeyListColumn (GpgFrontend::UI )
+VersionCheckTask (GpgFrontend::UI )
+
+CtxCheckTask (GpgFrontend::Thread )
+GpgInfo (GpgFrontend )
+KeyListRow (GpgFrontend::UI )
-GpgInfo (GpgFrontend )
-KeyMenuAbility (GpgFrontend::UI )
-
-Task::DataObject (GpgFrontend::Thread )
+
+
GpgKey (GpgFrontend )
-KeyMgmt (GpgFrontend::UI )
+KeyMenuAbility (GpgFrontend::UI )
QuitDialog (GpgFrontend::UI )
-WaitingDialog (GpgFrontend::UI )
-DataObjectOperator (GpgFrontend )
-GpgKeyGetter (GpgFrontend )
-KeyNewUIDDialog (GpgFrontend::UI )
+GpgKeyGetter (GpgFrontend )
+KeyMgmt (GpgFrontend::UI )
+WaitingDialog (GpgFrontend::UI )
+
+Task::DataObject (GpgFrontend::Thread )
+GpgKeyImportExporter (GpgFrontend )
+KeyNewUIDDialog (GpgFrontend::UI )
Wizard (GpgFrontend::UI )
-Task::DataObject::Destructor (GpgFrontend::Thread )
-GpgKeyImportExporter (GpgFrontend )
+DataObjectOperator (GpgFrontend )
+GpgKeyManager (GpgFrontend )
KeyPackageOperator (GpgFrontend )
+SettingsDialog (GpgFrontend::UI )
+
+Task::DataObject::Destructor (GpgFrontend::Thread )
+GpgKeyOpera (GpgFrontend )
+KeyPairDetailTab (GpgFrontend::UI )
+SettingsObject (GpgFrontend::UI )
-GpgKeyManager (GpgFrontend )
-KeyPairDetailTab (GpgFrontend::UI )
-SettingsDialog (GpgFrontend::UI )
-
-GpgKeyOpera (GpgFrontend )
-KeyPairOperaTab (GpgFrontend::UI )
-SettingsObject (GpgFrontend::UI )
-
-ExportKeyPackageDialog (GpgFrontend::UI )
GpgKeySignature (GpgFrontend )
-KeyPairSubkeyTab (GpgFrontend::UI )
+KeyPairOperaTab (GpgFrontend::UI )
SignalStation (GpgFrontend::UI )
+GpgResultAnalyse (GpgFrontend )
+KeyPairSubkeyTab (GpgFrontend::UI )
+SignatureDetailsDialog
+
+ExportKeyPackageDialog (GpgFrontend::UI )
+
diff --git a/docs/html/dir_0cd9bde2c64af64bc3733ed8ca8e04b3.js b/docs/html/dir_0cd9bde2c64af64bc3733ed8ca8e04b3.js
index de09b349..1db10883 100644
--- a/docs/html/dir_0cd9bde2c64af64bc3733ed8ca8e04b3.js
+++ b/docs/html/dir_0cd9bde2c64af64bc3733ed8ca8e04b3.js
@@ -1,7 +1,5 @@
var dir_0cd9bde2c64af64bc3733ed8ca8e04b3 =
[
- [ "KeyServerImportTask.h", "KeyServerImportTask_8h_source.html", null ],
- [ "KeyServerSearchTask.h", "KeyServerSearchTask_8h_source.html", null ],
[ "ListedKeyServerTestTask.h", "ListedKeyServerTestTask_8h_source.html", null ],
[ "ProxyConnectionTestThread.h", "ProxyConnectionTestThread_8h_source.html", null ],
[ "VersionCheckTask.h", "VersionCheckTask_8h_source.html", null ]
diff --git a/docs/html/dir_181bea3d8ae4b1f9a028d86ce05f5b90.html b/docs/html/dir_18205f693eaa3d1d3d92159ae8558e07.html
similarity index 90%
rename from docs/html/dir_181bea3d8ae4b1f9a028d86ce05f5b90.html
rename to docs/html/dir_18205f693eaa3d1d3d92159ae8558e07.html
index b13e8b84..4aaf89b6 100644
--- a/docs/html/dir_181bea3d8ae4b1f9a028d86ce05f5b90.html
+++ b/docs/html/dir_18205f693eaa3d1d3d92159ae8558e07.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/key_generate Directory Reference
+GpgFrontend Project: src/ui/key_generate Directory Reference
@@ -63,7 +63,7 @@ $(function() {
@@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_181bea3d8ae4b1f9a028d86ce05f5b90.h
- src ui dialog key_generate
+ src ui key_generate
diff --git a/docs/html/dir_181bea3d8ae4b1f9a028d86ce05f5b90.js b/docs/html/dir_18205f693eaa3d1d3d92159ae8558e07.js
similarity index 77%
rename from docs/html/dir_181bea3d8ae4b1f9a028d86ce05f5b90.js
rename to docs/html/dir_18205f693eaa3d1d3d92159ae8558e07.js
index 2893be27..322a8fce 100644
--- a/docs/html/dir_181bea3d8ae4b1f9a028d86ce05f5b90.js
+++ b/docs/html/dir_18205f693eaa3d1d3d92159ae8558e07.js
@@ -1,4 +1,4 @@
-var dir_181bea3d8ae4b1f9a028d86ce05f5b90 =
+var dir_18205f693eaa3d1d3d92159ae8558e07 =
[
[ "KeygenDialog.h", "KeygenDialog_8h_source.html", null ],
[ "SubkeyGenerateDialog.h", "SubkeyGenerateDialog_8h_source.html", null ]
diff --git a/docs/html/dir_e2aa8803ed3498b184755f32f6c016d5.html b/docs/html/dir_339e756bd7e594063a4f371b962f549a.html
similarity index 91%
rename from docs/html/dir_e2aa8803ed3498b184755f32f6c016d5.html
rename to docs/html/dir_339e756bd7e594063a4f371b962f549a.html
index ba9bb458..763cc8f7 100644
--- a/docs/html/dir_e2aa8803ed3498b184755f32f6c016d5.html
+++ b/docs/html/dir_339e756bd7e594063a4f371b962f549a.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/help Directory Reference
+GpgFrontend Project: src/ui/help Directory Reference
@@ -63,7 +63,7 @@ $(function() {
@@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_e2aa8803ed3498b184755f32f6c016d5.h
- src ui dialog help
+ src ui help
diff --git a/docs/html/dir_e2aa8803ed3498b184755f32f6c016d5.js b/docs/html/dir_339e756bd7e594063a4f371b962f549a.js
similarity index 59%
rename from docs/html/dir_e2aa8803ed3498b184755f32f6c016d5.js
rename to docs/html/dir_339e756bd7e594063a4f371b962f549a.js
index b49dc820..8bac5457 100644
--- a/docs/html/dir_e2aa8803ed3498b184755f32f6c016d5.js
+++ b/docs/html/dir_339e756bd7e594063a4f371b962f549a.js
@@ -1,4 +1,4 @@
-var dir_e2aa8803ed3498b184755f32f6c016d5 =
+var dir_339e756bd7e594063a4f371b962f549a =
[
[ "AboutDialog.h", "AboutDialog_8h_source.html", null ]
];
\ No newline at end of file
diff --git a/docs/html/dir_0652c688762e27a1001e51709de145a7.html b/docs/html/dir_3d7cdd7fbfa4715d9319666ec5111ec9.html
similarity index 90%
rename from docs/html/dir_0652c688762e27a1001e51709de145a7.html
rename to docs/html/dir_3d7cdd7fbfa4715d9319666ec5111ec9.html
index a0b2d722..ebeeaf07 100644
--- a/docs/html/dir_0652c688762e27a1001e51709de145a7.html
+++ b/docs/html/dir_3d7cdd7fbfa4715d9319666ec5111ec9.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/import_export Directory Reference
+GpgFrontend Project: src/ui/import_export Directory Reference
@@ -63,7 +63,7 @@ $(function() {
@@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_0652c688762e27a1001e51709de145a7.h
diff --git a/docs/html/dir_60d155722ad55e64f9b6ab1078feff11.js b/docs/html/dir_60d155722ad55e64f9b6ab1078feff11.js
index 941d74ca..2f8e9fe3 100644
--- a/docs/html/dir_60d155722ad55e64f9b6ab1078feff11.js
+++ b/docs/html/dir_60d155722ad55e64f9b6ab1078feff11.js
@@ -1,14 +1,6 @@
var dir_60d155722ad55e64f9b6ab1078feff11 =
[
- [ "details", "dir_00e48bdfb963d228cbb8d1392ea3be3d.html", "dir_00e48bdfb963d228cbb8d1392ea3be3d" ],
- [ "help", "dir_e2aa8803ed3498b184755f32f6c016d5.html", "dir_e2aa8803ed3498b184755f32f6c016d5" ],
- [ "import_export", "dir_0652c688762e27a1001e51709de145a7.html", "dir_0652c688762e27a1001e51709de145a7" ],
- [ "key_generate", "dir_181bea3d8ae4b1f9a028d86ce05f5b90.html", "dir_181bea3d8ae4b1f9a028d86ce05f5b90" ],
- [ "keypair_details", "dir_11afffa0017fe763467cff6465c6cba1.html", "dir_11afffa0017fe763467cff6465c6cba1" ],
- [ "settings", "dir_c94381238fe21d1ba8abf1f36aa07fe5.html", "dir_c94381238fe21d1ba8abf1f36aa07fe5" ],
- [ "GeneralDialog.h", "GeneralDialog_8h_source.html", null ],
[ "QuitDialog.h", "QuitDialog_8h_source.html", null ],
- [ "SignersPicker.h", "SignersPicker_8h_source.html", null ],
[ "WaitingDialog.h", "WaitingDialog_8h_source.html", null ],
[ "Wizard.h", "Wizard_8h_source.html", null ]
];
\ No newline at end of file
diff --git a/docs/html/dir_00e48bdfb963d228cbb8d1392ea3be3d.html b/docs/html/dir_b3dcad687043023d21a08bb9ff2e9a69.html
similarity index 91%
rename from docs/html/dir_00e48bdfb963d228cbb8d1392ea3be3d.html
rename to docs/html/dir_b3dcad687043023d21a08bb9ff2e9a69.html
index bd4103ab..ab0d1a8f 100644
--- a/docs/html/dir_00e48bdfb963d228cbb8d1392ea3be3d.html
+++ b/docs/html/dir_b3dcad687043023d21a08bb9ff2e9a69.html
@@ -5,7 +5,7 @@
-
GpgFrontend Project: src/ui/dialog/details Directory Reference
+
GpgFrontend Project: src/ui/details Directory Reference
@@ -63,7 +63,7 @@ $(function() {
@@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_00e48bdfb963d228cbb8d1392ea3be3d.h
- src ui dialog details
+ src ui details
diff --git a/docs/html/dir_00e48bdfb963d228cbb8d1392ea3be3d.js b/docs/html/dir_b3dcad687043023d21a08bb9ff2e9a69.js
similarity index 79%
rename from docs/html/dir_00e48bdfb963d228cbb8d1392ea3be3d.js
rename to docs/html/dir_b3dcad687043023d21a08bb9ff2e9a69.js
index 879a9fa6..a779b924 100644
--- a/docs/html/dir_00e48bdfb963d228cbb8d1392ea3be3d.js
+++ b/docs/html/dir_b3dcad687043023d21a08bb9ff2e9a69.js
@@ -1,4 +1,4 @@
-var dir_00e48bdfb963d228cbb8d1392ea3be3d =
+var dir_b3dcad687043023d21a08bb9ff2e9a69 =
[
[ "SignatureDetailsDialog.h", "SignatureDetailsDialog_8h_source.html", null ],
[ "VerifyDetailsDialog.h", "VerifyDetailsDialog_8h_source.html", null ]
diff --git a/docs/html/dir_b7e232576c264c97fe14815134a8cffa.js b/docs/html/dir_b7e232576c264c97fe14815134a8cffa.js
index 5df9ac07..b7f417ab 100644
--- a/docs/html/dir_b7e232576c264c97fe14815134a8cffa.js
+++ b/docs/html/dir_b7e232576c264c97fe14815134a8cffa.js
@@ -1,6 +1,4 @@
var dir_b7e232576c264c97fe14815134a8cffa =
[
- [ "GeneralMainWindow.h", "GeneralMainWindow_8h_source.html", null ],
- [ "KeyMgmt.h", "KeyMgmt_8h_source.html", null ],
[ "MainWindow.h", "MainWindow_8h_source.html", null ]
];
\ No newline at end of file
diff --git a/docs/html/dir_11afffa0017fe763467cff6465c6cba1.html b/docs/html/dir_be96635c88cbde2113e66f957baee3c5.html
similarity index 90%
rename from docs/html/dir_11afffa0017fe763467cff6465c6cba1.html
rename to docs/html/dir_be96635c88cbde2113e66f957baee3c5.html
index 0a8828b8..f50c5f62 100644
--- a/docs/html/dir_11afffa0017fe763467cff6465c6cba1.html
+++ b/docs/html/dir_be96635c88cbde2113e66f957baee3c5.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/keypair_details Directory Reference
+GpgFrontend Project: src/ui/keypair_details Directory Reference
@@ -63,7 +63,7 @@ $(function() {
@@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_11afffa0017fe763467cff6465c6cba1.h
- src ui dialog keypair_details
+ src ui keypair_details
diff --git a/docs/html/dir_11afffa0017fe763467cff6465c6cba1.js b/docs/html/dir_be96635c88cbde2113e66f957baee3c5.js
similarity index 93%
rename from docs/html/dir_11afffa0017fe763467cff6465c6cba1.js
rename to docs/html/dir_be96635c88cbde2113e66f957baee3c5.js
index 7f31db6b..212241aa 100644
--- a/docs/html/dir_11afffa0017fe763467cff6465c6cba1.js
+++ b/docs/html/dir_be96635c88cbde2113e66f957baee3c5.js
@@ -1,4 +1,4 @@
-var dir_11afffa0017fe763467cff6465c6cba1 =
+var dir_be96635c88cbde2113e66f957baee3c5 =
[
[ "KeyDetailsDialog.h", "KeyDetailsDialog_8h_source.html", null ],
[ "KeyNewUIDDialog.h", "KeyNewUIDDialog_8h_source.html", null ],
diff --git a/docs/html/dir_da5c6b39c0a2f54e57df6799511cd3ab.js b/docs/html/dir_da5c6b39c0a2f54e57df6799511cd3ab.js
index 1d73000c..48704a41 100644
--- a/docs/html/dir_da5c6b39c0a2f54e57df6799511cd3ab.js
+++ b/docs/html/dir_da5c6b39c0a2f54e57df6799511cd3ab.js
@@ -1,13 +1,20 @@
var dir_da5c6b39c0a2f54e57df6799511cd3ab =
[
+ [ "details", "dir_b3dcad687043023d21a08bb9ff2e9a69.html", "dir_b3dcad687043023d21a08bb9ff2e9a69" ],
[ "dialog", "dir_60d155722ad55e64f9b6ab1078feff11.html", "dir_60d155722ad55e64f9b6ab1078feff11" ],
+ [ "help", "dir_339e756bd7e594063a4f371b962f549a.html", "dir_339e756bd7e594063a4f371b962f549a" ],
+ [ "import_export", "dir_3d7cdd7fbfa4715d9319666ec5111ec9.html", "dir_3d7cdd7fbfa4715d9319666ec5111ec9" ],
+ [ "key_generate", "dir_18205f693eaa3d1d3d92159ae8558e07.html", "dir_18205f693eaa3d1d3d92159ae8558e07" ],
+ [ "keypair_details", "dir_be96635c88cbde2113e66f957baee3c5.html", "dir_be96635c88cbde2113e66f957baee3c5" ],
[ "main_window", "dir_b7e232576c264c97fe14815134a8cffa.html", "dir_b7e232576c264c97fe14815134a8cffa" ],
+ [ "settings", "dir_de56a105f7c21a78ac2526330527c47b.html", "dir_de56a105f7c21a78ac2526330527c47b" ],
[ "struct", "dir_77b5d71c36a073b86db318490f5560d0.html", "dir_77b5d71c36a073b86db318490f5560d0" ],
[ "thread", "dir_0cd9bde2c64af64bc3733ed8ca8e04b3.html", "dir_0cd9bde2c64af64bc3733ed8ca8e04b3" ],
[ "widgets", "dir_f3911b9629b0e27ea480d06d47573cbf.html", "dir_f3911b9629b0e27ea480d06d47573cbf" ],
[ "GpgFrontendApplication.h", "GpgFrontendApplication_8h_source.html", null ],
[ "GpgFrontendUI.h", "GpgFrontendUI_8h_source.html", null ],
[ "GpgFrontendUIInit.h", "GpgFrontendUIInit_8h_source.html", null ],
+ [ "KeyMgmt.h", "KeyMgmt_8h_source.html", null ],
[ "SignalStation.h", "SignalStation_8h_source.html", null ],
[ "UserInterfaceUtils.h", "UserInterfaceUtils_8h_source.html", null ]
];
\ No newline at end of file
diff --git a/docs/html/dir_c94381238fe21d1ba8abf1f36aa07fe5.html b/docs/html/dir_de56a105f7c21a78ac2526330527c47b.html
similarity index 90%
rename from docs/html/dir_c94381238fe21d1ba8abf1f36aa07fe5.html
rename to docs/html/dir_de56a105f7c21a78ac2526330527c47b.html
index 5c93973b..28e7eb57 100644
--- a/docs/html/dir_c94381238fe21d1ba8abf1f36aa07fe5.html
+++ b/docs/html/dir_de56a105f7c21a78ac2526330527c47b.html
@@ -5,7 +5,7 @@
-GpgFrontend Project: src/ui/dialog/settings Directory Reference
+GpgFrontend Project: src/ui/settings Directory Reference
@@ -63,7 +63,7 @@ $(function() {
@@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_c94381238fe21d1ba8abf1f36aa07fe5.h
- src ui dialog settings
+ src ui settings
diff --git a/docs/html/dir_c94381238fe21d1ba8abf1f36aa07fe5.js b/docs/html/dir_de56a105f7c21a78ac2526330527c47b.js
similarity index 90%
rename from docs/html/dir_c94381238fe21d1ba8abf1f36aa07fe5.js
rename to docs/html/dir_de56a105f7c21a78ac2526330527c47b.js
index a34c1913..d91dddcb 100644
--- a/docs/html/dir_c94381238fe21d1ba8abf1f36aa07fe5.js
+++ b/docs/html/dir_de56a105f7c21a78ac2526330527c47b.js
@@ -1,4 +1,4 @@
-var dir_c94381238fe21d1ba8abf1f36aa07fe5 =
+var dir_de56a105f7c21a78ac2526330527c47b =
[
[ "SettingsAdvanced.h", "SettingsAdvanced_8h_source.html", null ],
[ "SettingsAppearance.h", "SettingsAppearance_8h_source.html", null ],
diff --git a/docs/html/dir_f3911b9629b0e27ea480d06d47573cbf.js b/docs/html/dir_f3911b9629b0e27ea480d06d47573cbf.js
index 39194b27..4c60fcfc 100644
--- a/docs/html/dir_f3911b9629b0e27ea480d06d47573cbf.js
+++ b/docs/html/dir_f3911b9629b0e27ea480d06d47573cbf.js
@@ -6,6 +6,7 @@ var dir_f3911b9629b0e27ea480d06d47573cbf =
[ "InfoBoardWidget.h", "InfoBoardWidget_8h_source.html", null ],
[ "KeyList.h", "KeyList_8h_source.html", null ],
[ "PlainTextEditorPage.h", "PlainTextEditorPage_8h_source.html", null ],
+ [ "SignersPicker.h", "SignersPicker_8h_source.html", null ],
[ "TextEdit.h", "TextEdit_8h_source.html", null ],
[ "TOFUInfoPage.h", "TOFUInfoPage_8h_source.html", null ],
[ "VerifyKeyDetailBox.h", "VerifyKeyDetailBox_8h_source.html", null ]
diff --git a/docs/html/files.html b/docs/html/files.html
index 541f5c1f..e5cf3996 100644
--- a/docs/html/files.html
+++ b/docs/html/files.html
@@ -141,69 +141,65 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });
GpgInfo.h
GpgModel.h
▼ ui
- ▼ dialog
- ► details
- SignatureDetailsDialog.h
- VerifyDetailsDialog.h
- ► help
- AboutDialog.h
- ► import_export
- ExportKeyPackageDialog.h
- KeyImportDetailDialog.h
- KeyServerImportDialog.h
- KeyUploadDialog.h
- ► key_generate
- KeygenDialog.h
- SubkeyGenerateDialog.h
- ► keypair_details
- KeyDetailsDialog.h
- KeyNewUIDDialog.h
- KeyPairDetailTab.h
- KeyPairOperaTab.h
- KeyPairSubkeyTab.h
- KeyPairUIDTab.h
- KeySetExpireDateDialog.h
- KeyUIDSignDialog.h
- ► settings
- SettingsAdvanced.h
- SettingsAppearance.h
- SettingsDialog.h
- SettingsGeneral.h
- SettingsKeyServer.h
- SettingsNetwork.h
- GeneralDialog.h
- QuitDialog.h
- SignersPicker.h
- WaitingDialog.h
- Wizard.h
- ▼ main_window
- GeneralMainWindow.h
- KeyMgmt.h
- MainWindow.h
- ▼ struct
- SettingsObject.h
- SoftwareVersion.h
- ▼ thread
- KeyServerImportTask.h
- KeyServerSearchTask.h
- ListedKeyServerTestTask.h
- ProxyConnectionTestThread.h
- VersionCheckTask.h
- ▼ widgets
- FilePage.h
- FindWidget.h
- HelpPage.h
- InfoBoardWidget.h
- KeyList.h
- PlainTextEditorPage.h
- TextEdit.h
- TOFUInfoPage.h
- VerifyKeyDetailBox.h
- GpgFrontendApplication.h
- GpgFrontendUI.h
- GpgFrontendUIInit.h
- SignalStation.h
- UserInterfaceUtils.h
+ ▼ details
+ SignatureDetailsDialog.h
+ VerifyDetailsDialog.h
+ ▼ dialog
+ QuitDialog.h
+ WaitingDialog.h
+ Wizard.h
+ ▼ help
+ AboutDialog.h
+ ▼ import_export
+ ExportKeyPackageDialog.h
+ KeyImportDetailDialog.h
+ KeyServerImportDialog.h
+ KeyUploadDialog.h
+ ▼ key_generate
+ KeygenDialog.h
+ SubkeyGenerateDialog.h
+ ▼ keypair_details
+ KeyDetailsDialog.h
+ KeyNewUIDDialog.h
+ KeyPairDetailTab.h
+ KeyPairOperaTab.h
+ KeyPairSubkeyTab.h
+ KeyPairUIDTab.h
+ KeySetExpireDateDialog.h
+ KeyUIDSignDialog.h
+ ▼ main_window
+ MainWindow.h
+ ▼ settings
+ SettingsAdvanced.h
+ SettingsAppearance.h
+ SettingsDialog.h
+ SettingsGeneral.h
+ SettingsKeyServer.h
+ SettingsNetwork.h
+ ▼ struct
+ SettingsObject.h
+ SoftwareVersion.h
+ ▼ thread
+ ListedKeyServerTestTask.h
+ ProxyConnectionTestThread.h
+ VersionCheckTask.h
+ ▼ widgets
+ FilePage.h
+ FindWidget.h
+ HelpPage.h
+ InfoBoardWidget.h
+ KeyList.h
+ PlainTextEditorPage.h
+ SignersPicker.h
+ TextEdit.h
+ TOFUInfoPage.h
+ VerifyKeyDetailBox.h
+ GpgFrontendApplication.h
+ GpgFrontendUI.h
+ GpgFrontendUIInit.h
+ KeyMgmt.h
+ SignalStation.h
+ UserInterfaceUtils.h
diff --git a/docs/html/functions_c.html b/docs/html/functions_c.html
index b918e712..34b19e14 100644
--- a/docs/html/functions_c.html
+++ b/docs/html/functions_c.html
@@ -117,7 +117,7 @@ $(document).ready(function(){initNavTree('functions_c.html',''); initResizable()
: GpgFrontend::UI::MainWindow
closeEvent()
-: GpgFrontend::UI::GeneralMainWindow
+: GpgFrontend::UI::KeyMgmt
, GpgFrontend::UI::MainWindow
CloseNoteByClass()
diff --git a/docs/html/functions_func_c.html b/docs/html/functions_func_c.html
index 93584940..a31007e8 100644
--- a/docs/html/functions_func_c.html
+++ b/docs/html/functions_func_c.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('functions_func_c.html',''); initResiza
: GpgFrontend::UI::MainWindow
closeEvent()
-: GpgFrontend::UI::GeneralMainWindow
+: GpgFrontend::UI::KeyMgmt
, GpgFrontend::UI::MainWindow
CloseNoteByClass()
diff --git a/docs/html/functions_func_g.html b/docs/html/functions_func_g.html
index b082163d..68fdd494 100644
--- a/docs/html/functions_func_g.html
+++ b/docs/html/functions_func_g.html
@@ -85,12 +85,6 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
- g -
GetChecked()
-: GpgFrontend::UI::KeyList
+: GpgFrontend::UI::KeyList
, GpgFrontend::UI::KeyTable
GetCheckedSigners()
@@ -365,7 +359,6 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
: GpgFrontend::GpgKeySignature
, GpgFrontend::GpgResultAnalyse
, GpgFrontend::GpgSignature
-, GpgFrontend::UI::SignersPicker
GetSubKeys()
: GpgFrontend::GpgKey
@@ -433,7 +426,7 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
: GpgFrontend::GpgCommandExecutor
GpgContext()
-: GpgFrontend::GpgContext
+: GpgFrontend::GpgContext
GpgData()
: GpgFrontend::GpgData
@@ -448,13 +441,13 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
: GpgFrontend::GpgFileOpera
GpgFrontendApplication()
-: GpgFrontend::UI::GpgFrontendApplication
+: GpgFrontend::UI::GpgFrontendApplication
GpgImportInformation()
: GpgFrontend::GpgImportInformation
GpgKey()
-: GpgFrontend::GpgKey
+: GpgFrontend::GpgKey
GpgKeyGetter()
: GpgFrontend::GpgKeyGetter
@@ -469,22 +462,22 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
: GpgFrontend::GpgKeyOpera
GpgKeySignature()
-: GpgFrontend::GpgKeySignature
+: GpgFrontend::GpgKeySignature
GpgResultAnalyse()
: GpgFrontend::GpgResultAnalyse
GpgSignature()
-: GpgFrontend::GpgSignature
+: GpgFrontend::GpgSignature
GpgSignResultAnalyse()
: GpgFrontend::GpgSignResultAnalyse
GpgSubKey()
-: GpgFrontend::GpgSubKey
+: GpgFrontend::GpgSubKey
GpgTOFUInfo()
-: GpgFrontend::GpgTOFUInfo
+: GpgFrontend::GpgTOFUInfo
GpgUID()
: GpgFrontend::GpgUID
diff --git a/docs/html/functions_func_k.html b/docs/html/functions_func_k.html
index f7d5ece6..34873e97 100644
--- a/docs/html/functions_func_k.html
+++ b/docs/html/functions_func_k.html
@@ -122,17 +122,11 @@ $(document).ready(function(){initNavTree('functions_func_k.html',''); initResiza
KeyServerImportDialog()
: GpgFrontend::UI::KeyServerImportDialog
-KeyServerImportTask()
-: GpgFrontend::UI::KeyServerImportTask
-
-KeyServerSearchTask()
-: GpgFrontend::UI::KeyServerSearchTask
-
KeyserverTab()
: GpgFrontend::UI::KeyserverTab
KeySetExpireDateDialog()
-: GpgFrontend::UI::KeySetExpireDateDialog
+: GpgFrontend::UI::KeySetExpireDateDialog
KeyTable()
: GpgFrontend::UI::KeyTable
diff --git a/docs/html/functions_func_s.html b/docs/html/functions_func_s.html
index 9f8fb19c..3220b5d9 100644
--- a/docs/html/functions_func_s.html
+++ b/docs/html/functions_func_s.html
@@ -217,15 +217,9 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
SignalKeyDatabaseRefreshDone()
: GpgFrontend::UI::CommonUtils
-SignalKeyServerImportResult()
-: GpgFrontend::UI::KeyServerImportTask
-
SignalKeyServerListTestResult()
: GpgFrontend::UI::ListedKeyServerTestTask
-SignalKeyServerSearchResult()
-: GpgFrontend::UI::KeyServerSearchTask
-
SignalOpenHelp()
: GpgFrontend::UI::Wizard
@@ -352,11 +346,8 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
slot_format_gpg_header()
: GpgFrontend::UI::PlainTextEditorPage
-slot_import()
-: GpgFrontend::UI::KeyServerImportDialog
-
slot_import_finished()
-: GpgFrontend::UI::KeyServerImportDialog
+: GpgFrontend::UI::KeyServerImportDialog
slot_import_key_from_edit()
: GpgFrontend::UI::MainWindow
@@ -466,7 +457,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
: GpgFrontend::UI::TextEdit
SlotImport()
-: GpgFrontend::UI::KeyServerImportDialog
+: GpgFrontend::UI::KeyServerImportDialog
SlotImportKeyFromClipboard()
: GpgFrontend::UI::CommonUtils
diff --git a/docs/html/functions_g.html b/docs/html/functions_g.html
index ec138ffa..734cb6f6 100644
--- a/docs/html/functions_g.html
+++ b/docs/html/functions_g.html
@@ -85,12 +85,6 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
Here is a list of all documented class members with links to the class documentation for each member:
- g -
GetChecked()
-: GpgFrontend::UI::KeyList
+: GpgFrontend::UI::KeyList
, GpgFrontend::UI::KeyTable
GetCheckedSigners()
@@ -365,7 +359,6 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
: GpgFrontend::GpgKeySignature
, GpgFrontend::GpgResultAnalyse
, GpgFrontend::GpgSignature
-, GpgFrontend::UI::SignersPicker
GetSubKeys()
: GpgFrontend::GpgKey
@@ -436,10 +429,10 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
: GpgFrontend::GpgCommandExecutor
GpgContext()
-: GpgFrontend::GpgContext
+: GpgFrontend::GpgContext
GpgData()
-: GpgFrontend::GpgData
+: GpgFrontend::GpgData
GpgDecryptResultAnalyse()
: GpgFrontend::GpgDecryptResultAnalyse
@@ -451,13 +444,13 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
: GpgFrontend::GpgFileOpera
GpgFrontendApplication()
-: GpgFrontend::UI::GpgFrontendApplication
+: GpgFrontend::UI::GpgFrontendApplication
GpgImportInformation()
: GpgFrontend::GpgImportInformation
GpgKey()
-: GpgFrontend::GpgKey
+: GpgFrontend::GpgKey
GpgKeyGetter()
: GpgFrontend::GpgKeyGetter
@@ -472,25 +465,25 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
: GpgFrontend::GpgKeyOpera
GpgKeySignature()
-: GpgFrontend::GpgKeySignature
+: GpgFrontend::GpgKeySignature
GpgResultAnalyse()
: GpgFrontend::GpgResultAnalyse
GpgSignature()
-: GpgFrontend::GpgSignature
+: GpgFrontend::GpgSignature
GpgSignResultAnalyse()
: GpgFrontend::GpgSignResultAnalyse
GpgSubKey()
-: GpgFrontend::GpgSubKey
+: GpgFrontend::GpgSubKey
GpgTOFUInfo()
-: GpgFrontend::GpgTOFUInfo
+: GpgFrontend::GpgTOFUInfo
GpgUID()
-: GpgFrontend::GpgUID
+: GpgFrontend::GpgUID
GpgUIDOperator()
: GpgFrontend::GpgUIDOperator
diff --git a/docs/html/functions_k.html b/docs/html/functions_k.html
index e24767f9..dbe71256 100644
--- a/docs/html/functions_k.html
+++ b/docs/html/functions_k.html
@@ -163,13 +163,7 @@ $(document).ready(function(){initNavTree('functions_k.html',''); initResizable()
: GpgFrontend::GpgKeyGetter
KeyServerImportDialog()
-: GpgFrontend::UI::KeyServerImportDialog
-
-KeyServerImportTask()
-: GpgFrontend::UI::KeyServerImportTask
-
-KeyServerSearchTask()
-: GpgFrontend::UI::KeyServerSearchTask
+: GpgFrontend::UI::KeyServerImportDialog
KeyserverTab()
: GpgFrontend::UI::KeyserverTab
diff --git a/docs/html/functions_s.html b/docs/html/functions_s.html
index 2661b346..f8c30578 100644
--- a/docs/html/functions_s.html
+++ b/docs/html/functions_s.html
@@ -235,15 +235,9 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
SignalKeyDatabaseRefreshDone()
: GpgFrontend::UI::CommonUtils
-SignalKeyServerImportResult()
-: GpgFrontend::UI::KeyServerImportTask
-
SignalKeyServerListTestResult()
: GpgFrontend::UI::ListedKeyServerTestTask
-SignalKeyServerSearchResult()
-: GpgFrontend::UI::KeyServerSearchTask
-
SignalOpenHelp()
: GpgFrontend::UI::Wizard
@@ -370,11 +364,8 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
slot_format_gpg_header()
: GpgFrontend::UI::PlainTextEditorPage
-slot_import()
-: GpgFrontend::UI::KeyServerImportDialog
-
slot_import_finished()
-: GpgFrontend::UI::KeyServerImportDialog
+: GpgFrontend::UI::KeyServerImportDialog
slot_import_key_from_edit()
: GpgFrontend::UI::MainWindow
@@ -484,7 +475,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
: GpgFrontend::UI::TextEdit
SlotImport()
-: GpgFrontend::UI::KeyServerImportDialog
+: GpgFrontend::UI::KeyServerImportDialog
SlotImportKeyFromClipboard()
: GpgFrontend::UI::CommonUtils
diff --git a/docs/html/hierarchy.html b/docs/html/hierarchy.html
index 0c6de4a5..410c399d 100644
--- a/docs/html/hierarchy.html
+++ b/docs/html/hierarchy.html
@@ -159,39 +159,35 @@ This inheritance list is sorted roughly, but not completely, alphabetically: ► C QApplication
C GpgFrontend::UI::GpgFrontendApplication
► C QDialog
- ► 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::VerifyDetailsDialog
- C GpgFrontend::UI::WaitingDialog
- C SignatureDetailsDialog
+ 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::VerifyDetailsDialog
+ C GpgFrontend::UI::WaitingDialog
+ C SignatureDetailsDialog
► C QGroupBox
C GpgFrontend::UI::VerifyKeyDetailBox
► C QMainWindow
- ► C GpgFrontend::UI::GeneralMainWindow
- C GpgFrontend::UI::KeyMgmt
- C GpgFrontend::UI::MainWindow
+ C GpgFrontend::UI::KeyMgmt
+ C GpgFrontend::UI::MainWindow
► C QObject
C GpgFrontend::CoreCommonUtil
► C GpgFrontend::Thread::Task
C GpgFrontend::Thread::CtxCheckTask
C GpgFrontend::UI::FileReadTask
- C GpgFrontend::UI::KeyServerImportTask
- C GpgFrontend::UI::KeyServerSearchTask
- C GpgFrontend::UI::ListedKeyServerTestTask
- C GpgFrontend::UI::VersionCheckTask
+ C GpgFrontend::UI::ListedKeyServerTestTask
+ C GpgFrontend::UI::VersionCheckTask
C GpgFrontend::UI::SignalStation
► C QRunnable
C GpgFrontend::Thread::Task
diff --git a/docs/html/hierarchy.js b/docs/html/hierarchy.js
index e8fc9d9e..48a79673 100644
--- a/docs/html/hierarchy.js
+++ b/docs/html/hierarchy.js
@@ -86,22 +86,20 @@ var hierarchy =
[ "GpgFrontend::UI::GpgFrontendApplication", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html", null ]
] ],
[ "QDialog", null, [
- [ "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::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 ],
- [ "GpgFrontend::UI::KeyNewUIDDialog", "classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html", null ],
- [ "GpgFrontend::UI::KeyServerImportDialog", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html", null ],
- [ "GpgFrontend::UI::KeySetExpireDateDialog", "classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html", null ],
- [ "GpgFrontend::UI::KeyUIDSignDialog", "classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html", null ],
- [ "GpgFrontend::UI::KeyUploadDialog", "classGpgFrontend_1_1UI_1_1KeyUploadDialog.html", null ],
- [ "GpgFrontend::UI::QuitDialog", "classGpgFrontend_1_1UI_1_1QuitDialog.html", null ],
- [ "GpgFrontend::UI::SettingsDialog", "classGpgFrontend_1_1UI_1_1SettingsDialog.html", null ],
- [ "GpgFrontend::UI::SignersPicker", "classGpgFrontend_1_1UI_1_1SignersPicker.html", null ],
- [ "GpgFrontend::UI::SubkeyGenerateDialog", "classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html", null ]
- ] ],
+ [ "GpgFrontend::UI::AboutDialog", "classGpgFrontend_1_1UI_1_1AboutDialog.html", null ],
+ [ "GpgFrontend::UI::ExportKeyPackageDialog", "classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.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 ],
+ [ "GpgFrontend::UI::KeyNewUIDDialog", "classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html", null ],
+ [ "GpgFrontend::UI::KeyServerImportDialog", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html", null ],
+ [ "GpgFrontend::UI::KeySetExpireDateDialog", "classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html", null ],
+ [ "GpgFrontend::UI::KeyUIDSignDialog", "classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html", null ],
+ [ "GpgFrontend::UI::KeyUploadDialog", "classGpgFrontend_1_1UI_1_1KeyUploadDialog.html", null ],
+ [ "GpgFrontend::UI::QuitDialog", "classGpgFrontend_1_1UI_1_1QuitDialog.html", null ],
+ [ "GpgFrontend::UI::SettingsDialog", "classGpgFrontend_1_1UI_1_1SettingsDialog.html", null ],
+ [ "GpgFrontend::UI::SignersPicker", "classGpgFrontend_1_1UI_1_1SignersPicker.html", null ],
+ [ "GpgFrontend::UI::SubkeyGenerateDialog", "classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html", null ],
[ "GpgFrontend::UI::VerifyDetailsDialog", "classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html", null ],
[ "GpgFrontend::UI::WaitingDialog", "classGpgFrontend_1_1UI_1_1WaitingDialog.html", null ],
[ "SignatureDetailsDialog", "classSignatureDetailsDialog.html", null ]
@@ -110,18 +108,14 @@ var hierarchy =
[ "GpgFrontend::UI::VerifyKeyDetailBox", "classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html", null ]
] ],
[ "QMainWindow", null, [
- [ "GpgFrontend::UI::GeneralMainWindow", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html", [
- [ "GpgFrontend::UI::KeyMgmt", "classGpgFrontend_1_1UI_1_1KeyMgmt.html", null ],
- [ "GpgFrontend::UI::MainWindow", "classGpgFrontend_1_1UI_1_1MainWindow.html", null ]
- ] ]
+ [ "GpgFrontend::UI::KeyMgmt", "classGpgFrontend_1_1UI_1_1KeyMgmt.html", null ],
+ [ "GpgFrontend::UI::MainWindow", "classGpgFrontend_1_1UI_1_1MainWindow.html", null ]
] ],
[ "QObject", null, [
[ "GpgFrontend::CoreCommonUtil", "classGpgFrontend_1_1CoreCommonUtil.html", null ],
[ "GpgFrontend::Thread::Task", "classGpgFrontend_1_1Thread_1_1Task.html", [
[ "GpgFrontend::Thread::CtxCheckTask", "classGpgFrontend_1_1Thread_1_1CtxCheckTask.html", null ],
[ "GpgFrontend::UI::FileReadTask", "classGpgFrontend_1_1UI_1_1FileReadTask.html", null ],
- [ "GpgFrontend::UI::KeyServerImportTask", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html", null ],
- [ "GpgFrontend::UI::KeyServerSearchTask", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html", null ],
[ "GpgFrontend::UI::ListedKeyServerTestTask", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html", null ],
[ "GpgFrontend::UI::VersionCheckTask", "classGpgFrontend_1_1UI_1_1VersionCheckTask.html", null ]
] ],
diff --git a/docs/html/inherit_graph_27.map b/docs/html/inherit_graph_27.map
index 2fb7e92e..b6e2f14f 100644
--- a/docs/html/inherit_graph_27.map
+++ b/docs/html/inherit_graph_27.map
@@ -1,13 +1,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/inherit_graph_27.md5 b/docs/html/inherit_graph_27.md5
index 2c207b46..078420f4 100644
--- a/docs/html/inherit_graph_27.md5
+++ b/docs/html/inherit_graph_27.md5
@@ -1 +1 @@
-2142f0d905df7ec094a5dd06a3f0e42c
\ No newline at end of file
+d95f67ac53f2ec98e5f32de6a542202e
\ No newline at end of file
diff --git a/docs/html/inherit_graph_27.png b/docs/html/inherit_graph_27.png
index 63589e12..c2be22af 100644
Binary files a/docs/html/inherit_graph_27.png and b/docs/html/inherit_graph_27.png differ
diff --git a/docs/html/inherit_graph_31.map b/docs/html/inherit_graph_31.map
index 806b2d9b..c3081a47 100644
--- a/docs/html/inherit_graph_31.map
+++ b/docs/html/inherit_graph_31.map
@@ -1,24 +1,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/inherit_graph_31.md5 b/docs/html/inherit_graph_31.md5
index 67e8747b..d84d3038 100644
--- a/docs/html/inherit_graph_31.md5
+++ b/docs/html/inherit_graph_31.md5
@@ -1 +1 @@
-e227b900f4c3c0d7e7fa36e179b5402b
\ No newline at end of file
+dc9e2c73f9657f55f588d8cd2c27a4f7
\ No newline at end of file
diff --git a/docs/html/inherit_graph_31.png b/docs/html/inherit_graph_31.png
index b3b4e6ab..cab6d365 100644
Binary files a/docs/html/inherit_graph_31.png and b/docs/html/inherit_graph_31.png differ
diff --git a/docs/html/inherit_graph_32.map b/docs/html/inherit_graph_32.map
index d8791b2b..806b2d9b 100644
--- a/docs/html/inherit_graph_32.map
+++ b/docs/html/inherit_graph_32.map
@@ -1,7 +1,24 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/html/inherit_graph_32.md5 b/docs/html/inherit_graph_32.md5
index b59a6045..67e8747b 100644
--- a/docs/html/inherit_graph_32.md5
+++ b/docs/html/inherit_graph_32.md5
@@ -1 +1 @@
-967c50331d57374fd574bb570303a148
\ No newline at end of file
+e227b900f4c3c0d7e7fa36e179b5402b
\ No newline at end of file
diff --git a/docs/html/inherit_graph_32.png b/docs/html/inherit_graph_32.png
index 7505725c..b3b4e6ab 100644
Binary files a/docs/html/inherit_graph_32.png and b/docs/html/inherit_graph_32.png differ
diff --git a/docs/html/inherit_graph_33.map b/docs/html/inherit_graph_33.map
index 37eae43f..d8791b2b 100644
--- a/docs/html/inherit_graph_33.map
+++ b/docs/html/inherit_graph_33.map
@@ -1,21 +1,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/docs/html/inherit_graph_33.md5 b/docs/html/inherit_graph_33.md5
index c96b7e32..b59a6045 100644
--- a/docs/html/inherit_graph_33.md5
+++ b/docs/html/inherit_graph_33.md5
@@ -1 +1 @@
-db64694cb91f9d43841f9957bd797a3e
\ No newline at end of file
+967c50331d57374fd574bb570303a148
\ No newline at end of file
diff --git a/docs/html/inherit_graph_33.png b/docs/html/inherit_graph_33.png
index 14b2bcf4..7505725c 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.map b/docs/html/inherit_graph_34.map
index 278c28b2..a6560208 100644
--- a/docs/html/inherit_graph_34.map
+++ b/docs/html/inherit_graph_34.map
@@ -1,6 +1,4 @@
-
-
-
-
+
+
diff --git a/docs/html/inherit_graph_34.md5 b/docs/html/inherit_graph_34.md5
index e044162f..ecb38807 100644
--- a/docs/html/inherit_graph_34.md5
+++ b/docs/html/inherit_graph_34.md5
@@ -1 +1 @@
-b56c1308b28b23428e62a692a84698eb
\ No newline at end of file
+2030371d3471c2d8ea08b9d8209a6747
\ No newline at end of file
diff --git a/docs/html/inherit_graph_34.png b/docs/html/inherit_graph_34.png
index 167a05ae..22472a0f 100644
Binary files a/docs/html/inherit_graph_34.png and b/docs/html/inherit_graph_34.png differ
diff --git a/docs/html/inherit_graph_35.map b/docs/html/inherit_graph_35.map
index a6560208..de2fe616 100644
--- a/docs/html/inherit_graph_35.map
+++ b/docs/html/inherit_graph_35.map
@@ -1,4 +1,3 @@
-
-
+
diff --git a/docs/html/inherit_graph_35.md5 b/docs/html/inherit_graph_35.md5
index ef9b44df..5f317227 100644
--- a/docs/html/inherit_graph_35.md5
+++ b/docs/html/inherit_graph_35.md5
@@ -1 +1 @@
-fe59ec4856ff067c36f27ddc0508fe98
\ No newline at end of file
+d8bfc67c6fcad865c4de6b86abcb52aa
\ No newline at end of file
diff --git a/docs/html/inherit_graph_35.png b/docs/html/inherit_graph_35.png
index 22472a0f..6ec3146e 100644
Binary files a/docs/html/inherit_graph_35.png and b/docs/html/inherit_graph_35.png differ
diff --git a/docs/html/inherit_graph_36.map b/docs/html/inherit_graph_36.map
index de2fe616..f26315cd 100644
--- a/docs/html/inherit_graph_36.map
+++ b/docs/html/inherit_graph_36.map
@@ -1,3 +1,3 @@
-
+
diff --git a/docs/html/inherit_graph_36.md5 b/docs/html/inherit_graph_36.md5
index 5f317227..a06ad2ca 100644
--- a/docs/html/inherit_graph_36.md5
+++ b/docs/html/inherit_graph_36.md5
@@ -1 +1 @@
-d8bfc67c6fcad865c4de6b86abcb52aa
\ No newline at end of file
+a5ce13082b48f8346234bc9e39550ea9
\ No newline at end of file
diff --git a/docs/html/inherit_graph_36.png b/docs/html/inherit_graph_36.png
index 6ec3146e..3d6c385f 100644
Binary files a/docs/html/inherit_graph_36.png and b/docs/html/inherit_graph_36.png differ
diff --git a/docs/html/inherit_graph_37.map b/docs/html/inherit_graph_37.map
index f26315cd..d34840bc 100644
--- a/docs/html/inherit_graph_37.map
+++ b/docs/html/inherit_graph_37.map
@@ -1,3 +1,3 @@
-
+
diff --git a/docs/html/inherit_graph_37.md5 b/docs/html/inherit_graph_37.md5
index a06ad2ca..fadc4f70 100644
--- a/docs/html/inherit_graph_37.md5
+++ b/docs/html/inherit_graph_37.md5
@@ -1 +1 @@
-a5ce13082b48f8346234bc9e39550ea9
\ No newline at end of file
+bdb19714dbd31ee948af506e783bfc14
\ No newline at end of file
diff --git a/docs/html/inherit_graph_37.png b/docs/html/inherit_graph_37.png
index 3d6c385f..f0711b73 100644
Binary files a/docs/html/inherit_graph_37.png and b/docs/html/inherit_graph_37.png differ
diff --git a/docs/html/inherit_graph_38.map b/docs/html/inherit_graph_38.map
index d34840bc..f3a05b0a 100644
--- a/docs/html/inherit_graph_38.map
+++ b/docs/html/inherit_graph_38.map
@@ -1,3 +1,5 @@
-
+
+
+
diff --git a/docs/html/inherit_graph_38.md5 b/docs/html/inherit_graph_38.md5
index fadc4f70..90f844ea 100644
--- a/docs/html/inherit_graph_38.md5
+++ b/docs/html/inherit_graph_38.md5
@@ -1 +1 @@
-bdb19714dbd31ee948af506e783bfc14
\ No newline at end of file
+cb8008c3bdb1a468f232b5a9b521dac2
\ No newline at end of file
diff --git a/docs/html/inherit_graph_38.png b/docs/html/inherit_graph_38.png
index f0711b73..664f2690 100644
Binary files a/docs/html/inherit_graph_38.png and b/docs/html/inherit_graph_38.png differ
diff --git a/docs/html/inherit_graph_41.md5 b/docs/html/inherit_graph_41.md5
index 6b630acf..efd2e42a 100644
--- a/docs/html/inherit_graph_41.md5
+++ b/docs/html/inherit_graph_41.md5
@@ -1 +1 @@
-c5eeaef132286c5c21ba582b89db4acf
\ No newline at end of file
+5dc4e27abd8e5d996d16e7ccf7a47f20
\ No newline at end of file
diff --git a/docs/html/inherit_graph_43.md5 b/docs/html/inherit_graph_43.md5
index f87bb522..57ea0bfe 100644
--- a/docs/html/inherit_graph_43.md5
+++ b/docs/html/inherit_graph_43.md5
@@ -1 +1 @@
-e6ea1d3f208ef9a3bed3b76b536e1b83
\ No newline at end of file
+ee4a005d3a9d596beda700d6c5a34721
\ No newline at end of file
diff --git a/docs/html/inherits.html b/docs/html/inherits.html
index 03d5d5a6..28c227d9 100644
--- a/docs/html/inherits.html
+++ b/docs/html/inherits.html
@@ -257,17 +257,15 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable();
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -287,7 +285,29 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable();
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -313,7 +333,7 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable();
-
+
@@ -322,58 +342,34 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable();
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
diff --git a/docs/html/namespaceGpgFrontend_1_1UI.html b/docs/html/namespaceGpgFrontend_1_1UI.html
index da7727ec..8f259e66 100644
--- a/docs/html/namespaceGpgFrontend_1_1UI.html
+++ b/docs/html/namespaceGpgFrontend_1_1UI.html
@@ -115,10 +115,6 @@ Classes
class FindWidget
Class for handling the find widget shown at buttom of a textedit-page. More...
-class GeneralDialog
-
-class GeneralMainWindow
-
class GeneralTab
class GpgFrontendApplication
@@ -163,10 +159,6 @@ Classes
class KeyServerImportDialog
-class KeyServerImportTask
-
-class KeyServerSearchTask
-
class KeyserverTab
class KeySetExpireDateDialog
@@ -270,8 +262,6 @@ bool path_pre_check (Q
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)
-void import_key_from_keyserver (QWidget *parent, const std::string &key_id, const std::string &key_server)
-
std::string binary_to_string (const std::string &source)
@@ -309,48 +299,6 @@ std::string binary_to_stri
-
-◆ import_key_from_keyserver()
-
-
-
-
-
- void GpgFrontend::UI::import_key_from_keyserver
- (
- QWidget *
- parent ,
-
-
-
-
- const std::string &
- key_id ,
-
-
-
-
- const std::string &
- key_server
-
-
-
- )
-
-
-
-
-
Parameters
-
- parent
- key_id
- key_server
-
-
-
-
-
-
◆ import_unknown_key_from_keyserver()
diff --git a/docs/html/namespaceGpgFrontend_1_1UI.js b/docs/html/namespaceGpgFrontend_1_1UI.js
index 938c1695..9da3c862 100644
--- a/docs/html/namespaceGpgFrontend_1_1UI.js
+++ b/docs/html/namespaceGpgFrontend_1_1UI.js
@@ -10,8 +10,6 @@ var namespaceGpgFrontend_1_1UI =
[ "FilePage", "classGpgFrontend_1_1UI_1_1FilePage.html", "classGpgFrontend_1_1UI_1_1FilePage" ],
[ "FileReadTask", "classGpgFrontend_1_1UI_1_1FileReadTask.html", "classGpgFrontend_1_1UI_1_1FileReadTask" ],
[ "FindWidget", "classGpgFrontend_1_1UI_1_1FindWidget.html", "classGpgFrontend_1_1UI_1_1FindWidget" ],
- [ "GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html", "classGpgFrontend_1_1UI_1_1GeneralDialog" ],
- [ "GeneralMainWindow", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html", "classGpgFrontend_1_1UI_1_1GeneralMainWindow" ],
[ "GeneralTab", "classGpgFrontend_1_1UI_1_1GeneralTab.html", "classGpgFrontend_1_1UI_1_1GeneralTab" ],
[ "GpgFrontendApplication", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication" ],
[ "HelpPage", "classGpgFrontend_1_1UI_1_1HelpPage.html", "classGpgFrontend_1_1UI_1_1HelpPage" ],
@@ -33,8 +31,6 @@ var namespaceGpgFrontend_1_1UI =
[ "KeyPairSubkeyTab", "classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html", "classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab" ],
[ "KeyPairUIDTab", "classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html", "classGpgFrontend_1_1UI_1_1KeyPairUIDTab" ],
[ "KeyServerImportDialog", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog" ],
- [ "KeyServerImportTask", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html", "classGpgFrontend_1_1UI_1_1KeyServerImportTask" ],
- [ "KeyServerSearchTask", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask" ],
[ "KeyserverTab", "classGpgFrontend_1_1UI_1_1KeyserverTab.html", "classGpgFrontend_1_1UI_1_1KeyserverTab" ],
[ "KeySetExpireDateDialog", "classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html", "classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog" ],
[ "KeyTable", "structGpgFrontend_1_1UI_1_1KeyTable.html", "structGpgFrontend_1_1UI_1_1KeyTable" ],
diff --git a/docs/html/namespacemembers.html b/docs/html/namespacemembers.html
index bce71226..6da2f4f5 100644
--- a/docs/html/namespacemembers.html
+++ b/docs/html/namespacemembers.html
@@ -132,9 +132,6 @@ $(document).ready(function(){initNavTree('namespacemembers.html',''); initResiza
- i -
-import_key_from_keyserver()
-: GpgFrontend::UI
-
import_unknown_key_from_keyserver()
: GpgFrontend::UI
diff --git a/docs/html/namespacemembers_func.html b/docs/html/namespacemembers_func.html
index b1ff55fa..9b58ab52 100644
--- a/docs/html/namespacemembers_func.html
+++ b/docs/html/namespacemembers_func.html
@@ -132,9 +132,6 @@ $(document).ready(function(){initNavTree('namespacemembers_func.html',''); initR
- i -
-import_key_from_keyserver()
-: GpgFrontend::UI
-
import_unknown_key_from_keyserver()
: GpgFrontend::UI
diff --git a/docs/html/navtreedata.js b/docs/html/navtreedata.js
index cbbae18b..a7facc2e 100644
--- a/docs/html/navtreedata.js
+++ b/docs/html/navtreedata.js
@@ -51,12 +51,12 @@ var NAVTREE =
var NAVTREEINDEX =
[
"AboutDialog_8h_source.html",
-"classGpgFrontend_1_1GpgConstants.html#a58558c2335021c7e6217dbd156d07705",
-"classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37",
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a60f3fab73cb82114b17b10d6ac2f3b1a",
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff",
-"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1",
-"functions_func_m.html"
+"classGpgFrontend_1_1GpgConstants.html#accb94e62d07af77123b79462971b4d55",
+"classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de",
+"classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f",
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4569bb5afb56e0caaa6eeadac05a53d6",
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a02ed478164a2e7d4b5a1a26e99486f2f",
+"namespaceGpgFrontend_1_1UI.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/docs/html/navtreeindex0.js b/docs/html/navtreeindex0.js
index 426419b4..98167fa0 100644
--- a/docs/html/navtreeindex0.js
+++ b/docs/html/navtreeindex0.js
@@ -1,18 +1,16 @@
var NAVTREEINDEX0 =
{
-"AboutDialog_8h_source.html":[3,0,0,1,0,1,0],
+"AboutDialog_8h_source.html":[3,0,0,1,2,0],
"ArchiveFileOperator_8h_source.html":[3,0,0,0,1,3],
"CharsetOperator_8h_source.html":[3,0,0,0,1,4],
"CoreCommonUtil_8h_source.html":[3,0,0,0,0,0],
"CtxCheckTask_8h_source.html":[3,0,0,0,3,0],
"DataObjectOperator_8h_source.html":[3,0,0,0,1,5],
-"ExportKeyPackageDialog_8h_source.html":[3,0,0,1,0,2,0],
+"ExportKeyPackageDialog_8h_source.html":[3,0,0,1,3,0],
"FileOperator_8h_source.html":[3,0,0,0,1,6],
-"FilePage_8h_source.html":[3,0,0,1,4,0],
+"FilePage_8h_source.html":[3,0,0,1,10,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,6],
-"GeneralMainWindow_8h_source.html":[3,0,0,1,1,0],
+"FindWidget_8h_source.html":[3,0,0,1,10,1],
"GlobalSettingStation_8h_source.html":[3,0,0,0,1,7],
"GpgBasicOperator_8h_source.html":[3,0,0,0,1,1,0],
"GpgCommandExecutor_8h_source.html":[3,0,0,0,1,1,1],
@@ -23,10 +21,10 @@ var NAVTREEINDEX0 =
"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,2],
-"GpgFrontendApplication_8h_source.html":[3,0,0,1,5],
+"GpgFrontendApplication_8h_source.html":[3,0,0,1,11],
"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],
+"GpgFrontendUIInit_8h_source.html":[3,0,0,1,13],
+"GpgFrontendUI_8h_source.html":[3,0,0,1,12],
"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],
@@ -45,55 +43,53 @@ var NAVTREEINDEX0 =
"GpgUIDOperator_8h_source.html":[3,0,0,0,1,1,7],
"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,4,0],
-"KeyImportDetailDialog_8h_source.html":[3,0,0,1,0,2,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,4,1],
+"HelpPage_8h_source.html":[3,0,0,1,10,2],
+"InfoBoardWidget_8h_source.html":[3,0,0,1,10,3],
+"KeyDetailsDialog_8h_source.html":[3,0,0,1,5,0],
+"KeyImportDetailDialog_8h_source.html":[3,0,0,1,3,1],
+"KeyList_8h_source.html":[3,0,0,1,10,4],
+"KeyMgmt_8h_source.html":[3,0,0,1,14],
+"KeyNewUIDDialog_8h_source.html":[3,0,0,1,5,1],
"KeyPackageOperator_8h_source.html":[3,0,0,0,1,8],
-"KeyPairDetailTab_8h_source.html":[3,0,0,1,0,4,2],
-"KeyPairOperaTab_8h_source.html":[3,0,0,1,0,4,3],
-"KeyPairSubkeyTab_8h_source.html":[3,0,0,1,0,4,4],
-"KeyPairUIDTab_8h_source.html":[3,0,0,1,0,4,5],
-"KeyServerImportDialog_8h_source.html":[3,0,0,1,0,2,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,4,6],
-"KeyUIDSignDialog_8h_source.html":[3,0,0,1,0,4,7],
-"KeyUploadDialog_8h_source.html":[3,0,0,1,0,2,3],
-"KeygenDialog_8h_source.html":[3,0,0,1,0,3,0],
-"ListedKeyServerTestTask_8h_source.html":[3,0,0,1,3,2],
-"MainWindow_8h_source.html":[3,0,0,1,1,2],
+"KeyPairDetailTab_8h_source.html":[3,0,0,1,5,2],
+"KeyPairOperaTab_8h_source.html":[3,0,0,1,5,3],
+"KeyPairSubkeyTab_8h_source.html":[3,0,0,1,5,4],
+"KeyPairUIDTab_8h_source.html":[3,0,0,1,5,5],
+"KeyServerImportDialog_8h_source.html":[3,0,0,1,3,2],
+"KeySetExpireDateDialog_8h_source.html":[3,0,0,1,5,6],
+"KeyUIDSignDialog_8h_source.html":[3,0,0,1,5,7],
+"KeyUploadDialog_8h_source.html":[3,0,0,1,3,3],
+"KeygenDialog_8h_source.html":[3,0,0,1,4,0],
+"ListedKeyServerTestTask_8h_source.html":[3,0,0,1,9,0],
+"MainWindow_8h_source.html":[3,0,0,1,6,0],
"PassphraseGenerator_8h_source.html":[3,0,0,0,1,9],
-"PlainTextEditorPage_8h_source.html":[3,0,0,1,4,5],
-"ProxyConnectionTestThread_8h_source.html":[3,0,0,1,3,3],
-"QuitDialog_8h_source.html":[3,0,0,1,0,7],
-"SettingsAdvanced_8h_source.html":[3,0,0,1,0,5,0],
-"SettingsAppearance_8h_source.html":[3,0,0,1,0,5,1],
-"SettingsDialog_8h_source.html":[3,0,0,1,0,5,2],
-"SettingsGeneral_8h_source.html":[3,0,0,1,0,5,3],
-"SettingsKeyServer_8h_source.html":[3,0,0,1,0,5,4],
-"SettingsNetwork_8h_source.html":[3,0,0,1,0,5,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,8],
-"SoftwareVersion_8h_source.html":[3,0,0,1,2,1],
-"SubkeyGenerateDialog_8h_source.html":[3,0,0,1,0,3,1],
-"TOFUInfoPage_8h_source.html":[3,0,0,1,4,7],
+"PlainTextEditorPage_8h_source.html":[3,0,0,1,10,5],
+"ProxyConnectionTestThread_8h_source.html":[3,0,0,1,9,1],
+"QuitDialog_8h_source.html":[3,0,0,1,1,0],
+"SettingsAdvanced_8h_source.html":[3,0,0,1,7,0],
+"SettingsAppearance_8h_source.html":[3,0,0,1,7,1],
+"SettingsDialog_8h_source.html":[3,0,0,1,7,2],
+"SettingsGeneral_8h_source.html":[3,0,0,1,7,3],
+"SettingsKeyServer_8h_source.html":[3,0,0,1,7,4],
+"SettingsNetwork_8h_source.html":[3,0,0,1,7,5],
+"SettingsObject_8h_source.html":[3,0,0,1,8,0],
+"SignalStation_8h_source.html":[3,0,0,1,15],
+"SignatureDetailsDialog_8h_source.html":[3,0,0,1,0,0],
+"SignersPicker_8h_source.html":[3,0,0,1,10,6],
+"SoftwareVersion_8h_source.html":[3,0,0,1,8,1],
+"SubkeyGenerateDialog_8h_source.html":[3,0,0,1,4,1],
+"TOFUInfoPage_8h_source.html":[3,0,0,1,10,8],
"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],
+"TextEdit_8h_source.html":[3,0,0,1,10,7],
"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,9],
-"Wizard_8h_source.html":[3,0,0,1,0,10],
+"UserInterfaceUtils_8h_source.html":[3,0,0,1,16],
+"VerifyDetailsDialog_8h_source.html":[3,0,0,1,0,1],
+"VerifyKeyDetailBox_8h_source.html":[3,0,0,1,10,9],
+"VersionCheckTask_8h_source.html":[3,0,0,1,9,2],
+"WaitingDialog_8h_source.html":[3,0,0,1,1,1],
+"Wizard_8h_source.html":[3,0,0,1,1,2],
"aes__ssl_8h_source.html":[3,0,0,0,1,0,0],
"annotated.html":[2,0],
"classGpgFrontend_1_1ArchiveFileOperator.html":[2,0,0,3],
@@ -249,5 +245,9 @@ var NAVTREEINDEX0 =
"classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2":[2,0,0,14,1],
"classGpgFrontend_1_1GpgConstants.html#a2c92d804e331fea2a57cba3028aa51ae":[2,0,0,14,0],
"classGpgFrontend_1_1GpgConstants.html#a36861cbbc85a53f4a42fa07153aa0150":[2,0,0,14,7],
-"classGpgFrontend_1_1GpgConstants.html#a53310750d959947f316c793504e6eac1":[2,0,0,14,6]
+"classGpgFrontend_1_1GpgConstants.html#a53310750d959947f316c793504e6eac1":[2,0,0,14,6],
+"classGpgFrontend_1_1GpgConstants.html#a58558c2335021c7e6217dbd156d07705":[2,0,0,14,2],
+"classGpgFrontend_1_1GpgConstants.html#a7f8ee639c08d4b477e6ab6ec87500f9b":[2,0,0,14,5],
+"classGpgFrontend_1_1GpgConstants.html#aa3fa92fdc37cef4bba55b5e340299e9d":[2,0,0,14,3],
+"classGpgFrontend_1_1GpgConstants.html#aafcb370531c8e84dec1e4d81ffeade1a":[2,0,0,14,8]
};
diff --git a/docs/html/navtreeindex1.js b/docs/html/navtreeindex1.js
index dce36c5d..4cae2a19 100644
--- a/docs/html/navtreeindex1.js
+++ b/docs/html/navtreeindex1.js
@@ -1,9 +1,5 @@
var NAVTREEINDEX1 =
{
-"classGpgFrontend_1_1GpgConstants.html#a58558c2335021c7e6217dbd156d07705":[2,0,0,14,2],
-"classGpgFrontend_1_1GpgConstants.html#a7f8ee639c08d4b477e6ab6ec87500f9b":[2,0,0,14,5],
-"classGpgFrontend_1_1GpgConstants.html#aa3fa92fdc37cef4bba55b5e340299e9d":[2,0,0,14,3],
-"classGpgFrontend_1_1GpgConstants.html#aafcb370531c8e84dec1e4d81ffeade1a":[2,0,0,14,8],
"classGpgFrontend_1_1GpgConstants.html#accb94e62d07af77123b79462971b4d55":[2,0,0,14,4],
"classGpgFrontend_1_1GpgContext.html":[2,0,0,15],
"classGpgFrontend_1_1GpgContext.html#a01e46d0718b61a224a52028b9da90468":[2,0,0,15,14],
@@ -249,5 +245,9 @@ var NAVTREEINDEX1 =
"classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0":[2,0,0,34,9],
"classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f":[2,0,0,34,11],
"classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402":[2,0,0,34,13],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8":[2,0,0,34,10]
+"classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8":[2,0,0,34,10],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37":[2,0,0,34,1],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a86f44d98d2109f0fe210604326393eb3":[2,0,0,34,0],
+"classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0":[2,0,0,34,12],
+"classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3":[2,0,0,34,3]
};
diff --git a/docs/html/navtreeindex2.js b/docs/html/navtreeindex2.js
index 28be38e9..20b251bc 100644
--- a/docs/html/navtreeindex2.js
+++ b/docs/html/navtreeindex2.js
@@ -1,9 +1,5 @@
var NAVTREEINDEX2 =
{
-"classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37":[2,0,0,34,1],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a86f44d98d2109f0fe210604326393eb3":[2,0,0,34,0],
-"classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0":[2,0,0,34,12],
-"classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3":[2,0,0,34,3],
"classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de":[2,0,0,34,2],
"classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4":[2,0,0,34,6],
"classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d":[2,0,0,34,14],
@@ -239,15 +235,19 @@ var NAVTREEINDEX2 =
"classGpgFrontend_1_1UI_1_1FindWidget.html#a8188c030936fbda27ac400a7ab59e61c":[2,0,0,1,9,3],
"classGpgFrontend_1_1UI_1_1FindWidget.html#aa019bd8b63ad1e79050e4428cfee62cf":[2,0,0,1,9,4],
"classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe":[2,0,0,1,9,7],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html":[2,0,0,1,10],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a34d01f247eee92017a2eccf697cda080":[2,0,0,1,10,2],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a42043895f4b33acd1531c428ae4deaa8":[2,0,0,1,10,1],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a940a6ea31dff4db83f9f08d38e843a2b":[2,0,0,1,10,3],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c":[2,0,0,1,10,0],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ad9b847aa128dfeb4ecf0064ef948e6ea":[2,0,0,1,10,5],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ae91392293866dc302132a9fc19209d8c":[2,0,0,1,10,4],
-"classGpgFrontend_1_1UI_1_1GeneralDialog.html#aeda520454fd38920a027c1a4195a2e6f":[2,0,0,1,10,6],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html":[2,0,0,1,11],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a42d1bc5a70f0e81cb49c88eb23544255":[2,0,0,1,11,3],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a5c0bb4c6847846d57ca7524d5f5e4d53":[2,0,0,1,11,9]
+"classGpgFrontend_1_1UI_1_1GeneralTab.html":[2,0,0,1,10],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c":[2,0,0,1,10,0],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#a3b97ed699cbc2f34b9e887cd2c83b645":[2,0,0,1,10,6],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#a4523f55e98cee600b2fd47b1750b4d24":[2,0,0,1,10,1],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b":[2,0,0,1,10,2],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa183fdff30ef4581a05ff5c0fde44d8c":[2,0,0,1,10,4],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69":[2,0,0,1,10,3],
+"classGpgFrontend_1_1UI_1_1GeneralTab.html#abaf12014356a2fa20f66945004abb7c2":[2,0,0,1,10,5],
+"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html":[2,0,0,1,11],
+"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590":[2,0,0,1,11,1],
+"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0":[2,0,0,1,11,3],
+"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e":[2,0,0,1,11,2],
+"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ae0c8f5dda829371d9f1e2d4d6913be21":[2,0,0,1,11,0],
+"classGpgFrontend_1_1UI_1_1HelpPage.html":[2,0,0,1,12],
+"classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006":[2,0,0,1,12,0]
};
diff --git a/docs/html/navtreeindex3.js b/docs/html/navtreeindex3.js
index c1129199..55abafab 100644
--- a/docs/html/navtreeindex3.js
+++ b/docs/html/navtreeindex3.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX3 =
{
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a60f3fab73cb82114b17b10d6ac2f3b1a":[2,0,0,1,11,1],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013":[2,0,0,1,11,0],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a8ddf641e1266d00cb876ddf786e5ccb8":[2,0,0,1,11,4],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ab0dd85f0fcbbab2f15eee995458d2dfb":[2,0,0,1,11,5],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#abb5b9f6dd7aed18f42cea885af85c741":[2,0,0,1,11,6],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ac581df0af500c9e8a73b8f988739600b":[2,0,0,1,11,7],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ad799871eab498f2e535f52f0082f8b8b":[2,0,0,1,11,8],
-"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#af5c86754836a678c7058e6f633968863":[2,0,0,1,11,2],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html":[2,0,0,1,12],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c":[2,0,0,1,12,0],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#a3b97ed699cbc2f34b9e887cd2c83b645":[2,0,0,1,12,6],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#a4523f55e98cee600b2fd47b1750b4d24":[2,0,0,1,12,1],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b":[2,0,0,1,12,2],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa183fdff30ef4581a05ff5c0fde44d8c":[2,0,0,1,12,4],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69":[2,0,0,1,12,3],
-"classGpgFrontend_1_1UI_1_1GeneralTab.html#abaf12014356a2fa20f66945004abb7c2":[2,0,0,1,12,5],
-"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html":[2,0,0,1,13],
-"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590":[2,0,0,1,13,1],
-"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0":[2,0,0,1,13,3],
-"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e":[2,0,0,1,13,2],
-"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298":[2,0,0,1,13,0],
-"classGpgFrontend_1_1UI_1_1HelpPage.html":[2,0,0,1,14],
-"classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006":[2,0,0,1,14,0],
-"classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f":[2,0,0,1,14,2],
-"classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99":[2,0,0,1,14,3],
-"classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846":[2,0,0,1,14,1],
-"classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c":[2,0,0,1,14,4],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html":[2,0,0,1,15],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a2c23091fa2fd5b97a045ac6c492caaca":[2,0,0,1,15,8],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71":[2,0,0,1,15,1],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4d18a72ae1c460a12b8902d426d9d395":[2,0,0,1,15,13],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab":[2,0,0,1,15,3],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3":[2,0,0,1,15,12],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516":[2,0,0,1,15,9],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32":[2,0,0,1,15,5],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a83a4ec326911b8b112bc471e7ca14925":[2,0,0,1,15,7],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad":[2,0,0,1,15,4],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac576ad298acc83cc313b6753e3715441":[2,0,0,1,15,10],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02":[2,0,0,1,15,6],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ad30591c31d19936cfd256e1a3c35d08f":[2,0,0,1,15,11],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010":[2,0,0,1,15,0],
-"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38":[2,0,0,1,15,2],
-"classGpgFrontend_1_1UI_1_1InfoTab.html":[2,0,0,1,16],
-"classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc":[2,0,0,1,16,0],
-"classGpgFrontend_1_1UI_1_1IntroPage.html":[2,0,0,1,17],
-"classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4":[2,0,0,1,17,1],
-"classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d":[2,0,0,1,17,0],
-"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html":[2,0,0,1,18],
-"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a2c3d09bc4b7ebce9839ec03a43838d32":[2,0,0,1,18,0],
-"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a701ed5c70a8a0965b0d887b6d187e996":[2,0,0,1,18,1],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html":[2,0,0,1,19],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b":[2,0,0,1,19,2],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40":[2,0,0,1,19,20],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc":[2,0,0,1,19,14],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a104dcf364452ab5fe019f51c6db7f7d9":[2,0,0,1,19,22],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a10677e68994c32676acb051a0153375d":[2,0,0,1,19,4],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d":[2,0,0,1,19,21],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd":[2,0,0,1,19,17],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841":[2,0,0,1,19,24],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8":[2,0,0,1,19,16],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3":[2,0,0,1,19,18],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9":[2,0,0,1,19,0],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226":[2,0,0,1,19,10],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb":[2,0,0,1,19,5],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76":[2,0,0,1,19,12],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a52bf44c05cf1280ba13369ae2c33c60a":[2,0,0,1,19,29],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1":[2,0,0,1,19,26],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0":[2,0,0,1,19,28],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219":[2,0,0,1,19,19],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658":[2,0,0,1,19,3],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8ecbb5721d5a2a0f85fd7b362f62bf83":[2,0,0,1,19,30],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5":[2,0,0,1,19,9],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146":[2,0,0,1,19,6],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52":[2,0,0,1,19,15],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844":[2,0,0,1,19,23],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[2,0,0,1,19,25],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76":[2,0,0,1,19,7],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc":[2,0,0,1,19,8],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[2,0,0,1,19,11],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28":[2,0,0,1,19,1],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514":[2,0,0,1,19,13],
-"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aff131dd6f7178c63ef2e2f85d30828a2":[2,0,0,1,19,27],
-"classGpgFrontend_1_1UI_1_1KeyGenPage.html":[2,0,0,1,20],
-"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70":[2,0,0,1,20,0],
-"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead":[2,0,0,1,20,1],
-"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a8b757ec603524d53307278110cece2bd":[2,0,0,1,20,2],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html":[2,0,0,1,21],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1":[2,0,0,1,21,0],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a1f82af3b6aee0e6e5999b1b146b36938":[2,0,0,1,21,7],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a238e3af4b4980dd563e1fe6ea12f4474":[2,0,0,1,21,9],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a2abf6522dd8c254074d9174fcde1d2be":[2,0,0,1,21,8],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a8bc7fdc44432686d8b154783b2d156e8":[2,0,0,1,21,6],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6":[2,0,0,1,21,3],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8":[2,0,0,1,21,1],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4":[2,0,0,1,21,4],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24":[2,0,0,1,21,2],
-"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#affc26751c72e51c702eea3a251f284db":[2,0,0,1,21,5],
-"classGpgFrontend_1_1UI_1_1KeyList.html":[2,0,0,1,22],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a0c3090591dff7b68bfb83c93d2c168e3":[2,0,0,1,22,4],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a0ea28d6f108bad10aaa8844fa86db033":[2,0,0,1,22,3],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a152e66db4a0f033366f43b4ec89073f4":[2,0,0,1,22,27],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a19b3f64d41843bb267fcd6c9956fde88":[2,0,0,1,22,30],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544":[2,0,0,1,22,13],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9":[2,0,0,1,22,5],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f":[2,0,0,1,22,8],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e":[2,0,0,1,22,17],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38":[2,0,0,1,22,11],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689":[2,0,0,1,22,19],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e":[2,0,0,1,22,24],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a6e97d359158f91217b9fe797410c74a6":[2,0,0,1,22,26],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec":[2,0,0,1,22,1],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a74ef918cd437730e111171660df06c81":[2,0,0,1,22,31],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a79416ec91e91f19712bf72aeb6440175":[2,0,0,1,22,16],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418":[2,0,0,1,22,0],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291":[2,0,0,1,22,21],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87":[2,0,0,1,22,9],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd":[2,0,0,1,22,12],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190":[2,0,0,1,22,6],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a86a294a8baa9feaeb808f0af956ef522":[2,0,0,1,22,22],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a8aeb2eef64f57fbc2e7f06f433d1ccb2":[2,0,0,1,22,36],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a8d1e2fde8e54d111581adc701e3191bb":[2,0,0,1,22,32],
-"classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a":[2,0,0,1,22,23],
-"classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886":[2,0,0,1,22,2],
-"classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5":[2,0,0,1,22,20],
-"classGpgFrontend_1_1UI_1_1KeyList.html#aad57901bf84aaf7849e7cf7bb9f8fc99":[2,0,0,1,22,25],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe":[2,0,0,1,22,18],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f":[2,0,0,1,22,14],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153":[2,0,0,1,22,15],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33":[2,0,0,1,22,10],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ac4629f2ffafe87215acc66f3cefc23d4":[2,0,0,1,22,29],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ac4d74ae5a34617b0be9915a43a2abdaa":[2,0,0,1,22,35],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ad3b6021ff2b2f03874bc9886bc08c152":[2,0,0,1,22,33],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ade6f1511cb60ceafcfe8e50a2ef28c73":[2,0,0,1,22,34],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f":[2,0,0,1,22,7],
-"classGpgFrontend_1_1UI_1_1KeyList.html#ae9667bbf246913ea22413d46bcda675a":[2,0,0,1,22,28],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html":[2,0,0,1,26],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a00fdf40c55943c8542eaebab041f02b8":[2,0,0,1,26,28],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0380d65d9d12fb2b9d66c212287b8b92":[2,0,0,1,26,18],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a08ce0587e28ac312273fdb0988f63bbe":[2,0,0,1,26,27],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b":[2,0,0,1,26,4],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b4b2f521362d8e24a9875d51b0f877c":[2,0,0,1,26,9],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0eae43c328a32aedfa4a5a55cf328966":[2,0,0,1,26,25],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a137117a6c303eaf7bdca7a11edcc178c":[2,0,0,1,26,5],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1d5091c7be671b5c0446b52bef3eeb48":[2,0,0,1,26,24],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1ee904754ebe088ad002fb6c9b3f9000":[2,0,0,1,26,11],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2166d56c56ad66fd415d6628cfffd9b7":[2,0,0,1,26,6],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8":[2,0,0,1,26,1],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2bcdba46a4ace5bb9dd742759a00f4e3":[2,0,0,1,26,20],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a33e88ef94386833575afede7a7ff144a":[2,0,0,1,26,26],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a375530da2a3ff57e47b5f28af0bec09b":[2,0,0,1,26,10],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6266d640cb37c14fbe2c96bdb9c15935":[2,0,0,1,26,36],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5":[2,0,0,1,26,3],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46":[2,0,0,1,26,2],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a75e6e38da08275188c7a78fb57fa6641":[2,0,0,1,26,22],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a7623fa63b3c24ee86d923b434dee9c7f":[2,0,0,1,26,33],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7":[2,0,0,1,26,35],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf":[2,0,0,1,26,15],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7":[2,0,0,1,26,12],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8":[2,0,0,1,26,14],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a":[2,0,0,1,26,13],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743":[2,0,0,1,26,16],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#abf0f05743185c40b3cd0936ddccf8f9d":[2,0,0,1,26,21],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be":[2,0,0,1,26,17],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[2,0,0,1,26,23],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[2,0,0,1,26,8],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,1,26,29],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[2,0,0,1,26,30],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d":[2,0,0,1,26,32],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#adff3b71d088f4a13ef3d032b3c0ecebc":[2,0,0,1,26,34],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ae41fbcbbf621133fb7655e566f36768b":[2,0,0,1,26,31],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64":[2,0,0,1,26,0],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#af089757a71f5f27922c45eb52c924f88":[2,0,0,1,26,7],
-"classGpgFrontend_1_1UI_1_1KeyMgmt.html#afa24ed000e0833c2cb8f7fea1111299c":[2,0,0,1,26,19],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html":[2,0,0,1,27],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a0e2fdf02be3247409cc1590bea0c1fe8":[2,0,0,1,27,2],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a221d649fb0dfb4048cdf432e05686fe1":[2,0,0,1,27,10],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a2b9b0aabdbceb4482ebcdfd6c3af987d":[2,0,0,1,27,9],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a3844bbdb3d0c4e46b3118b7576917ba2":[2,0,0,1,27,11],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c":[2,0,0,1,27,3],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6a7c9f82af2848ef847fef68ab5afbf5":[2,0,0,1,27,6],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6dd2a97ec6b3e22c6d29182b1ceb49f3":[2,0,0,1,27,8],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6f0e8f878445e71527f23bf8b9edcd90":[2,0,0,1,27,4],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27":[2,0,0,1,27,0],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#acb100218dfa9f97f633d1b3cd7bf5a05":[2,0,0,1,27,7],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a":[2,0,0,1,27,1],
-"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ae2dcd1d3f6264f6e58d8b69aa0511321":[2,0,0,1,27,5],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html":[2,0,0,1,28],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a01664d76e4405685086e31d6ae29b18d":[2,0,0,1,28,3],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b":[2,0,0,1,28,18],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1696d290fd22046aaf66b0c8855478cf":[2,0,0,1,28,2],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6":[2,0,0,1,28,13],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab":[2,0,0,1,28,5],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a285b5aa841aadd345096b722de2c5207":[2,0,0,1,28,10],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a34ea69e2f2a6d190121c0463cf190a63":[2,0,0,1,28,22],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4":[2,0,0,1,28,17],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a72717007cd65887f79b6f963568263a3":[2,0,0,1,28,23],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a73a47d699a33419a6cc265d55b89be50":[2,0,0,1,28,19],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444":[2,0,0,1,28,0],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a7a8119c794ed9ed63c0caa1c3373b6dc":[2,0,0,1,28,4],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec":[2,0,0,1,28,7],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d":[2,0,0,1,28,9],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be":[2,0,0,1,28,20],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975":[2,0,0,1,28,8],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1":[2,0,0,1,28,6],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c":[2,0,0,1,28,16],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ab14f5ac30ce3cca1c42155bae030c62e":[2,0,0,1,28,14],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#acd538bd5cd229b0f66e05803b6531443":[2,0,0,1,28,15],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e":[2,0,0,1,28,21],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594":[2,0,0,1,28,12],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0":[2,0,0,1,28,11],
-"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2":[2,0,0,1,28,1],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html":[2,0,0,1,29],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab":[2,0,0,1,29,2],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f":[2,0,0,1,29,1],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4eb2668e860bb19e5c3c47a922b1e671":[2,0,0,1,29,7],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a504d26d23c6e4228b732f2f79c2c6fa3":[2,0,0,1,29,5],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a636caee67903f6f6114ba7a63ba49781":[2,0,0,1,29,6],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a6becf000c1128e46afee8a86066a242c":[2,0,0,1,29,10],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a9a28a055e8e549288e7dce49050493f5":[2,0,0,1,29,13],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aa150485d290176e45d7bb1e87601abde":[2,0,0,1,29,12],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5":[2,0,0,1,29,0],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab23cb5c7d25aabc0bed9ba530f3866ba":[2,0,0,1,29,8],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab5304882e1883244ff798ec06ff1c888":[2,0,0,1,29,11],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#acb6fe75a2e834469627d9b46ad84d514":[2,0,0,1,29,4],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ae5351ab31a47755ec82a007cd3610b55":[2,0,0,1,29,3],
-"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#af2b406e19ae3e456c78e558c2d82d410":[2,0,0,1,29,9],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html":[2,0,0,1,30],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253":[2,0,0,1,30,2],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a083cd080527b4e1f1009ca6d3152894f":[2,0,0,1,30,9],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0c80829e8fd1802dd3c984fe65c3ca36":[2,0,0,1,30,25],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0ee84c4e1ea5c7c75bcddd2325993934":[2,0,0,1,30,8],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf":[2,0,0,1,30,17],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1420046130128b5679400d5ef7b7255e":[2,0,0,1,30,7],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c":[2,0,0,1,30,11],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2cad9b13df5cfa828d1ca641a19d2e08":[2,0,0,1,30,24],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2e44cb3bf3ed390f5e3db5cafb0870e9":[2,0,0,1,30,6],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862":[2,0,0,1,30,19],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739":[2,0,0,1,30,3],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a55b540fb99cbe55631af12c0c6156b20":[2,0,0,1,30,13],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876":[2,0,0,1,30,20],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a698f8af1dc074ca7433f9ee038ab4150":[2,0,0,1,30,18],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a6a64f9528cfd743d724947b27eefa0a5":[2,0,0,1,30,21],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927":[2,0,0,1,30,16],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a74cab42dc5d138fa2632d027af279957":[2,0,0,1,30,22],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a92f3f64ea29f6660358aab0b2d2da4dc":[2,0,0,1,30,10],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732":[2,0,0,1,30,0],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aab240016c10ecf575965108751fc0ff8":[2,0,0,1,30,15],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abbb66d84191a714d24f384125a25b328":[2,0,0,1,30,23],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abf09b9868514921763a9134084b228ee":[2,0,0,1,30,12],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36":[2,0,0,1,30,14]
+"classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f":[2,0,0,1,12,2],
+"classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99":[2,0,0,1,12,3],
+"classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846":[2,0,0,1,12,1],
+"classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c":[2,0,0,1,12,4],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html":[2,0,0,1,13],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a2c23091fa2fd5b97a045ac6c492caaca":[2,0,0,1,13,8],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71":[2,0,0,1,13,1],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4d18a72ae1c460a12b8902d426d9d395":[2,0,0,1,13,13],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab":[2,0,0,1,13,3],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3":[2,0,0,1,13,12],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516":[2,0,0,1,13,9],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32":[2,0,0,1,13,5],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a83a4ec326911b8b112bc471e7ca14925":[2,0,0,1,13,7],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad":[2,0,0,1,13,4],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac576ad298acc83cc313b6753e3715441":[2,0,0,1,13,10],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02":[2,0,0,1,13,6],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ad30591c31d19936cfd256e1a3c35d08f":[2,0,0,1,13,11],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010":[2,0,0,1,13,0],
+"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38":[2,0,0,1,13,2],
+"classGpgFrontend_1_1UI_1_1InfoTab.html":[2,0,0,1,14],
+"classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc":[2,0,0,1,14,0],
+"classGpgFrontend_1_1UI_1_1IntroPage.html":[2,0,0,1,15],
+"classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4":[2,0,0,1,15,1],
+"classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d":[2,0,0,1,15,0],
+"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html":[2,0,0,1,16],
+"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a2c3d09bc4b7ebce9839ec03a43838d32":[2,0,0,1,16,0],
+"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a701ed5c70a8a0965b0d887b6d187e996":[2,0,0,1,16,1],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html":[2,0,0,1,17],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b":[2,0,0,1,17,2],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40":[2,0,0,1,17,20],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc":[2,0,0,1,17,14],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a104dcf364452ab5fe019f51c6db7f7d9":[2,0,0,1,17,22],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a10677e68994c32676acb051a0153375d":[2,0,0,1,17,4],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d":[2,0,0,1,17,21],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd":[2,0,0,1,17,17],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841":[2,0,0,1,17,24],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8":[2,0,0,1,17,16],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3":[2,0,0,1,17,18],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9":[2,0,0,1,17,0],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226":[2,0,0,1,17,10],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb":[2,0,0,1,17,5],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76":[2,0,0,1,17,12],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a52bf44c05cf1280ba13369ae2c33c60a":[2,0,0,1,17,29],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1":[2,0,0,1,17,26],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0":[2,0,0,1,17,28],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219":[2,0,0,1,17,19],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658":[2,0,0,1,17,3],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8ecbb5721d5a2a0f85fd7b362f62bf83":[2,0,0,1,17,30],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5":[2,0,0,1,17,9],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146":[2,0,0,1,17,6],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52":[2,0,0,1,17,15],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844":[2,0,0,1,17,23],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[2,0,0,1,17,25],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76":[2,0,0,1,17,7],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc":[2,0,0,1,17,8],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[2,0,0,1,17,11],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28":[2,0,0,1,17,1],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514":[2,0,0,1,17,13],
+"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aff131dd6f7178c63ef2e2f85d30828a2":[2,0,0,1,17,27],
+"classGpgFrontend_1_1UI_1_1KeyGenPage.html":[2,0,0,1,18],
+"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70":[2,0,0,1,18,0],
+"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead":[2,0,0,1,18,1],
+"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a8b757ec603524d53307278110cece2bd":[2,0,0,1,18,2],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html":[2,0,0,1,19],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1":[2,0,0,1,19,0],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a1f82af3b6aee0e6e5999b1b146b36938":[2,0,0,1,19,7],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a238e3af4b4980dd563e1fe6ea12f4474":[2,0,0,1,19,9],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a2abf6522dd8c254074d9174fcde1d2be":[2,0,0,1,19,8],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a8bc7fdc44432686d8b154783b2d156e8":[2,0,0,1,19,6],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6":[2,0,0,1,19,3],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8":[2,0,0,1,19,1],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4":[2,0,0,1,19,4],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24":[2,0,0,1,19,2],
+"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#affc26751c72e51c702eea3a251f284db":[2,0,0,1,19,5],
+"classGpgFrontend_1_1UI_1_1KeyList.html":[2,0,0,1,20],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a0c3090591dff7b68bfb83c93d2c168e3":[2,0,0,1,20,4],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a0ea28d6f108bad10aaa8844fa86db033":[2,0,0,1,20,3],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a152e66db4a0f033366f43b4ec89073f4":[2,0,0,1,20,27],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a19b3f64d41843bb267fcd6c9956fde88":[2,0,0,1,20,30],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544":[2,0,0,1,20,13],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9":[2,0,0,1,20,5],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f":[2,0,0,1,20,8],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e":[2,0,0,1,20,17],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38":[2,0,0,1,20,11],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689":[2,0,0,1,20,19],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e":[2,0,0,1,20,24],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a6e97d359158f91217b9fe797410c74a6":[2,0,0,1,20,26],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec":[2,0,0,1,20,1],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a74ef918cd437730e111171660df06c81":[2,0,0,1,20,31],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a79416ec91e91f19712bf72aeb6440175":[2,0,0,1,20,16],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418":[2,0,0,1,20,0],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291":[2,0,0,1,20,21],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87":[2,0,0,1,20,9],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd":[2,0,0,1,20,12],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190":[2,0,0,1,20,6],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a86a294a8baa9feaeb808f0af956ef522":[2,0,0,1,20,22],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a8aeb2eef64f57fbc2e7f06f433d1ccb2":[2,0,0,1,20,36],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a8d1e2fde8e54d111581adc701e3191bb":[2,0,0,1,20,32],
+"classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a":[2,0,0,1,20,23],
+"classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886":[2,0,0,1,20,2],
+"classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5":[2,0,0,1,20,20],
+"classGpgFrontend_1_1UI_1_1KeyList.html#aad57901bf84aaf7849e7cf7bb9f8fc99":[2,0,0,1,20,25],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe":[2,0,0,1,20,18],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f":[2,0,0,1,20,14],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153":[2,0,0,1,20,15],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33":[2,0,0,1,20,10],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ac4629f2ffafe87215acc66f3cefc23d4":[2,0,0,1,20,29],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ac4d74ae5a34617b0be9915a43a2abdaa":[2,0,0,1,20,35],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ad3b6021ff2b2f03874bc9886bc08c152":[2,0,0,1,20,33],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ade6f1511cb60ceafcfe8e50a2ef28c73":[2,0,0,1,20,34],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f":[2,0,0,1,20,7],
+"classGpgFrontend_1_1UI_1_1KeyList.html#ae9667bbf246913ea22413d46bcda675a":[2,0,0,1,20,28],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html":[2,0,0,1,24],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a00fdf40c55943c8542eaebab041f02b8":[2,0,0,1,24,30],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0380d65d9d12fb2b9d66c212287b8b92":[2,0,0,1,24,20],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a08ce0587e28ac312273fdb0988f63bbe":[2,0,0,1,24,29],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b":[2,0,0,1,24,5],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b4b2f521362d8e24a9875d51b0f877c":[2,0,0,1,24,10],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0eae43c328a32aedfa4a5a55cf328966":[2,0,0,1,24,27],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a137117a6c303eaf7bdca7a11edcc178c":[2,0,0,1,24,6],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1d5091c7be671b5c0446b52bef3eeb48":[2,0,0,1,24,26],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1ee904754ebe088ad002fb6c9b3f9000":[2,0,0,1,24,12],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2166d56c56ad66fd415d6628cfffd9b7":[2,0,0,1,24,7],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8":[2,0,0,1,24,2],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2bcdba46a4ace5bb9dd742759a00f4e3":[2,0,0,1,24,22],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a33e88ef94386833575afede7a7ff144a":[2,0,0,1,24,28],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a36a6d0f038e826f8d440d9f82826644f":[2,0,0,1,24,16],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a375530da2a3ff57e47b5f28af0bec09b":[2,0,0,1,24,11],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6266d640cb37c14fbe2c96bdb9c15935":[2,0,0,1,24,38],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5":[2,0,0,1,24,4],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46":[2,0,0,1,24,3],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a75e6e38da08275188c7a78fb57fa6641":[2,0,0,1,24,24],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a7623fa63b3c24ee86d923b434dee9c7f":[2,0,0,1,24,35],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a78b53193b055e10550938f403b641b31":[2,0,0,1,24,1],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7":[2,0,0,1,24,37],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf":[2,0,0,1,24,17],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7":[2,0,0,1,24,13],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8":[2,0,0,1,24,15],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a":[2,0,0,1,24,14],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743":[2,0,0,1,24,18],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#abf0f05743185c40b3cd0936ddccf8f9d":[2,0,0,1,24,23],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be":[2,0,0,1,24,19],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[2,0,0,1,24,25],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[2,0,0,1,24,9],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,1,24,31],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[2,0,0,1,24,32],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d":[2,0,0,1,24,34],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#adff3b71d088f4a13ef3d032b3c0ecebc":[2,0,0,1,24,36],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ae41fbcbbf621133fb7655e566f36768b":[2,0,0,1,24,33],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64":[2,0,0,1,24,0],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#af089757a71f5f27922c45eb52c924f88":[2,0,0,1,24,8],
+"classGpgFrontend_1_1UI_1_1KeyMgmt.html#afa24ed000e0833c2cb8f7fea1111299c":[2,0,0,1,24,21],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html":[2,0,0,1,25],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a0e2fdf02be3247409cc1590bea0c1fe8":[2,0,0,1,25,2],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a221d649fb0dfb4048cdf432e05686fe1":[2,0,0,1,25,10],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a2b9b0aabdbceb4482ebcdfd6c3af987d":[2,0,0,1,25,9],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a3844bbdb3d0c4e46b3118b7576917ba2":[2,0,0,1,25,11],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c":[2,0,0,1,25,3],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6a7c9f82af2848ef847fef68ab5afbf5":[2,0,0,1,25,6],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6dd2a97ec6b3e22c6d29182b1ceb49f3":[2,0,0,1,25,8],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6f0e8f878445e71527f23bf8b9edcd90":[2,0,0,1,25,4],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27":[2,0,0,1,25,0],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#acb100218dfa9f97f633d1b3cd7bf5a05":[2,0,0,1,25,7],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a":[2,0,0,1,25,1],
+"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ae2dcd1d3f6264f6e58d8b69aa0511321":[2,0,0,1,25,5],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html":[2,0,0,1,26],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a01664d76e4405685086e31d6ae29b18d":[2,0,0,1,26,3],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b":[2,0,0,1,26,18],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1696d290fd22046aaf66b0c8855478cf":[2,0,0,1,26,2],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6":[2,0,0,1,26,13],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab":[2,0,0,1,26,5],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a285b5aa841aadd345096b722de2c5207":[2,0,0,1,26,10],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a34ea69e2f2a6d190121c0463cf190a63":[2,0,0,1,26,22],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4":[2,0,0,1,26,17],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a72717007cd65887f79b6f963568263a3":[2,0,0,1,26,23],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a73a47d699a33419a6cc265d55b89be50":[2,0,0,1,26,19],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444":[2,0,0,1,26,0],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a7a8119c794ed9ed63c0caa1c3373b6dc":[2,0,0,1,26,4],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec":[2,0,0,1,26,7],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d":[2,0,0,1,26,9],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be":[2,0,0,1,26,20],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975":[2,0,0,1,26,8],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1":[2,0,0,1,26,6],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c":[2,0,0,1,26,16],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ab14f5ac30ce3cca1c42155bae030c62e":[2,0,0,1,26,14],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#acd538bd5cd229b0f66e05803b6531443":[2,0,0,1,26,15],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e":[2,0,0,1,26,21],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594":[2,0,0,1,26,12],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0":[2,0,0,1,26,11],
+"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2":[2,0,0,1,26,1],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html":[2,0,0,1,27],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab":[2,0,0,1,27,2],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f":[2,0,0,1,27,1],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4eb2668e860bb19e5c3c47a922b1e671":[2,0,0,1,27,7],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a504d26d23c6e4228b732f2f79c2c6fa3":[2,0,0,1,27,5],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a636caee67903f6f6114ba7a63ba49781":[2,0,0,1,27,6],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a6becf000c1128e46afee8a86066a242c":[2,0,0,1,27,10],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a9a28a055e8e549288e7dce49050493f5":[2,0,0,1,27,13],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aa150485d290176e45d7bb1e87601abde":[2,0,0,1,27,12],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5":[2,0,0,1,27,0],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab23cb5c7d25aabc0bed9ba530f3866ba":[2,0,0,1,27,8],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab5304882e1883244ff798ec06ff1c888":[2,0,0,1,27,11],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#acb6fe75a2e834469627d9b46ad84d514":[2,0,0,1,27,4],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ae5351ab31a47755ec82a007cd3610b55":[2,0,0,1,27,3],
+"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#af2b406e19ae3e456c78e558c2d82d410":[2,0,0,1,27,9],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html":[2,0,0,1,28],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253":[2,0,0,1,28,2],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a083cd080527b4e1f1009ca6d3152894f":[2,0,0,1,28,9],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0c80829e8fd1802dd3c984fe65c3ca36":[2,0,0,1,28,25],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0ee84c4e1ea5c7c75bcddd2325993934":[2,0,0,1,28,8],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf":[2,0,0,1,28,17],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1420046130128b5679400d5ef7b7255e":[2,0,0,1,28,7],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c":[2,0,0,1,28,11],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2cad9b13df5cfa828d1ca641a19d2e08":[2,0,0,1,28,24],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2e44cb3bf3ed390f5e3db5cafb0870e9":[2,0,0,1,28,6],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862":[2,0,0,1,28,19],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739":[2,0,0,1,28,3],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a55b540fb99cbe55631af12c0c6156b20":[2,0,0,1,28,13],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876":[2,0,0,1,28,20],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a698f8af1dc074ca7433f9ee038ab4150":[2,0,0,1,28,18],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a6a64f9528cfd743d724947b27eefa0a5":[2,0,0,1,28,21],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927":[2,0,0,1,28,16],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a74cab42dc5d138fa2632d027af279957":[2,0,0,1,28,22],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a92f3f64ea29f6660358aab0b2d2da4dc":[2,0,0,1,28,10],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732":[2,0,0,1,28,0],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aab240016c10ecf575965108751fc0ff8":[2,0,0,1,28,15],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abbb66d84191a714d24f384125a25b328":[2,0,0,1,28,23],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abf09b9868514921763a9134084b228ee":[2,0,0,1,28,12],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36":[2,0,0,1,28,14],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff":[2,0,0,1,28,1],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aec18dfc0422bbb3d91c91ce8a067e148":[2,0,0,1,28,5],
+"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb":[2,0,0,1,28,4],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html":[2,0,0,1,29],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a01adaffd23f720fdf94b84d294c4eae4":[2,0,0,1,29,11],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7":[2,0,0,1,29,5],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a07aff92c72ada924eae1cca0f31ae527":[2,0,0,1,29,27],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a08093ae1a45cb7705cb243487d975cfd":[2,0,0,1,29,22],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a09043e6f3b52d194e347304f62fbcce3":[2,0,0,1,29,17],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0b075e0415db03a3cc43bd8f6e014031":[2,0,0,1,29,16],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0d393d4abe6e2cc8d4cdfebf8c4c2186":[2,0,0,1,29,31],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf":[2,0,0,1,29,9],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a162f90b120f704c31aa7693a793e20c6":[2,0,0,1,29,12],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c":[2,0,0,1,29,14],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a283cc54d3453da8fcd96633381ec2753":[2,0,0,1,29,10],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7":[2,0,0,1,29,6],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d":[2,0,0,1,29,7],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29":[2,0,0,1,29,3],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a33c6b175129a6c364ebe5541d146d082":[2,0,0,1,29,24],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144":[2,0,0,1,29,1],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a3c264254d4f6df7ad810aecde43d9413":[2,0,0,1,29,20]
};
diff --git a/docs/html/navtreeindex4.js b/docs/html/navtreeindex4.js
index 15288195..049628a3 100644
--- a/docs/html/navtreeindex4.js
+++ b/docs/html/navtreeindex4.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX4 =
{
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff":[2,0,0,1,30,1],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aec18dfc0422bbb3d91c91ce8a067e148":[2,0,0,1,30,5],
-"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb":[2,0,0,1,30,4],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html":[2,0,0,1,31],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a01adaffd23f720fdf94b84d294c4eae4":[2,0,0,1,31,11],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7":[2,0,0,1,31,5],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a07aff92c72ada924eae1cca0f31ae527":[2,0,0,1,31,27],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a08093ae1a45cb7705cb243487d975cfd":[2,0,0,1,31,22],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a09043e6f3b52d194e347304f62fbcce3":[2,0,0,1,31,17],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0b075e0415db03a3cc43bd8f6e014031":[2,0,0,1,31,16],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0d393d4abe6e2cc8d4cdfebf8c4c2186":[2,0,0,1,31,31],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf":[2,0,0,1,31,9],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a162f90b120f704c31aa7693a793e20c6":[2,0,0,1,31,12],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c":[2,0,0,1,31,14],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a283cc54d3453da8fcd96633381ec2753":[2,0,0,1,31,10],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7":[2,0,0,1,31,6],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d":[2,0,0,1,31,7],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29":[2,0,0,1,31,3],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a33c6b175129a6c364ebe5541d146d082":[2,0,0,1,31,24],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144":[2,0,0,1,31,1],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a3c264254d4f6df7ad810aecde43d9413":[2,0,0,1,31,20],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4569bb5afb56e0caaa6eeadac05a53d6":[2,0,0,1,31,19],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4f72825ffcade6dd1def95246748ca3d":[2,0,0,1,31,23],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a578c5a61208ae962fd772bc5e9045d12":[2,0,0,1,31,25],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea":[2,0,0,1,31,2],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5dbd205bb97fe7379d01c19250d6f97c":[2,0,0,1,31,29],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f":[2,0,0,1,31,4],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1":[2,0,0,1,31,8],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7e4ef818bcd2f315159f7043a099302c":[2,0,0,1,31,30],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a9fd99282a49e752133fdd5bdb10a62d4":[2,0,0,1,31,18],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa0fb2623234f3dea2ef40809c9571360":[2,0,0,1,31,13],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa598c2c2a97f5c3dd7e8227cdfe6a51a":[2,0,0,1,31,21],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa90d503edf4bab73034f68dc424964dd":[2,0,0,1,31,28],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ad4638897cefc9a3fe111eb386abd25f4":[2,0,0,1,31,26],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ada1a7906a9e5f38c28922f9ac98c76a6":[2,0,0,1,31,15],
-"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3":[2,0,0,1,31,0],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html":[2,0,0,1,32],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8":[2,0,0,1,32,13],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a228c855a0676155572d691cb0df9c328":[2,0,0,1,32,22],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2":[2,0,0,1,32,5],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3d2e0010ac4e4ed0b2a88d9487d2732c":[2,0,0,1,32,23],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e":[2,0,0,1,32,1],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c":[2,0,0,1,32,2],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4cbacc689425edd3105af64083c7b3a1":[2,0,0,1,32,18],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c":[2,0,0,1,32,4],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a":[2,0,0,1,32,10],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7f6e60d52be1bc06e2f9ddad4ca11d98":[2,0,0,1,32,16],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a95460bd9977b72ef20d4566f5e231dab":[2,0,0,1,32,24],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063":[2,0,0,1,32,0],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a9d752319d7342f0156f8dfa15868fc48":[2,0,0,1,32,19],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#aab814c68a1d532bef6e0e77b6614c622":[2,0,0,1,32,21],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab0585bbabc450d2cb571a5bd374ebb0e":[2,0,0,1,32,12],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab2e8ddb2180df363ad2cf8fc27fabee3":[2,0,0,1,32,26],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a":[2,0,0,1,32,7],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513":[2,0,0,1,32,3],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802":[2,0,0,1,32,14],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abdf29b8b4337573cafd839fd4ce25104":[2,0,0,1,32,15],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06":[2,0,0,1,32,9],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6":[2,0,0,1,32,6],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad7f4df9aa6ee20ff4a36049bbf3e7f6e":[2,0,0,1,32,8],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#adc7249b039e078c84f705c7111a148b0":[2,0,0,1,32,11],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af48f4a6d2744bad2759e691f9c59f209":[2,0,0,1,32,20],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af615a531375a74aa4b46a7dd53d38422":[2,0,0,1,32,25],
-"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f":[2,0,0,1,32,17],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html":[2,0,0,1,33],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857":[2,0,0,1,33,0],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a3adcb012ca6a6c08c65b94ab301eba27":[2,0,0,1,33,8],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a5e1fb2810c4b07bd9d8c6fe11c72c526":[2,0,0,1,33,7],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f":[2,0,0,1,33,3],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#aaf3e0f25869eab592e0be108b3727f8e":[2,0,0,1,33,2],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac066c7a57c5b0bc96a6982df2585862b":[2,0,0,1,33,4],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac0c91559fa74b01a5b6d9cf925727339":[2,0,0,1,33,1],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ae3d6f2b89691f0fdcc692920aacd3fba":[2,0,0,1,33,5],
-"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#af24ff4c57d63e831324ca6075b86ae8b":[2,0,0,1,33,6],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html":[2,0,0,1,34],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a04075001fcf461425c3ae14c96de2ad6":[2,0,0,1,34,1],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a05fdcb7bd52dced3c9e15e9ca313c2b4":[2,0,0,1,34,7],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa":[2,0,0,1,34,0],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a1d03d44bd99bbaf7908a7a8ea8080212":[2,0,0,1,34,5],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a62bb1488fd6f95881bb70f8a228ef9c9":[2,0,0,1,34,6],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a99a5df78f8b78551dba4a14e144099cf":[2,0,0,1,34,2],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4":[2,0,0,1,34,3],
-"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#af0f20b03e64115f475d05a6517ab5bcf":[2,0,0,1,34,4],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html":[2,0,0,1,36],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a05c643155ca542c788acd648a59a1917":[2,0,0,1,36,3],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb":[2,0,0,1,36,1],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a3789ae2c0e3d1510b2b67c762118d6c0":[2,0,0,1,36,6],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a547fe4ca02de93cefd0a9954a7a6d5e4":[2,0,0,1,36,7],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5a256b2be02876fb748193b2cb14fb14":[2,0,0,1,36,8],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a6492b945ec7cfbb73cfcad0964ffe23f":[2,0,0,1,36,2],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b":[2,0,0,1,36,0],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#acf4b8c667c69c822283f5d72728c3915":[2,0,0,1,36,4],
-"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274":[2,0,0,1,36,5],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html":[2,0,0,1,38],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a1deb1df41b7a9b4f93fb717280d3b502":[2,0,0,1,38,5],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a8201baff3129df1090311964f009ae2b":[2,0,0,1,38,3],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43":[2,0,0,1,38,2],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55":[2,0,0,1,38,0],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ab510bc8feea27f5a2f5361475a50d106":[2,0,0,1,38,8],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#acb34dd25f9d75feb0ec625ce81d47cff":[2,0,0,1,38,6],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad493cf9abfab589f5560131cda68539d":[2,0,0,1,38,7],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad9ae0e31f60685d600a695d1d4b0c025":[2,0,0,1,38,4],
-"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ae1943f11c25f5696103f113493462a76":[2,0,0,1,38,1],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html":[2,0,0,1,39],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6":[2,0,0,1,39,2],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a168859b1774aa38b8ad4c423fe01f1c5":[2,0,0,1,39,3],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf":[2,0,0,1,39,0],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a520581c9828a62043ddea18da740401e":[2,0,0,1,39,1],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a71c4d23dcfa453bff540324b0a74f347":[2,0,0,1,39,5],
-"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a8c50ef3699448352d6272bb2faab5493":[2,0,0,1,39,4],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html":[2,0,0,1,35],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a0fc7e301ec8db2f328508c0380027d94":[2,0,0,1,35,8],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a1ec36c6d42a71d79fc006c1aab0ebdfa":[2,0,0,1,35,10],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b":[2,0,0,1,35,3],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347":[2,0,0,1,35,4],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a68f954c4b713956a87f7382b30f45612":[2,0,0,1,35,7],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a74f30a1f6314b6156f4df20652129c5d":[2,0,0,1,35,6],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a85b9bfdbd7ae71f0d74b9d6c32a194e1":[2,0,0,1,35,12],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e":[2,0,0,1,35,2],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8fd9c3735ab43ecf2eb6df4c9b2ddd93":[2,0,0,1,35,1],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c":[2,0,0,1,35,0],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aacb5e6e543708687185a993dd43050a3":[2,0,0,1,35,5],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac3f03e8a208f63776414df0ce37ead19":[2,0,0,1,35,11],
-"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac946f4228b6e8784eebcbb63f285a702":[2,0,0,1,35,9],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html":[2,0,0,1,40],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508":[2,0,0,1,40,3],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a257a806258d2e82961dd1227151d8269":[2,0,0,1,40,7],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a2a34a0b2c9f99597cc9ac52ffbcf151a":[2,0,0,1,40,2],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8":[2,0,0,1,40,0],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a5fe88955da96f064d23569112b2b6a13":[2,0,0,1,40,0,2],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a63ce35ca3098ebd24e16ad592f14cd0d":[2,0,0,1,40,0,0],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8adbea1aa1d6372dbabc06c38ac1231f88":[2,0,0,1,40,0,1],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a5c53b9ab82f93982e29a4fe3076c3419":[2,0,0,1,40,9],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a870ec89c06c3a4789948ca60e45e437d":[2,0,0,1,40,5],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a9c54f88adf75dd3402fef51ef5eeaea5":[2,0,0,1,40,6],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#abbb10300a75086649faba44cf4d2ed61":[2,0,0,1,40,8],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77":[2,0,0,1,40,1],
-"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be":[2,0,0,1,40,4],
-"classGpgFrontend_1_1UI_1_1MainWindow.html":[2,0,0,1,41],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e":[2,0,0,1,41,75],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e":[2,0,0,1,41,32],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de":[2,0,0,1,41,6],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203":[2,0,0,1,41,43],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[2,0,0,1,41,11],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,0,1,41,55],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48":[2,0,0,1,41,37],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[2,0,0,1,41,4],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,0,1,41,54],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,0,1,41,100],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,0,1,41,110],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,0,1,41,109],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,0,1,41,82],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[2,0,0,1,41,30],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e":[2,0,0,1,41,3],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585":[2,0,0,1,41,8],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919":[2,0,0,1,41,23],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64":[2,0,0,1,41,70],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[2,0,0,1,41,58],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[2,0,0,1,41,13],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,0,1,41,97],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,0,1,41,68],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,1,41,24],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,0,1,41,91],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,0,1,41,45],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30":[2,0,0,1,41,40],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[2,0,0,1,41,29],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[2,0,0,1,41,60],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[2,0,0,1,41,79],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4":[2,0,0,1,41,26],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a":[2,0,0,1,41,16],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86":[2,0,0,1,41,61],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7":[2,0,0,1,41,83],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad":[2,0,0,1,41,52],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689":[2,0,0,1,41,111],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b":[2,0,0,1,41,33],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73":[2,0,0,1,41,85],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec":[2,0,0,1,41,2],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28":[2,0,0,1,41,36],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d":[2,0,0,1,41,86],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf":[2,0,0,1,41,28],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8":[2,0,0,1,41,71],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b":[2,0,0,1,41,89],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d":[2,0,0,1,41,53],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a68ab283b12d2a5400dc90555772c44ab":[2,0,0,1,41,95],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a6c64a01f3b1d5ff7b42da6e29a4d2c0c":[2,0,0,1,41,1],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f":[2,0,0,1,41,65],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979":[2,0,0,1,41,112],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1":[2,0,0,1,41,63],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8":[2,0,0,1,41,56],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a72b5cfa9bf4b94a53d9bc14d84e60d6d":[2,0,0,1,41,77],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472":[2,0,0,1,41,18],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98":[2,0,0,1,41,14],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45":[2,0,0,1,41,64],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d":[2,0,0,1,41,21],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0":[2,0,0,1,41,10],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9":[2,0,0,1,41,17],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be":[2,0,0,1,41,73],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd":[2,0,0,1,41,15],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65":[2,0,0,1,41,31],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a877ec5dd357907e9c334e7ff18bf2c5c":[2,0,0,1,41,84],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41":[2,0,0,1,41,105],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63":[2,0,0,1,41,72],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf":[2,0,0,1,41,41],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701":[2,0,0,1,41,106],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745":[2,0,0,1,41,78],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc":[2,0,0,1,41,90],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab":[2,0,0,1,41,5],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306":[2,0,0,1,41,48],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8":[2,0,0,1,41,42],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1":[2,0,0,1,41,47],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3":[2,0,0,1,41,39],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216":[2,0,0,1,41,7],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c":[2,0,0,1,41,108],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f":[2,0,0,1,41,62],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d":[2,0,0,1,41,35],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3":[2,0,0,1,41,9],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be":[2,0,0,1,41,34],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a":[2,0,0,1,41,59],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aad0c8d50952f4592eac7b7221b5d1ec5":[2,0,0,1,41,51],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6":[2,0,0,1,41,102],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc":[2,0,0,1,41,96],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d":[2,0,0,1,41,44],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919":[2,0,0,1,41,38],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9":[2,0,0,1,41,66],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4":[2,0,0,1,41,49],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9":[2,0,0,1,41,92],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e":[2,0,0,1,41,94],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc":[2,0,0,1,41,98],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b":[2,0,0,1,41,99],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d":[2,0,0,1,41,74],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c":[2,0,0,1,41,46],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a":[2,0,0,1,41,67],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83":[2,0,0,1,41,87],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c":[2,0,0,1,41,81],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#adb05de6b4fa1f1d57ed63be1280050e9":[2,0,0,1,41,80],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e":[2,0,0,1,41,107],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[2,0,0,1,41,12],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e":[2,0,0,1,41,25],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[2,0,0,1,41,103],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[2,0,0,1,41,27],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904":[2,0,0,1,41,22],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,0,1,41,19],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,0,1,41,69],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,0,1,41,101],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,0,1,41,104],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,0,1,41,57],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,0,1,41,20],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,0,1,41,93],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,0,1,41,88],
-"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,0,1,41,50]
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4569bb5afb56e0caaa6eeadac05a53d6":[2,0,0,1,29,19],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4f72825ffcade6dd1def95246748ca3d":[2,0,0,1,29,23],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a578c5a61208ae962fd772bc5e9045d12":[2,0,0,1,29,25],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea":[2,0,0,1,29,2],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5dbd205bb97fe7379d01c19250d6f97c":[2,0,0,1,29,29],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f":[2,0,0,1,29,4],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1":[2,0,0,1,29,8],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7e4ef818bcd2f315159f7043a099302c":[2,0,0,1,29,30],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a9fd99282a49e752133fdd5bdb10a62d4":[2,0,0,1,29,18],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa0fb2623234f3dea2ef40809c9571360":[2,0,0,1,29,13],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa598c2c2a97f5c3dd7e8227cdfe6a51a":[2,0,0,1,29,21],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa90d503edf4bab73034f68dc424964dd":[2,0,0,1,29,28],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ad4638897cefc9a3fe111eb386abd25f4":[2,0,0,1,29,26],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ada1a7906a9e5f38c28922f9ac98c76a6":[2,0,0,1,29,15],
+"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3":[2,0,0,1,29,0],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html":[2,0,0,1,30],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1a7298fa8c6aa085794b21fe6d8ed1eb":[2,0,0,1,30,15],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f":[2,0,0,1,30,10],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8":[2,0,0,1,30,14],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a228c855a0676155572d691cb0df9c328":[2,0,0,1,30,23],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2":[2,0,0,1,30,5],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3d2e0010ac4e4ed0b2a88d9487d2732c":[2,0,0,1,30,25],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e":[2,0,0,1,30,1],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c":[2,0,0,1,30,2],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4cbacc689425edd3105af64083c7b3a1":[2,0,0,1,30,19],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4e387503359dee5771e855218d5f1561":[2,0,0,1,30,13],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c":[2,0,0,1,30,4],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7f6e60d52be1bc06e2f9ddad4ca11d98":[2,0,0,1,30,17],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a95460bd9977b72ef20d4566f5e231dab":[2,0,0,1,30,26],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063":[2,0,0,1,30,0],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a9d752319d7342f0156f8dfa15868fc48":[2,0,0,1,30,20],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#aab814c68a1d532bef6e0e77b6614c622":[2,0,0,1,30,22],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab2e8ddb2180df363ad2cf8fc27fabee3":[2,0,0,1,30,28],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a":[2,0,0,1,30,7],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513":[2,0,0,1,30,3],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abdf29b8b4337573cafd839fd4ce25104":[2,0,0,1,30,16],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06":[2,0,0,1,30,9],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#acb2e410d862b05f335fdaa108b6e15ee":[2,0,0,1,30,24],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad184316a91466181dbc9c109f8a03d01":[2,0,0,1,30,11],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6":[2,0,0,1,30,6],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad7f4df9aa6ee20ff4a36049bbf3e7f6e":[2,0,0,1,30,8],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#adc7249b039e078c84f705c7111a148b0":[2,0,0,1,30,12],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af48f4a6d2744bad2759e691f9c59f209":[2,0,0,1,30,21],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af615a531375a74aa4b46a7dd53d38422":[2,0,0,1,30,27],
+"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f":[2,0,0,1,30,18],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html":[2,0,0,1,32],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a05c643155ca542c788acd648a59a1917":[2,0,0,1,32,3],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb":[2,0,0,1,32,1],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a3789ae2c0e3d1510b2b67c762118d6c0":[2,0,0,1,32,6],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a547fe4ca02de93cefd0a9954a7a6d5e4":[2,0,0,1,32,7],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5a256b2be02876fb748193b2cb14fb14":[2,0,0,1,32,8],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a6492b945ec7cfbb73cfcad0964ffe23f":[2,0,0,1,32,2],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b":[2,0,0,1,32,0],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#acf4b8c667c69c822283f5d72728c3915":[2,0,0,1,32,4],
+"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274":[2,0,0,1,32,5],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html":[2,0,0,1,34],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a1deb1df41b7a9b4f93fb717280d3b502":[2,0,0,1,34,5],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a8201baff3129df1090311964f009ae2b":[2,0,0,1,34,3],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43":[2,0,0,1,34,2],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55":[2,0,0,1,34,0],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ab510bc8feea27f5a2f5361475a50d106":[2,0,0,1,34,8],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#acb34dd25f9d75feb0ec625ce81d47cff":[2,0,0,1,34,6],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad493cf9abfab589f5560131cda68539d":[2,0,0,1,34,7],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad9ae0e31f60685d600a695d1d4b0c025":[2,0,0,1,34,4],
+"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ae1943f11c25f5696103f113493462a76":[2,0,0,1,34,1],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html":[2,0,0,1,35],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6":[2,0,0,1,35,2],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a168859b1774aa38b8ad4c423fe01f1c5":[2,0,0,1,35,3],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf":[2,0,0,1,35,0],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a520581c9828a62043ddea18da740401e":[2,0,0,1,35,1],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a71c4d23dcfa453bff540324b0a74f347":[2,0,0,1,35,5],
+"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a8c50ef3699448352d6272bb2faab5493":[2,0,0,1,35,4],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html":[2,0,0,1,31],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a0fc7e301ec8db2f328508c0380027d94":[2,0,0,1,31,8],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a1ec36c6d42a71d79fc006c1aab0ebdfa":[2,0,0,1,31,10],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b":[2,0,0,1,31,3],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347":[2,0,0,1,31,4],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a68f954c4b713956a87f7382b30f45612":[2,0,0,1,31,7],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a74f30a1f6314b6156f4df20652129c5d":[2,0,0,1,31,6],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a85b9bfdbd7ae71f0d74b9d6c32a194e1":[2,0,0,1,31,12],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e":[2,0,0,1,31,2],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8fd9c3735ab43ecf2eb6df4c9b2ddd93":[2,0,0,1,31,1],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c":[2,0,0,1,31,0],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aacb5e6e543708687185a993dd43050a3":[2,0,0,1,31,5],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac3f03e8a208f63776414df0ce37ead19":[2,0,0,1,31,11],
+"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac946f4228b6e8784eebcbb63f285a702":[2,0,0,1,31,9],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html":[2,0,0,1,36],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508":[2,0,0,1,36,3],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a257a806258d2e82961dd1227151d8269":[2,0,0,1,36,7],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a2a34a0b2c9f99597cc9ac52ffbcf151a":[2,0,0,1,36,2],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8":[2,0,0,1,36,0],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a5fe88955da96f064d23569112b2b6a13":[2,0,0,1,36,0,2],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a63ce35ca3098ebd24e16ad592f14cd0d":[2,0,0,1,36,0,0],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8adbea1aa1d6372dbabc06c38ac1231f88":[2,0,0,1,36,0,1],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a5c53b9ab82f93982e29a4fe3076c3419":[2,0,0,1,36,9],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a870ec89c06c3a4789948ca60e45e437d":[2,0,0,1,36,5],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a9c54f88adf75dd3402fef51ef5eeaea5":[2,0,0,1,36,6],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#abbb10300a75086649faba44cf4d2ed61":[2,0,0,1,36,8],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77":[2,0,0,1,36,1],
+"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be":[2,0,0,1,36,4],
+"classGpgFrontend_1_1UI_1_1MainWindow.html":[2,0,0,1,37],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e":[2,0,0,1,37,75],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e":[2,0,0,1,37,32],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de":[2,0,0,1,37,6],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203":[2,0,0,1,37,43],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[2,0,0,1,37,11],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,0,1,37,55],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48":[2,0,0,1,37,37],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[2,0,0,1,37,4],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,0,1,37,54],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,0,1,37,100],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,0,1,37,110],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,0,1,37,109],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,0,1,37,82],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[2,0,0,1,37,30],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e":[2,0,0,1,37,3],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585":[2,0,0,1,37,8],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919":[2,0,0,1,37,23],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64":[2,0,0,1,37,70],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[2,0,0,1,37,58],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[2,0,0,1,37,13],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,0,1,37,97],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,0,1,37,68],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,1,37,24],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,0,1,37,91],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,0,1,37,45],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30":[2,0,0,1,37,40],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[2,0,0,1,37,29],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[2,0,0,1,37,60],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[2,0,0,1,37,79],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4":[2,0,0,1,37,26],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a":[2,0,0,1,37,16],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86":[2,0,0,1,37,61],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7":[2,0,0,1,37,83],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad":[2,0,0,1,37,52],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689":[2,0,0,1,37,111],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b":[2,0,0,1,37,33],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73":[2,0,0,1,37,85],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec":[2,0,0,1,37,2],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28":[2,0,0,1,37,36],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d":[2,0,0,1,37,86],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf":[2,0,0,1,37,28],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8":[2,0,0,1,37,71],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b":[2,0,0,1,37,89],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d":[2,0,0,1,37,53],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a68ab283b12d2a5400dc90555772c44ab":[2,0,0,1,37,95],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a6c64a01f3b1d5ff7b42da6e29a4d2c0c":[2,0,0,1,37,1],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f":[2,0,0,1,37,65],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979":[2,0,0,1,37,112],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1":[2,0,0,1,37,63],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8":[2,0,0,1,37,56],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a72b5cfa9bf4b94a53d9bc14d84e60d6d":[2,0,0,1,37,77],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472":[2,0,0,1,37,18],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98":[2,0,0,1,37,14],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45":[2,0,0,1,37,64],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d":[2,0,0,1,37,21],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0":[2,0,0,1,37,10],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9":[2,0,0,1,37,17],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be":[2,0,0,1,37,73],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd":[2,0,0,1,37,15],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65":[2,0,0,1,37,31],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a877ec5dd357907e9c334e7ff18bf2c5c":[2,0,0,1,37,84],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41":[2,0,0,1,37,105],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63":[2,0,0,1,37,72],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf":[2,0,0,1,37,41],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701":[2,0,0,1,37,106],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745":[2,0,0,1,37,78],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc":[2,0,0,1,37,90],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab":[2,0,0,1,37,5],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306":[2,0,0,1,37,48],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8":[2,0,0,1,37,42],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1":[2,0,0,1,37,47],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3":[2,0,0,1,37,39],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216":[2,0,0,1,37,7],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c":[2,0,0,1,37,108],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f":[2,0,0,1,37,62],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d":[2,0,0,1,37,35],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3":[2,0,0,1,37,9],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be":[2,0,0,1,37,34],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a":[2,0,0,1,37,59],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aad0c8d50952f4592eac7b7221b5d1ec5":[2,0,0,1,37,51],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6":[2,0,0,1,37,102],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc":[2,0,0,1,37,96],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d":[2,0,0,1,37,44],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919":[2,0,0,1,37,38],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9":[2,0,0,1,37,66],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4":[2,0,0,1,37,49],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9":[2,0,0,1,37,92],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e":[2,0,0,1,37,94],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc":[2,0,0,1,37,98],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b":[2,0,0,1,37,99],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d":[2,0,0,1,37,74],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c":[2,0,0,1,37,46],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a":[2,0,0,1,37,67],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83":[2,0,0,1,37,87],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c":[2,0,0,1,37,81],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#adb05de6b4fa1f1d57ed63be1280050e9":[2,0,0,1,37,80],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e":[2,0,0,1,37,107],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[2,0,0,1,37,12],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e":[2,0,0,1,37,25],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[2,0,0,1,37,103],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[2,0,0,1,37,27],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904":[2,0,0,1,37,22],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,0,1,37,19],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,0,1,37,69],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,0,1,37,101],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,0,1,37,104],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,0,1,37,57],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,0,1,37,20],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,0,1,37,93],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,0,1,37,88],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,0,1,37,50],
+"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[2,0,0,1,37,76],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html":[2,0,0,1,38],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1713e1268a364f51f57b3a2752efc641":[2,0,0,1,38,7],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd":[2,0,0,1,38,6],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a36aba3c964667026632d8e8521bea7b7":[2,0,0,1,38,4],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a3afc7a761d7316cfd15828b624e0dad3":[2,0,0,1,38,1],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8":[2,0,0,1,38,0],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a":[2,0,0,1,38,3],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#a52fa421fe4e6c122a26ed7c766c000f7":[2,0,0,1,38,2],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#ab060582bade44ee6f7d836e80809d95c":[2,0,0,1,38,8],
+"classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513":[2,0,0,1,38,5],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html":[2,0,0,1,39],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a010bae8d8d967c8cc81cd42547de5dcb":[2,0,0,1,39,21],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e0a36396ea55f5dbe6197284cf98192":[2,0,0,1,39,24],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e64bcd36cf90b0eec2f05361c6c6fb3":[2,0,0,1,39,19],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58":[2,0,0,1,39,3],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b":[2,0,0,1,39,13],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267":[2,0,0,1,39,14],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5":[2,0,0,1,39,6],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a43d23c1bcac73b772aa0154151538bbf":[2,0,0,1,39,15],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2":[2,0,0,1,39,12],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358":[2,0,0,1,39,23],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba":[2,0,0,1,39,22],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a":[2,0,0,1,39,5],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[2,0,0,1,39,0],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[2,0,0,1,39,9],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ab1108b77925647d1a930e5252fa956b8":[2,0,0,1,39,20],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,0,1,39,7],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,0,1,39,8],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae756fc49724212d8d9937601a48b436b":[2,0,0,1,39,16],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[2,0,0,1,39,18],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aec4ec03dbf1363d1517aa37d160c31e7":[2,0,0,1,39,17],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,0,1,39,1],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c":[2,0,0,1,39,2],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[2,0,0,1,39,10],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4":[2,0,0,1,39,11],
+"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf":[2,0,0,1,39,4],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html":[2,0,0,1,40]
};
diff --git a/docs/html/navtreeindex5.js b/docs/html/navtreeindex5.js
index 9e5f8534..5843ee2b 100644
--- a/docs/html/navtreeindex5.js
+++ b/docs/html/navtreeindex5.js
@@ -1,232 +1,192 @@
var NAVTREEINDEX5 =
{
-"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[2,0,0,1,41,76],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html":[2,0,0,1,42],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1713e1268a364f51f57b3a2752efc641":[2,0,0,1,42,7],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd":[2,0,0,1,42,6],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a36aba3c964667026632d8e8521bea7b7":[2,0,0,1,42,4],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a3afc7a761d7316cfd15828b624e0dad3":[2,0,0,1,42,1],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8":[2,0,0,1,42,0],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a":[2,0,0,1,42,3],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#a52fa421fe4e6c122a26ed7c766c000f7":[2,0,0,1,42,2],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#ab060582bade44ee6f7d836e80809d95c":[2,0,0,1,42,8],
-"classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513":[2,0,0,1,42,5],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html":[2,0,0,1,43],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a010bae8d8d967c8cc81cd42547de5dcb":[2,0,0,1,43,21],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e0a36396ea55f5dbe6197284cf98192":[2,0,0,1,43,24],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e64bcd36cf90b0eec2f05361c6c6fb3":[2,0,0,1,43,19],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58":[2,0,0,1,43,3],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b":[2,0,0,1,43,13],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267":[2,0,0,1,43,14],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5":[2,0,0,1,43,6],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a43d23c1bcac73b772aa0154151538bbf":[2,0,0,1,43,15],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2":[2,0,0,1,43,12],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358":[2,0,0,1,43,23],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba":[2,0,0,1,43,22],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a":[2,0,0,1,43,5],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[2,0,0,1,43,0],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[2,0,0,1,43,9],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ab1108b77925647d1a930e5252fa956b8":[2,0,0,1,43,20],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,0,1,43,7],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,0,1,43,8],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae756fc49724212d8d9937601a48b436b":[2,0,0,1,43,16],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[2,0,0,1,43,18],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aec4ec03dbf1363d1517aa37d160c31e7":[2,0,0,1,43,17],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,0,1,43,1],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c":[2,0,0,1,43,2],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[2,0,0,1,43,10],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4":[2,0,0,1,43,11],
-"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf":[2,0,0,1,43,4],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html":[2,0,0,1,44],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a02ed478164a2e7d4b5a1a26e99486f2f":[2,0,0,1,44,3],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666":[2,0,0,1,44,1],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada":[2,0,0,1,44,0],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a9b8bb804b4c0bc48d5e26c3d103c5a64":[2,0,0,1,44,5],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#ae6ccca4d5325bbb1235fa6b27479ee2c":[2,0,0,1,44,4],
-"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f":[2,0,0,1,44,2],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html":[2,0,0,1,45],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#a1624ecd7f9b5d32622bf6f9b7eb46a1b":[2,0,0,1,45,4],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55":[2,0,0,1,45,2],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d":[2,0,0,1,45,0],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#a8970dbf707a5cb5109a40aac76158027":[2,0,0,1,45,3],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#ac491016e0d93183346b79421528ba5c8":[2,0,0,1,45,5],
-"classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82":[2,0,0,1,45,1],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html":[2,0,0,1,46],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0e317d53b055887c86e851d1b10aec6b":[2,0,0,1,46,11],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc":[2,0,0,1,46,0],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216":[2,0,0,1,46,4],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518":[2,0,0,1,46,1],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb":[2,0,0,1,46,7],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f":[2,0,0,1,46,8],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068":[2,0,0,1,46,3],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea":[2,0,0,1,46,5],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aac6feb4c12abb882446756c889d5fa78":[2,0,0,1,46,9],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac32111f86366175b943f8d96eee975ed":[2,0,0,1,46,6],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac43d73ffaadf316118ab0d7b46da4e41":[2,0,0,1,46,12],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26":[2,0,0,1,46,2],
-"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acfd6e61f789f022790e9a83ce6359fbe":[2,0,0,1,46,10],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html":[2,0,0,1,47],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e":[2,0,0,1,47,4],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#a69e9027002113bf9ecc16d7836e42c63":[2,0,0,1,47,5],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0":[2,0,0,1,47,3],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302":[2,0,0,1,47,0],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d":[2,0,0,1,47,1],
-"classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c":[2,0,0,1,47,2],
-"classGpgFrontend_1_1UI_1_1SignalStation.html":[2,0,0,1,48],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#a1581aaebc459f3eda06195c1e43f068f":[2,0,0,1,48,1],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3":[2,0,0,1,48,4],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad":[2,0,0,1,48,3],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#aaec7938466ed4b1e912b25038a253f84":[2,0,0,1,48,2],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419":[2,0,0,1,48,0],
-"classGpgFrontend_1_1UI_1_1SignalStation.html#ac98e4fff1e400f810ecea9903ee880df":[2,0,0,1,48,5],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html":[2,0,0,1,49],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb":[2,0,0,1,49,0],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00":[2,0,0,1,49,1],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html#a4daf860ef736aedd986e566383666be5":[2,0,0,1,49,4],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html#a524ee72ddb4fe397d71c0d4b5eb69171":[2,0,0,1,49,3],
-"classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac":[2,0,0,1,49,2],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html":[2,0,0,1,51],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593":[2,0,0,1,51,1],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a06ae254026e0be902d28bb005a91fe0c":[2,0,0,1,51,23],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a10b30ea96e819657053c1d5752024547":[2,0,0,1,51,18],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d":[2,0,0,1,51,7],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b":[2,0,0,1,51,9],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a3caed2c7bcce5850c338de956dfaecfa":[2,0,0,1,51,17],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e":[2,0,0,1,51,10],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535":[2,0,0,1,51,3],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957":[2,0,0,1,51,6],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a":[2,0,0,1,51,21],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683":[2,0,0,1,51,15],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7":[2,0,0,1,51,8],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd":[2,0,0,1,51,0],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f":[2,0,0,1,51,4],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d":[2,0,0,1,51,2],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d":[2,0,0,1,51,14],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3":[2,0,0,1,51,19],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05":[2,0,0,1,51,11],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2":[2,0,0,1,51,13],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab11f7f3e24f855d690f6f7d820ed7479":[2,0,0,1,51,22],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3":[2,0,0,1,51,20],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#acca1d633219d245edba9135c80a90610":[2,0,0,1,51,5],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552":[2,0,0,1,51,12],
-"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2":[2,0,0,1,51,16],
-"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html":[2,0,0,1,53],
-"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395":[2,0,0,1,53,0],
-"classGpgFrontend_1_1UI_1_1TextEdit.html":[2,0,0,1,52],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254":[2,0,0,1,52,25],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9":[2,0,0,1,52,34],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a0f1c7997b1cd56045091e5c9677f5d0e":[2,0,0,1,52,0],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42":[2,0,0,1,52,8],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb":[2,0,0,1,52,18],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a32327f592965d8922eb7095af117336d":[2,0,0,1,52,32],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[2,0,0,1,52,10],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[2,0,0,1,52,16],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457":[2,0,0,1,52,5],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[2,0,0,1,52,12],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[2,0,0,1,52,30],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[2,0,0,1,52,28],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c":[2,0,0,1,52,17],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf":[2,0,0,1,52,6],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee":[2,0,0,1,52,22],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55":[2,0,0,1,52,26],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d":[2,0,0,1,52,19],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9":[2,0,0,1,52,11],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a725048d1c6de8ed7ba29062afa72767b":[2,0,0,1,52,37],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18":[2,0,0,1,52,3],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec":[2,0,0,1,52,36],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a":[2,0,0,1,52,27],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b":[2,0,0,1,52,2],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[2,0,0,1,52,35],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,0,1,52,4],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,0,1,52,9],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,1,52,20],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[2,0,0,1,52,1],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ac9e2fb3d6ebb721f03416aa2da5e1fd1":[2,0,0,1,52,31],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0":[2,0,0,1,52,24],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224":[2,0,0,1,52,21],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162":[2,0,0,1,52,13],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39":[2,0,0,1,52,15],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929":[2,0,0,1,52,23],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#aeb2048d8028907d521f5f35c077832c2":[2,0,0,1,52,7],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762":[2,0,0,1,52,29],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20":[2,0,0,1,52,14],
-"classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb":[2,0,0,1,52,33],
-"classGpgFrontend_1_1UI_1_1TranslatorsTab.html":[2,0,0,1,54],
-"classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e":[2,0,0,1,54,0],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html":[2,0,0,1,55],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4":[2,0,0,1,55,3],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a3718c15db336b2ca0090ee492c429adb":[2,0,0,1,55,5],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95":[2,0,0,1,55,2],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a67358193095af7b39184f16706bf1bff":[2,0,0,1,55,6],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe":[2,0,0,1,55,1],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117":[2,0,0,1,55,0],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a84579badda70b12cfd79add18d1ef94f":[2,0,0,1,55,7],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#a9dedd8bc17bbc53d31c9d292429be68b":[2,0,0,1,55,8],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#ab209ef238583efea25c6a58aa4831628":[2,0,0,1,55,9],
-"classGpgFrontend_1_1UI_1_1UpdateTab.html#ad180d1f434e8052f3e0974522c92ae61":[2,0,0,1,55,4],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html":[2,0,0,1,56],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a263f2a4030c261a849ded182cd889b3f":[2,0,0,1,56,2],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a37a315ff2a1ed0402adf1e15325990ba":[2,0,0,1,56,9],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a7849527f1e93581103bca3e7c66456c4":[2,0,0,1,56,8],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a79d6071c0cedd9e18588137783823fad":[2,0,0,1,56,1],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ab130aae968f83b9125cbe7054b6ca96d":[2,0,0,1,56,6],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda":[2,0,0,1,56,0],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae15d7e9e60c58dea08ae117645e8b32a":[2,0,0,1,56,3],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae66e988b812817ab95c35a7c080e8c06":[2,0,0,1,56,5],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeb3a7c48297d448d25b2b84a2aa64ad0":[2,0,0,1,56,4],
-"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeef0138e48f7e5f823f2cce9692d4649":[2,0,0,1,56,7],
-"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html":[2,0,0,1,57],
-"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1":[2,0,0,1,57,1],
-"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675":[2,0,0,1,57,3],
-"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a3c73911b679c3e3b413e0b5ad8d48587":[2,0,0,1,57,2],
-"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0":[2,0,0,1,57,0],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html":[2,0,0,1,58],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a03152f289952a5d2d133668907966126":[2,0,0,1,58,7],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a23901105c0aa009cfe9de6649912c4f0":[2,0,0,1,58,10],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab":[2,0,0,1,58,2],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a787aaa798b68809bf46a8ed6daf57b7c":[2,0,0,1,58,6],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12":[2,0,0,1,58,1],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9379c2bd2c85e1cd74d1c07bbc10822a":[2,0,0,1,58,9],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e":[2,0,0,1,58,5],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385":[2,0,0,1,58,0],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aba6a81a5f958e5c5c29242bfe1fbd77a":[2,0,0,1,58,3],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9":[2,0,0,1,58,8],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#af9042479ff7d3a8d1f7c53f320404ebb":[2,0,0,1,58,11],
-"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#afd92a65f744566d288d9ddd736662d8e":[2,0,0,1,58,4],
-"classGpgFrontend_1_1UI_1_1WaitingDialog.html":[2,0,0,1,59],
-"classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc":[2,0,0,1,59,0],
-"classGpgFrontend_1_1UI_1_1Wizard.html":[2,0,0,1,60],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10":[2,0,0,1,60,1],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412c":[2,0,0,1,60,0],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1db00da5c18fa2f3b0764569530f9fd0":[2,0,0,1,60,0,2],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1e434fabfc6237dafd989f395e0a58c8":[2,0,0,1,60,0,1],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca21b9ac4a8543be737829f3f970e28bb6":[2,0,0,1,60,0,3],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412cab748f725806e9242cc8476eab193b51c":[2,0,0,1,60,0,0],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a8482dc299ec69e422d9fa6bc0d31025a":[2,0,0,1,60,3],
-"classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb":[2,0,0,1,60,2],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a02ed478164a2e7d4b5a1a26e99486f2f":[2,0,0,1,40,3],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666":[2,0,0,1,40,1],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada":[2,0,0,1,40,0],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a9b8bb804b4c0bc48d5e26c3d103c5a64":[2,0,0,1,40,5],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#ae6ccca4d5325bbb1235fa6b27479ee2c":[2,0,0,1,40,4],
+"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f":[2,0,0,1,40,2],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html":[2,0,0,1,41],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#a1624ecd7f9b5d32622bf6f9b7eb46a1b":[2,0,0,1,41,4],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55":[2,0,0,1,41,2],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d":[2,0,0,1,41,0],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#a8970dbf707a5cb5109a40aac76158027":[2,0,0,1,41,3],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#ac491016e0d93183346b79421528ba5c8":[2,0,0,1,41,5],
+"classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82":[2,0,0,1,41,1],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html":[2,0,0,1,42],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0e317d53b055887c86e851d1b10aec6b":[2,0,0,1,42,11],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc":[2,0,0,1,42,0],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216":[2,0,0,1,42,4],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518":[2,0,0,1,42,1],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb":[2,0,0,1,42,7],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f":[2,0,0,1,42,8],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068":[2,0,0,1,42,3],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea":[2,0,0,1,42,5],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aac6feb4c12abb882446756c889d5fa78":[2,0,0,1,42,9],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac32111f86366175b943f8d96eee975ed":[2,0,0,1,42,6],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac43d73ffaadf316118ab0d7b46da4e41":[2,0,0,1,42,12],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26":[2,0,0,1,42,2],
+"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acfd6e61f789f022790e9a83ce6359fbe":[2,0,0,1,42,10],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html":[2,0,0,1,43],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e":[2,0,0,1,43,4],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#a69e9027002113bf9ecc16d7836e42c63":[2,0,0,1,43,5],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0":[2,0,0,1,43,3],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302":[2,0,0,1,43,0],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d":[2,0,0,1,43,1],
+"classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c":[2,0,0,1,43,2],
+"classGpgFrontend_1_1UI_1_1SignalStation.html":[2,0,0,1,44],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#a1581aaebc459f3eda06195c1e43f068f":[2,0,0,1,44,1],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3":[2,0,0,1,44,4],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad":[2,0,0,1,44,3],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#aaec7938466ed4b1e912b25038a253f84":[2,0,0,1,44,2],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419":[2,0,0,1,44,0],
+"classGpgFrontend_1_1UI_1_1SignalStation.html#ac98e4fff1e400f810ecea9903ee880df":[2,0,0,1,44,5],
+"classGpgFrontend_1_1UI_1_1SignersPicker.html":[2,0,0,1,45],
+"classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb":[2,0,0,1,45,0],
+"classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00":[2,0,0,1,45,1],
+"classGpgFrontend_1_1UI_1_1SignersPicker.html#a4daf860ef736aedd986e566383666be5":[2,0,0,1,45,2],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html":[2,0,0,1,47],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593":[2,0,0,1,47,1],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a06ae254026e0be902d28bb005a91fe0c":[2,0,0,1,47,23],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a10b30ea96e819657053c1d5752024547":[2,0,0,1,47,18],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d":[2,0,0,1,47,7],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b":[2,0,0,1,47,9],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a3caed2c7bcce5850c338de956dfaecfa":[2,0,0,1,47,17],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e":[2,0,0,1,47,10],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535":[2,0,0,1,47,3],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957":[2,0,0,1,47,6],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a":[2,0,0,1,47,21],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683":[2,0,0,1,47,15],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7":[2,0,0,1,47,8],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd":[2,0,0,1,47,0],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f":[2,0,0,1,47,4],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d":[2,0,0,1,47,2],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d":[2,0,0,1,47,14],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3":[2,0,0,1,47,19],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05":[2,0,0,1,47,11],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2":[2,0,0,1,47,13],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab11f7f3e24f855d690f6f7d820ed7479":[2,0,0,1,47,22],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3":[2,0,0,1,47,20],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#acca1d633219d245edba9135c80a90610":[2,0,0,1,47,5],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552":[2,0,0,1,47,12],
+"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2":[2,0,0,1,47,16],
+"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html":[2,0,0,1,49],
+"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395":[2,0,0,1,49,0],
+"classGpgFrontend_1_1UI_1_1TextEdit.html":[2,0,0,1,48],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254":[2,0,0,1,48,25],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9":[2,0,0,1,48,34],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a0f1c7997b1cd56045091e5c9677f5d0e":[2,0,0,1,48,0],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42":[2,0,0,1,48,8],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb":[2,0,0,1,48,18],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a32327f592965d8922eb7095af117336d":[2,0,0,1,48,32],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[2,0,0,1,48,10],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[2,0,0,1,48,16],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457":[2,0,0,1,48,5],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[2,0,0,1,48,12],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[2,0,0,1,48,30],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[2,0,0,1,48,28],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c":[2,0,0,1,48,17],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf":[2,0,0,1,48,6],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee":[2,0,0,1,48,22],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55":[2,0,0,1,48,26],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d":[2,0,0,1,48,19],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9":[2,0,0,1,48,11],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a725048d1c6de8ed7ba29062afa72767b":[2,0,0,1,48,37],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18":[2,0,0,1,48,3],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec":[2,0,0,1,48,36],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a":[2,0,0,1,48,27],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b":[2,0,0,1,48,2],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[2,0,0,1,48,35],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,0,1,48,4],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,0,1,48,9],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,1,48,20],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[2,0,0,1,48,1],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ac9e2fb3d6ebb721f03416aa2da5e1fd1":[2,0,0,1,48,31],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0":[2,0,0,1,48,24],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224":[2,0,0,1,48,21],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162":[2,0,0,1,48,13],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39":[2,0,0,1,48,15],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929":[2,0,0,1,48,23],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#aeb2048d8028907d521f5f35c077832c2":[2,0,0,1,48,7],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762":[2,0,0,1,48,29],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20":[2,0,0,1,48,14],
+"classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb":[2,0,0,1,48,33],
+"classGpgFrontend_1_1UI_1_1TranslatorsTab.html":[2,0,0,1,50],
+"classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e":[2,0,0,1,50,0],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html":[2,0,0,1,51],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4":[2,0,0,1,51,3],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a3718c15db336b2ca0090ee492c429adb":[2,0,0,1,51,5],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95":[2,0,0,1,51,2],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a67358193095af7b39184f16706bf1bff":[2,0,0,1,51,6],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe":[2,0,0,1,51,1],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117":[2,0,0,1,51,0],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a84579badda70b12cfd79add18d1ef94f":[2,0,0,1,51,7],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#a9dedd8bc17bbc53d31c9d292429be68b":[2,0,0,1,51,8],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#ab209ef238583efea25c6a58aa4831628":[2,0,0,1,51,9],
+"classGpgFrontend_1_1UI_1_1UpdateTab.html#ad180d1f434e8052f3e0974522c92ae61":[2,0,0,1,51,4],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html":[2,0,0,1,52],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a263f2a4030c261a849ded182cd889b3f":[2,0,0,1,52,2],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a37a315ff2a1ed0402adf1e15325990ba":[2,0,0,1,52,9],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a7849527f1e93581103bca3e7c66456c4":[2,0,0,1,52,8],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a79d6071c0cedd9e18588137783823fad":[2,0,0,1,52,1],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ab130aae968f83b9125cbe7054b6ca96d":[2,0,0,1,52,6],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda":[2,0,0,1,52,0],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae15d7e9e60c58dea08ae117645e8b32a":[2,0,0,1,52,3],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae66e988b812817ab95c35a7c080e8c06":[2,0,0,1,52,5],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeb3a7c48297d448d25b2b84a2aa64ad0":[2,0,0,1,52,4],
+"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeef0138e48f7e5f823f2cce9692d4649":[2,0,0,1,52,7],
+"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html":[2,0,0,1,53],
+"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1":[2,0,0,1,53,1],
+"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675":[2,0,0,1,53,3],
+"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a3c73911b679c3e3b413e0b5ad8d48587":[2,0,0,1,53,2],
+"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0":[2,0,0,1,53,0],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html":[2,0,0,1,54],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a03152f289952a5d2d133668907966126":[2,0,0,1,54,7],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a23901105c0aa009cfe9de6649912c4f0":[2,0,0,1,54,10],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab":[2,0,0,1,54,2],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a787aaa798b68809bf46a8ed6daf57b7c":[2,0,0,1,54,6],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12":[2,0,0,1,54,1],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9379c2bd2c85e1cd74d1c07bbc10822a":[2,0,0,1,54,9],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e":[2,0,0,1,54,5],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385":[2,0,0,1,54,0],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aba6a81a5f958e5c5c29242bfe1fbd77a":[2,0,0,1,54,3],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9":[2,0,0,1,54,8],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#af9042479ff7d3a8d1f7c53f320404ebb":[2,0,0,1,54,11],
+"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#afd92a65f744566d288d9ddd736662d8e":[2,0,0,1,54,4],
+"classGpgFrontend_1_1UI_1_1WaitingDialog.html":[2,0,0,1,55],
+"classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc":[2,0,0,1,55,0],
+"classGpgFrontend_1_1UI_1_1Wizard.html":[2,0,0,1,56],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10":[2,0,0,1,56,1],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412c":[2,0,0,1,56,0],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1db00da5c18fa2f3b0764569530f9fd0":[2,0,0,1,56,0,2],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1e434fabfc6237dafd989f395e0a58c8":[2,0,0,1,56,0,1],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca21b9ac4a8543be737829f3f970e28bb6":[2,0,0,1,56,0,3],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412cab748f725806e9242cc8476eab193b51c":[2,0,0,1,56,0,0],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a8482dc299ec69e422d9fa6bc0d31025a":[2,0,0,1,56,3],
+"classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb":[2,0,0,1,56,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,2],
-"dir_0cd9bde2c64af64bc3733ed8ca8e04b3.html":[3,0,0,1,3],
-"dir_11afffa0017fe763467cff6465c6cba1.html":[3,0,0,1,0,4],
-"dir_181bea3d8ae4b1f9a028d86ce05f5b90.html":[3,0,0,1,0,3],
+"dir_0cd9bde2c64af64bc3733ed8ca8e04b3.html":[3,0,0,1,9],
+"dir_18205f693eaa3d1d3d92159ae8558e07.html":[3,0,0,1,4],
+"dir_339e756bd7e594063a4f371b962f549a.html":[3,0,0,1,2],
"dir_34b4cee2b5900b653deb3438fc906cf4.html":[3,0,0,0,0],
+"dir_3d7cdd7fbfa4715d9319666ec5111ec9.html":[3,0,0,1,3],
"dir_4c90737131b129f8f210b6ba3e14bca4.html":[3,0,0,0,1,1],
-"dir_60d155722ad55e64f9b6ab1078feff11.html":[3,0,0,1,0],
+"dir_60d155722ad55e64f9b6ab1078feff11.html":[3,0,0,1,1],
"dir_68267d1309a1af8e8297ef4c3efbcdba.html":[3,0,0],
-"dir_77b5d71c36a073b86db318490f5560d0.html":[3,0,0,1,2],
+"dir_77b5d71c36a073b86db318490f5560d0.html":[3,0,0,1,8],
"dir_aebb8dcc11953d78e620bbef0b9e2183.html":[3,0,0,0],
+"dir_b3dcad687043023d21a08bb9ff2e9a69.html":[3,0,0,1,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,5],
+"dir_b7e232576c264c97fe14815134a8cffa.html":[3,0,0,1,6],
+"dir_be96635c88cbde2113e66f957baee3c5.html":[3,0,0,1,5],
"dir_da5c6b39c0a2f54e57df6799511cd3ab.html":[3,0,0,1],
"dir_db6209eff64d15a114e6ff7aefbf1abd.html":[3,0,0,0,2],
-"dir_e2aa8803ed3498b184755f32f6c016d5.html":[3,0,0,1,0,1],
-"dir_f3911b9629b0e27ea480d06d47573cbf.html":[3,0,0,1,4],
+"dir_de56a105f7c21a78ac2526330527c47b.html":[3,0,0,1,7],
+"dir_f3911b9629b0e27ea480d06d47573cbf.html":[3,0,0,1,10],
"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],
@@ -249,5 +209,45 @@ var NAVTREEINDEX5 =
"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_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":[],
+"index.html":[0],
+"namespaceGpgFrontend.html":[1,0,0],
+"namespaceGpgFrontend.html":[2,0,0],
+"namespaceGpgFrontend_1_1RawAPI.html":[1,0,0,0],
+"namespaceGpgFrontend_1_1Thread.html":[2,0,0,0],
+"namespaceGpgFrontend_1_1Thread.html":[1,0,0,1],
+"namespaceGpgFrontend_1_1UI.html":[2,0,0,1]
};
diff --git a/docs/html/navtreeindex6.js b/docs/html/navtreeindex6.js
index b0a94bb8..6d414e4b 100644
--- a/docs/html/navtreeindex6.js
+++ b/docs/html/navtreeindex6.js
@@ -1,46 +1,6 @@
var NAVTREEINDEX6 =
{
-"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":[],
-"index.html":[0],
-"namespaceGpgFrontend.html":[1,0,0],
-"namespaceGpgFrontend.html":[2,0,0],
-"namespaceGpgFrontend_1_1RawAPI.html":[1,0,0,0],
-"namespaceGpgFrontend_1_1Thread.html":[2,0,0,0],
-"namespaceGpgFrontend_1_1Thread.html":[1,0,0,1],
"namespaceGpgFrontend_1_1UI.html":[1,0,0,2],
-"namespaceGpgFrontend_1_1UI.html":[2,0,0,1],
"namespacemembers.html":[1,1,0],
"namespacemembers_enum.html":[1,1,2],
"namespacemembers_func.html":[1,1,1],
@@ -69,64 +29,64 @@ var NAVTREEINDEX6 =
"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,23],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a21a0f214c0e06684a6430fc7a782fb1a":[2,0,0,1,23,2],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a2e7f4700b56c5f4db732dbf047d80691":[2,0,0,1,23,0],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a346487dc364b85a2b0e1962bfe4fb64e":[2,0,0,1,23,7],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a58138d19ea81b42712610c7419ac1f66":[2,0,0,1,23,6],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a6d71f19e2a201c35592226a8f1a19ddb":[2,0,0,1,23,4],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ab561f6f3c20bc239a4021ad75ac627b3":[2,0,0,1,23,3],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ac8581e50c2880b67c26c0196b2511905":[2,0,0,1,23,5],
-"structGpgFrontend_1_1UI_1_1KeyListColumn.html#aca1729a164974c7037e9740e2189423d":[2,0,0,1,23,1],
-"structGpgFrontend_1_1UI_1_1KeyListRow.html":[2,0,0,1,24],
-"structGpgFrontend_1_1UI_1_1KeyListRow.html#a2f141b7a3e28f9354bfb7d2c077a749c":[2,0,0,1,24,2],
-"structGpgFrontend_1_1UI_1_1KeyListRow.html#a53f8d78eb222490c72168a2571e6ea89":[2,0,0,1,24,1],
-"structGpgFrontend_1_1UI_1_1KeyListRow.html#ade4a3f198d1be1659152519fd9fff7f6":[2,0,0,1,24,0],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html":[2,0,0,1,25],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a1e9badf8cc20ca49b2374cdc705b7602":[2,0,0,1,25,3],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a2ff7f5aeea6e8791d69cd0656489d6eb":[2,0,0,1,25,2],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a33bef35c7c6c67f6a2b0ed9dfda8fcad":[2,0,0,1,25,1],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a3e3f324385c69f3848297c5c60eb8012":[2,0,0,1,25,4],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a632b87f5c86b4bb76e1af350f053107a":[2,0,0,1,25,6],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#aa256cb1cde47d898011f49bb8a6d9820":[2,0,0,1,25,0],
-"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#af28d1d7fbfc66aea550f98db5a2a582b":[2,0,0,1,25,5],
-"structGpgFrontend_1_1UI_1_1KeyTable.html":[2,0,0,1,37],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a0719f023069e0f6e29db20b6cd0cf5ea":[2,0,0,1,37,5],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a5bce4bf0dc41ac05390a4f93da8b8985":[2,0,0,1,37,10],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e":[2,0,0,1,37,2],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a880d24a22ef291667e6d6c76a487fc57":[2,0,0,1,37,8],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47":[2,0,0,1,37,0],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#a9ef84e0b2d9146b962ca4ca79e7f0e9c":[2,0,0,1,37,1],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f":[2,0,0,1,37,3],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#ab0aee9ed16af04048f456abddb4dc007":[2,0,0,1,37,11],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#adb59ac00683aec02344804ae8c5670a5":[2,0,0,1,37,6],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#add3529625d70c3aa37f3d8cdc3bb8c63":[2,0,0,1,37,7],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c":[2,0,0,1,37,4],
-"structGpgFrontend_1_1UI_1_1KeyTable.html#aeb37ccd5436993b7f1dd33667a36551e":[2,0,0,1,37,9],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html":[2,0,0,1,41,0],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a093ff65776f48511a2af0959a007cf1f":[2,0,0,1,41,0,7],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a0e1d3d999bd2699a2e332f4e07ead822":[2,0,0,1,41,0,3],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2832941c8dec7b1c0ad40f4ff77c1814":[2,0,0,1,41,0,0],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2add79ec9a1c8e2602ebf5beb10df51f":[2,0,0,1,41,0,5],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a6003e52fbe3a2eb4ad14b621f8dd7f8e":[2,0,0,1,41,0,4],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#abbd059f236b897f18b1d049e5739672b":[2,0,0,1,41,0,1],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#ac044f133fa3c5edfcba3a3da6a33db55":[2,0,0,1,41,0,2],
-"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#adeaa420019edb82abdf898c9c4f27000":[2,0,0,1,41,0,6],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html":[2,0,0,1,50],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a105c94ebdef4201963c8ae83b9cc44d6":[2,0,0,1,50,5],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a396e555fe47dacbd08e67e65e4c3aba6":[2,0,0,1,50,10],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663":[2,0,0,1,50,0],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a492ce222f6a361d5a05552dd35d41fca":[2,0,0,1,50,6],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793":[2,0,0,1,50,1],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b":[2,0,0,1,50,3],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a5d04813a59ceb83ec264c8e5db6ab14e":[2,0,0,1,50,12],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a97acaa60638177a3da91e211e3d0c178":[2,0,0,1,50,4],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aac94470eae0dca3c809bcf37712ad37a":[2,0,0,1,50,8],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aafdfa44fdc1d3a1bf9b374fad62b7ead":[2,0,0,1,50,11],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6":[2,0,0,1,50,2],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acbff398f6a35bbcd3593a958cf89e22e":[2,0,0,1,50,13],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acc4ddfafdebc629d6d534e07e7996fef":[2,0,0,1,50,9],
-"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acf891516bea76422e8144047eab6964a":[2,0,0,1,50,7],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html":[2,0,0,1,21],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a21a0f214c0e06684a6430fc7a782fb1a":[2,0,0,1,21,2],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a2e7f4700b56c5f4db732dbf047d80691":[2,0,0,1,21,0],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a346487dc364b85a2b0e1962bfe4fb64e":[2,0,0,1,21,7],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a58138d19ea81b42712610c7419ac1f66":[2,0,0,1,21,6],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a6d71f19e2a201c35592226a8f1a19ddb":[2,0,0,1,21,4],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ab561f6f3c20bc239a4021ad75ac627b3":[2,0,0,1,21,3],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ac8581e50c2880b67c26c0196b2511905":[2,0,0,1,21,5],
+"structGpgFrontend_1_1UI_1_1KeyListColumn.html#aca1729a164974c7037e9740e2189423d":[2,0,0,1,21,1],
+"structGpgFrontend_1_1UI_1_1KeyListRow.html":[2,0,0,1,22],
+"structGpgFrontend_1_1UI_1_1KeyListRow.html#a2f141b7a3e28f9354bfb7d2c077a749c":[2,0,0,1,22,2],
+"structGpgFrontend_1_1UI_1_1KeyListRow.html#a53f8d78eb222490c72168a2571e6ea89":[2,0,0,1,22,1],
+"structGpgFrontend_1_1UI_1_1KeyListRow.html#ade4a3f198d1be1659152519fd9fff7f6":[2,0,0,1,22,0],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html":[2,0,0,1,23],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a1e9badf8cc20ca49b2374cdc705b7602":[2,0,0,1,23,3],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a2ff7f5aeea6e8791d69cd0656489d6eb":[2,0,0,1,23,2],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a33bef35c7c6c67f6a2b0ed9dfda8fcad":[2,0,0,1,23,1],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a3e3f324385c69f3848297c5c60eb8012":[2,0,0,1,23,4],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a632b87f5c86b4bb76e1af350f053107a":[2,0,0,1,23,6],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#aa256cb1cde47d898011f49bb8a6d9820":[2,0,0,1,23,0],
+"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#af28d1d7fbfc66aea550f98db5a2a582b":[2,0,0,1,23,5],
+"structGpgFrontend_1_1UI_1_1KeyTable.html":[2,0,0,1,33],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a0719f023069e0f6e29db20b6cd0cf5ea":[2,0,0,1,33,5],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a5bce4bf0dc41ac05390a4f93da8b8985":[2,0,0,1,33,10],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e":[2,0,0,1,33,2],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a880d24a22ef291667e6d6c76a487fc57":[2,0,0,1,33,8],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47":[2,0,0,1,33,0],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#a9ef84e0b2d9146b962ca4ca79e7f0e9c":[2,0,0,1,33,1],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f":[2,0,0,1,33,3],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#ab0aee9ed16af04048f456abddb4dc007":[2,0,0,1,33,11],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#adb59ac00683aec02344804ae8c5670a5":[2,0,0,1,33,6],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#add3529625d70c3aa37f3d8cdc3bb8c63":[2,0,0,1,33,7],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c":[2,0,0,1,33,4],
+"structGpgFrontend_1_1UI_1_1KeyTable.html#aeb37ccd5436993b7f1dd33667a36551e":[2,0,0,1,33,9],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html":[2,0,0,1,37,0],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a093ff65776f48511a2af0959a007cf1f":[2,0,0,1,37,0,7],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a0e1d3d999bd2699a2e332f4e07ead822":[2,0,0,1,37,0,3],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2832941c8dec7b1c0ad40f4ff77c1814":[2,0,0,1,37,0,0],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2add79ec9a1c8e2602ebf5beb10df51f":[2,0,0,1,37,0,5],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a6003e52fbe3a2eb4ad14b621f8dd7f8e":[2,0,0,1,37,0,4],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#abbd059f236b897f18b1d049e5739672b":[2,0,0,1,37,0,1],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#ac044f133fa3c5edfcba3a3da6a33db55":[2,0,0,1,37,0,2],
+"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#adeaa420019edb82abdf898c9c4f27000":[2,0,0,1,37,0,6],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html":[2,0,0,1,46],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a105c94ebdef4201963c8ae83b9cc44d6":[2,0,0,1,46,5],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a396e555fe47dacbd08e67e65e4c3aba6":[2,0,0,1,46,10],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663":[2,0,0,1,46,0],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a492ce222f6a361d5a05552dd35d41fca":[2,0,0,1,46,6],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793":[2,0,0,1,46,1],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b":[2,0,0,1,46,3],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a5d04813a59ceb83ec264c8e5db6ab14e":[2,0,0,1,46,12],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a97acaa60638177a3da91e211e3d0c178":[2,0,0,1,46,4],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aac94470eae0dca3c809bcf37712ad37a":[2,0,0,1,46,8],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aafdfa44fdc1d3a1bf9b374fad62b7ead":[2,0,0,1,46,11],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6":[2,0,0,1,46,2],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acbff398f6a35bbcd3593a958cf89e22e":[2,0,0,1,46,13],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acc4ddfafdebc629d6d534e07e7996fef":[2,0,0,1,46,9],
+"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acf891516bea76422e8144047eab6964a":[2,0,0,1,46,7],
"structGpgFrontend_1_1__result__ref__deletor.html":[2,0,0,2],
"structGpgFrontend_1_1__result__ref__deletor.html#afc545b56a9d45cb1ed455e0d93c30880":[2,0,0,2,0]
};
diff --git a/docs/html/search/all_10.js b/docs/html/search/all_10.js
index 597bbb69..b3e85503 100644
--- a/docs/html/search/all_10.js
+++ b/docs/html/search/all_10.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['quit_5fact_5f_441',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]],
- ['quitdialog_442',['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_443',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]]
+ ['quit_5fact_5f_436',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]],
+ ['quitdialog_437',['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_438',['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 0ebda8e4..ed3352e1 100644
--- a/docs/html/search/all_11.js
+++ b/docs/html/search/all_11.js
@@ -1,21 +1,21 @@
var searchData=
[
- ['rd_5f_444',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]],
- ['read2buffer_445',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]],
- ['read_5fall_5fdata_5fin_5ffile_446',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]],
- ['readdone_447',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['readfile_448',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]],
- ['readfilestd_449',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]],
- ['redo_5fact_5f_450',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]],
- ['refresh_451',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]],
- ['refresh_5finfo_5fboard_452',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]],
- ['refresh_5fkeys_5ffrom_5fkey_5fserver_453',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]],
- ['refresh_5fwidgets_5fstate_454',['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_455',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]],
- ['resetoptionactionsmenu_456',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['restore_5fsettings_457',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]],
- ['revsign_458',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]],
- ['revuid_459',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]],
- ['run_460',['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()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()']]],
- ['rungpgfrontendui_461',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]]
+ ['rd_5f_439',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]],
+ ['read2buffer_440',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]],
+ ['read_5fall_5fdata_5fin_5ffile_441',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]],
+ ['readdone_442',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['readfile_443',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]],
+ ['readfilestd_444',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]],
+ ['redo_5fact_5f_445',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]],
+ ['refresh_446',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]],
+ ['refresh_5finfo_5fboard_447',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]],
+ ['refresh_5fkeys_5ffrom_5fkey_5fserver_448',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]],
+ ['refresh_5fwidgets_5fstate_449',['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_450',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]],
+ ['resetoptionactionsmenu_451',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['restore_5fsettings_452',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]],
+ ['revsign_453',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]],
+ ['revuid_454',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]],
+ ['run_455',['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()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()']]],
+ ['rungpgfrontendui_456',['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 7bc66b48..0198aba9 100644
--- a/docs/html/search/all_12.js
+++ b/docs/html/search/all_12.js
@@ -1,182 +1,179 @@
var searchData=
[
- ['save_5fact_5f_462',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]],
- ['save_5fas_5fact_5f_463',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]],
- ['save_5ffile_464',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]],
- ['save_5fsettings_465',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]],
- ['select_5fall_5fact_5f_466',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]],
- ['set_5fbackground_467',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]],
- ['set_5floading_468',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['set_5fmessage_469',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['set_5fsignal_5fslot_470',['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_471',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]],
- ['setalgo_472',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowauthentication_473',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowcertification_474',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowencryption_475',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowsigning_476',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]],
- ['setchannel_477',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]],
- ['setchecked_478',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)']]],
- ['setcolumnwidth_479',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]],
- ['setcomment_480',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]],
- ['setcryptomenustatus_481',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]],
- ['setdoubleclickedaction_482',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]],
- ['setemail_483',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]],
- ['setexpire_484',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]],
- ['setexpiretime_485',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]],
- ['setfilepath_486',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['setfinishafterrun_487',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]],
- ['setinfoboard_488',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['setissubkey_489',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]],
- ['setkeylength_490',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]],
- ['setname_491',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]],
- ['setnonexpired_492',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]],
- ['setnonpassphrase_493',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]],
- ['setobjectinchannel_494',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]],
- ['setpassphrase_495',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]],
- ['setpassphrasecb_496',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]],
- ['setprimaryuid_497',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]],
- ['setrtn_498',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]],
- ['setsettings_499',['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_500',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]],
- ['settingsdialog_501',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]],
- ['settingsobject_502',['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_503',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]],
- ['show_5fverify_5fdetails_504',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]],
- ['showevent_505',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]],
- ['shownotificationwidget_506',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['sign_507',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]],
- ['sign_5fact_5f_508',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]],
- ['sign_5fmarked_5f_509',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['signalkeydatabaserefreshdone_510',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]],
- ['signalkeyserverimportresult_511',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f',1,'GpgFrontend::UI::KeyServerImportTask']]],
- ['signalkeyserverlisttestresult_512',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
- ['signalkeyserversearchresult_513',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]],
- ['signalopenhelp_514',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]],
- ['signalpathchanged_515',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]],
- ['signalproxyconnectiontestresult_516',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]],
- ['signalrefreshinfoboard_517',['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_518',['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_519',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]],
- ['signalrestartneeded_520',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',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()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()']]],
- ['signalstation_521',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]],
- ['signaluibytesdisplayed_522',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['signalupgradeversion_523',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]],
- ['signaturedetailsdialog_524',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]],
- ['signerspicker_525',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]],
- ['signfile_526',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]],
- ['signkey_527',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]],
- ['singletonfunctionobject_528',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend::SingletonFunctionObject< T >'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)']]],
- ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_529',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20globalsettingstation_20_3e_530',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_531',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_532',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgcontext_20_3e_533',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgfileopera_20_3e_534',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_535',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_536',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_537',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_538',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpguidoperator_20_3e_539',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_540',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_541',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonstorage_542',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]],
- ['singletonstoragecollection_543',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]],
- ['slot_5factivated_5fkey_5ftype_544',['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_545',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fadd_5fuid_5fresult_546',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['slot_5fappend_5fselected_5fkeys_547',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fauthentication_5fbox_5fchanged_548',['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_5fcertification_5fbox_5fchanged_549',['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_550',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fcompress_5ffiles_551',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]],
- ['slot_5fcopy_5ffingerprint_552',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_553',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fcreate_5fnew_5fuid_554',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
- ['slot_5fcut_5fpgp_5fheader_555',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdecrypt_556',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdecrypt_5fverify_557',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdisable_5ftab_5factions_558',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdouble_5fclicked_559',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]],
- ['slot_5fencrypt_560',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fencrypt_5fsign_561',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fencryption_5fbox_5fchanged_562',['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_563',['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_564',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]],
- ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_565',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]],
- ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_566',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]],
- ['slot_5ffind_567',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fformat_5fgpg_5fheader_568',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['slot_5fimport_569',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['slot_5fimport_5ffinished_570',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['slot_5fimport_5fkey_5ffrom_5fedit_571',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5finsert_5ftext_572',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['slot_5fjump_5fpage_573',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]],
- ['slot_5fkey_5fgen_5faccept_574',['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_575',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]],
- ['slot_5fopen_5ffile_5ftab_576',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fopen_5fkey_5fmanagement_577',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fopen_5fsettings_5fdialog_578',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fopen_5furl_579',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]],
- ['slot_5fprocess_5fnetwork_5freply_580',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
- ['slot_5fremove_5ftab_581',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]],
- ['slot_5fset_5frestart_5fneeded_582',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]],
- ['slot_5fshow_5fkey_5fdetails_583',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fshow_5fversion_5fstatus_584',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]],
- ['slot_5fsign_585',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fsign_5fkey_586',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
- ['slot_5fsigning_5fbox_5fchanged_587',['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_588',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fupdate_5fkey_5fstatus_589',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]],
- ['slot_5fupload_5fkey_5fto_5fserver_590',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]],
- ['slot_5fverify_591',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fversion_5fupgrade_592',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]],
- ['slotclosetab_593',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcopy_594',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcurpagefiletreeview_595',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcurpagetextedit_596',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcut_597',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]],
- ['slotexecutegpgcommand_598',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotfiledecrypt_599',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfiledecryptverify_600',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfileencrypt_601',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfileencryptsign_602',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfilesign_603',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfileverify_604',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfilltexteditwithtext_605',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]],
- ['slotimport_606',['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_607',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotimportkeyfromfile_608',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotimportkeyfromkeyserver_609',['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_610',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotnewfiletab_611',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]],
- ['slotnewhelptab_612',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]],
- ['slotnewtab_613',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]],
- ['slotopen_614',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]],
- ['slotopenfile_615',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d',1,'GpgFrontend::UI::TextEdit::SlotOpenFile()']]],
- ['slotpaste_616',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]],
- ['slotprint_617',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]],
- ['slotquote_618',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]],
- ['slotredo_619',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]],
- ['slotrefresh_620',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['slotsave_621',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]],
- ['slotsaveas_622',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]],
- ['slotselectall_623',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]],
- ['slotsetrestartneeded_624',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]],
- ['slotshowmodified_625',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]],
- ['slotswitchtabdown_626',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]],
- ['slotswitchtabup_627',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]],
- ['slotundo_628',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]],
- ['softwareversion_629',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]],
- ['special_5fedit_5ftool_5fbar_5f_630',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]],
- ['start_5fwizard_5fact_5f_631',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]],
- ['steganography_5fmenu_5f_632',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]],
- ['storages_5fmutex_5f_633',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]],
- ['stripped_5fname_634',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]],
- ['subkeygeneratedialog_635',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI::SubkeyGenerateDialog'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog()']]],
- ['switch_5ftab_5fdown_5fact_5f_636',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]],
- ['switch_5ftab_5fup_5fact_5f_637',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]],
- ['switch_5fui_5fenabled_638',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]],
- ['switch_5fui_5fproxy_5ftype_639',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]],
- ['syncsettings_640',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]]
+ ['save_5fact_5f_457',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]],
+ ['save_5fas_5fact_5f_458',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]],
+ ['save_5ffile_459',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]],
+ ['save_5fsettings_460',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]],
+ ['select_5fall_5fact_5f_461',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]],
+ ['set_5fbackground_462',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]],
+ ['set_5floading_463',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['set_5fmessage_464',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['set_5fsignal_5fslot_465',['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_466',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]],
+ ['setalgo_467',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowauthentication_468',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowcertification_469',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowencryption_470',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowsigning_471',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]],
+ ['setchannel_472',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]],
+ ['setchecked_473',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)']]],
+ ['setcolumnwidth_474',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]],
+ ['setcomment_475',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]],
+ ['setcryptomenustatus_476',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]],
+ ['setdoubleclickedaction_477',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]],
+ ['setemail_478',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]],
+ ['setexpire_479',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]],
+ ['setexpiretime_480',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]],
+ ['setfilepath_481',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['setfinishafterrun_482',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]],
+ ['setinfoboard_483',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['setissubkey_484',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]],
+ ['setkeylength_485',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]],
+ ['setname_486',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]],
+ ['setnonexpired_487',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]],
+ ['setnonpassphrase_488',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]],
+ ['setobjectinchannel_489',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]],
+ ['setpassphrase_490',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]],
+ ['setpassphrasecb_491',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]],
+ ['setprimaryuid_492',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]],
+ ['setrtn_493',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]],
+ ['setsettings_494',['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_495',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]],
+ ['settingsdialog_496',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]],
+ ['settingsobject_497',['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_498',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]],
+ ['show_5fverify_5fdetails_499',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]],
+ ['showevent_500',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]],
+ ['shownotificationwidget_501',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['sign_502',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]],
+ ['sign_5fact_5f_503',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]],
+ ['sign_5fmarked_5f_504',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['signalkeydatabaserefreshdone_505',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]],
+ ['signalkeyserverlisttestresult_506',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
+ ['signalopenhelp_507',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]],
+ ['signalpathchanged_508',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]],
+ ['signalproxyconnectiontestresult_509',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]],
+ ['signalrefreshinfoboard_510',['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_511',['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_512',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]],
+ ['signalrestartneeded_513',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',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()']]],
+ ['signalstation_514',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]],
+ ['signaluibytesdisplayed_515',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['signalupgradeversion_516',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]],
+ ['signaturedetailsdialog_517',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]],
+ ['signerspicker_518',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]],
+ ['signfile_519',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]],
+ ['signkey_520',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]],
+ ['singletonfunctionobject_521',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend::SingletonFunctionObject< T >'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)']]],
+ ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_522',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20globalsettingstation_20_3e_523',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_524',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_525',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgcontext_20_3e_526',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgfileopera_20_3e_527',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_528',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_529',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_530',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_531',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpguidoperator_20_3e_532',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_533',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_534',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonstorage_535',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]],
+ ['singletonstoragecollection_536',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]],
+ ['slot_5factivated_5fkey_5ftype_537',['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_538',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fadd_5fuid_5fresult_539',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['slot_5fappend_5fselected_5fkeys_540',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fauthentication_5fbox_5fchanged_541',['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_5fcertification_5fbox_5fchanged_542',['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_543',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fcompress_5ffiles_544',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]],
+ ['slot_5fcopy_5ffingerprint_545',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_546',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fcreate_5fnew_5fuid_547',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
+ ['slot_5fcut_5fpgp_5fheader_548',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdecrypt_549',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdecrypt_5fverify_550',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdisable_5ftab_5factions_551',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdouble_5fclicked_552',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]],
+ ['slot_5fencrypt_553',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fencrypt_5fsign_554',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fencryption_5fbox_5fchanged_555',['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_556',['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_557',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]],
+ ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_558',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]],
+ ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_559',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]],
+ ['slot_5ffind_560',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fformat_5fgpg_5fheader_561',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['slot_5fimport_5ffinished_562',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['slot_5fimport_5fkey_5ffrom_5fedit_563',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5finsert_5ftext_564',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['slot_5fjump_5fpage_565',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]],
+ ['slot_5fkey_5fgen_5faccept_566',['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_567',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]],
+ ['slot_5fopen_5ffile_5ftab_568',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fopen_5fkey_5fmanagement_569',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fopen_5fsettings_5fdialog_570',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fopen_5furl_571',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]],
+ ['slot_5fprocess_5fnetwork_5freply_572',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
+ ['slot_5fremove_5ftab_573',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]],
+ ['slot_5fset_5frestart_5fneeded_574',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]],
+ ['slot_5fshow_5fkey_5fdetails_575',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fshow_5fversion_5fstatus_576',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]],
+ ['slot_5fsign_577',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fsign_5fkey_578',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
+ ['slot_5fsigning_5fbox_5fchanged_579',['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_580',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fupdate_5fkey_5fstatus_581',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slot_5fupload_5fkey_5fto_5fserver_582',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]],
+ ['slot_5fverify_583',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fversion_5fupgrade_584',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotclosetab_585',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcopy_586',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcurpagefiletreeview_587',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcurpagetextedit_588',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcut_589',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotexecutegpgcommand_590',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotfiledecrypt_591',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfiledecryptverify_592',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfileencrypt_593',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfileencryptsign_594',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfilesign_595',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfileverify_596',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfilltexteditwithtext_597',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotimport_598',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1a7298fa8c6aa085794b21fe6d8ed1eb',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const QStringList &keyIds, const QUrl &keyserverUrl)']]],
+ ['slotimportkeyfromclipboard_599',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotimportkeyfromfile_600',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotimportkeyfromkeyserver_601',['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_602',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotnewfiletab_603',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotnewhelptab_604',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotnewtab_605',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotopen_606',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotopenfile_607',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d',1,'GpgFrontend::UI::TextEdit::SlotOpenFile()']]],
+ ['slotpaste_608',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotprint_609',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotquote_610',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotredo_611',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotrefresh_612',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['slotsave_613',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotsaveas_614',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotselectall_615',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotsetrestartneeded_616',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotshowmodified_617',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotswitchtabdown_618',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotswitchtabup_619',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotundo_620',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]],
+ ['softwareversion_621',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]],
+ ['special_5fedit_5ftool_5fbar_5f_622',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]],
+ ['start_5fwizard_5fact_5f_623',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]],
+ ['steganography_5fmenu_5f_624',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]],
+ ['storages_5fmutex_5f_625',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]],
+ ['stripped_5fname_626',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]],
+ ['subkeygeneratedialog_627',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI::SubkeyGenerateDialog'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog()']]],
+ ['switch_5ftab_5fdown_5fact_5f_628',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]],
+ ['switch_5ftab_5fup_5fact_5f_629',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]],
+ ['switch_5fui_5fenabled_630',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]],
+ ['switch_5fui_5fproxy_5ftype_631',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]],
+ ['syncsettings_632',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]]
];
diff --git a/docs/html/search/all_13.js b/docs/html/search/all_13.js
index 048c43cb..42491f90 100644
--- a/docs/html/search/all_13.js
+++ b/docs/html/search/all_13.js
@@ -1,18 +1,18 @@
var searchData=
[
- ['tabcount_641',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]],
- ['takechargeofresult_642',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
- ['task_643',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread::Task'],['../classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14',1,'GpgFrontend::Thread::Task::Task()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a35f3065116d2295bb2ddc9f41b1192bb',1,'GpgFrontend::Thread::Task::Task(TaskCallback callback, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#aa242a8e025c448aacd0704b7d0b3c001',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)']]],
- ['taskrunner_644',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]],
- ['taskrunnergetter_645',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread::TaskRunnerGetter'],['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter::TaskRunnerGetter()']]],
- ['tasks_646',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]],
- ['tasks_5fmutex_5f_647',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]],
- ['test_5fpassphrase_5fcb_648',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]],
- ['test_5fstatus_5fcb_649',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]],
- ['testlistedkeyserverthread_650',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]],
- ['text_5fis_5fsigned_651',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]],
- ['textedit_652',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]],
- ['tofuinfopage_653',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI::TOFUInfoPage'],['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage::TOFUInfoPage()']]],
- ['translate_5fact_5f_654',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]],
- ['translatorstab_655',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI::TranslatorsTab'],['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab::TranslatorsTab()']]]
+ ['tabcount_633',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]],
+ ['takechargeofresult_634',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
+ ['task_635',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread::Task'],['../classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14',1,'GpgFrontend::Thread::Task::Task()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a35f3065116d2295bb2ddc9f41b1192bb',1,'GpgFrontend::Thread::Task::Task(TaskCallback callback, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#aa242a8e025c448aacd0704b7d0b3c001',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)']]],
+ ['taskrunner_636',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]],
+ ['taskrunnergetter_637',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread::TaskRunnerGetter'],['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter::TaskRunnerGetter()']]],
+ ['tasks_638',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['tasks_5fmutex_5f_639',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['test_5fpassphrase_5fcb_640',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]],
+ ['test_5fstatus_5fcb_641',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]],
+ ['testlistedkeyserverthread_642',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]],
+ ['text_5fis_5fsigned_643',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]],
+ ['textedit_644',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]],
+ ['tofuinfopage_645',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI::TOFUInfoPage'],['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage::TOFUInfoPage()']]],
+ ['translate_5fact_5f_646',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]],
+ ['translatorstab_647',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI::TranslatorsTab'],['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab::TranslatorsTab()']]]
];
diff --git a/docs/html/search/all_14.js b/docs/html/search/all_14.js
index 5e7ba0d8..dee5cf01 100644
--- a/docs/html/search/all_14.js
+++ b/docs/html/search/all_14.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['ui_5fcfg_5f_656',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]],
- ['ui_5fconfig_5fdir_5fpath_5f_657',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]],
- ['ui_5fconfig_5fpath_5f_658',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]],
- ['undo_5fact_5f_659',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]],
- ['unsaveddocuments_660',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]],
- ['updatetab_661',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI::UpdateTab'],['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab::UpdateTab()']]],
- ['upload_5fkey_5fto_5fserver_662',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]]
+ ['ui_5fcfg_5f_648',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]],
+ ['ui_5fconfig_5fdir_5fpath_5f_649',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]],
+ ['ui_5fconfig_5fpath_5f_650',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]],
+ ['undo_5fact_5f_651',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]],
+ ['unsaveddocuments_652',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]],
+ ['updatetab_653',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI::UpdateTab'],['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab::UpdateTab()']]],
+ ['upload_5fkey_5fto_5fserver_654',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/all_15.js b/docs/html/search/all_15.js
index c9a05d10..995a30d5 100644
--- a/docs/html/search/all_15.js
+++ b/docs/html/search/all_15.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['verify_663',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]],
- ['verify_5fact_5f_664',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]],
- ['verifydetailsdialog_665',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]],
- ['verifyfile_666',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]],
- ['verifykeydetailbox_667',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]],
- ['versionchecktask_668',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI::VersionCheckTask'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask::VersionCheckTask()']]],
- ['versionwithdrawn_669',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['view_5fmenu_5f_670',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]]
+ ['verify_655',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]],
+ ['verify_5fact_5f_656',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]],
+ ['verifydetailsdialog_657',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]],
+ ['verifyfile_658',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]],
+ ['verifykeydetailbox_659',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]],
+ ['versionchecktask_660',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI::VersionCheckTask'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask::VersionCheckTask()']]],
+ ['versionwithdrawn_661',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['view_5fmenu_5f_662',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/all_16.js b/docs/html/search/all_16.js
index 5c1a5d1d..3273789b 100644
--- a/docs/html/search/all_16.js
+++ b/docs/html/search/all_16.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['waitingdialog_671',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]],
- ['willcharsetchange_672',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['wizard_673',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI::Wizard'],['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard::Wizard()']]],
- ['write_5fbuffer_5fto_5ffile_674',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]],
- ['writefile_675',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]],
- ['writefilestd_676',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]]
+ ['waitingdialog_663',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]],
+ ['willcharsetchange_664',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['wizard_665',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI::Wizard'],['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard::Wizard()']]],
+ ['write_5fbuffer_5fto_5ffile_666',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]],
+ ['writefile_667',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]],
+ ['writefilestd_668',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]]
];
diff --git a/docs/html/search/all_17.js b/docs/html/search/all_17.js
index b44e9149..27ecee71 100644
--- a/docs/html/search/all_17.js
+++ b/docs/html/search/all_17.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['zoom_5fin_5fact_5f_677',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]],
- ['zoom_5fout_5fact_5f_678',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]]
+ ['zoom_5fin_5fact_5f_669',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]],
+ ['zoom_5fout_5fact_5f_670',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/all_18.js b/docs/html/search/all_18.js
index 903453cd..d23d2c22 100644
--- a/docs/html/search/all_18.js
+++ b/docs/html/search/all_18.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['_7edataobject_679',['~DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['_7eglobalsettingstation_680',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]],
- ['_7egpgcontext_681',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]],
- ['_7egpgfrontendapplication_682',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]],
- ['_7egpgkey_683',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]],
- ['_7egpgkeysignature_684',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]],
- ['_7egpgsignature_685',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]],
- ['_7esettingsobject_686',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]],
- ['_7esingletonfunctionobject_687',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]],
- ['_7etask_688',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]],
- ['_7etaskrunner_689',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]]
+ ['_7edataobject_671',['~DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['_7eglobalsettingstation_672',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]],
+ ['_7egpgcontext_673',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]],
+ ['_7egpgfrontendapplication_674',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]],
+ ['_7egpgkey_675',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]],
+ ['_7egpgkeysignature_676',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]],
+ ['_7egpgsignature_677',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]],
+ ['_7esettingsobject_678',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]],
+ ['_7esingletonfunctionobject_679',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]],
+ ['_7etask_680',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]],
+ ['_7etaskrunner_681',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]]
];
diff --git a/docs/html/search/all_3.js b/docs/html/search/all_3.js
index 2224eaa4..8e303375 100644
--- a/docs/html/search/all_3.js
+++ b/docs/html/search/all_3.js
@@ -14,7 +14,7 @@ var searchData=
['clean_5fdouble_5fline_5fbreaks_5fact_5f_52',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]],
['close_5fattachment_5fdock_53',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]],
['close_5ftab_5fact_5f_54',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]],
- ['closeevent_55',['closeEvent',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#af5c86754836a678c7058e6f633968863',1,'GpgFrontend::UI::GeneralMainWindow::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]],
+ ['closeevent_55',['closeEvent',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a78b53193b055e10550938f403b641b31',1,'GpgFrontend::UI::KeyMgmt::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]],
['closenotebyclass_56',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]],
['comment_5fedit_5f_57',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]],
['comment_5fvar_5flabel_5f_58',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]],
diff --git a/docs/html/search/all_7.js b/docs/html/search/all_7.js
index d705147a..4a83d8e5 100644
--- a/docs/html/search/all_7.js
+++ b/docs/html/search/all_7.js
@@ -1,138 +1,136 @@
var searchData=
[
- ['generaldialog_164',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html',1,'GpgFrontend::UI::GeneralDialog'],['../classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c',1,'GpgFrontend::UI::GeneralDialog::GeneralDialog()']]],
- ['generalmainwindow_165',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html',1,'GpgFrontend::UI::GeneralMainWindow'],['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013',1,'GpgFrontend::UI::GeneralMainWindow::GeneralMainWindow()']]],
- ['generaltab_166',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI::GeneralTab'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab::GeneralTab()']]],
- ['generate_167',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]],
- ['generate_5fkey_5fpackage_5fname_168',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]],
- ['generate_5fuuid_169',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5',1,'GpgFrontend::Thread::Task']]],
- ['generatekey_170',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]],
- ['generatekeypackage_171',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]],
- ['generatekeypackagename_172',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]],
- ['generatepassphrase_173',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]],
- ['generaterevokecert_174',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]],
- ['generatesubkey_175',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]],
- ['genkeyinfo_176',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend::GenKeyInfo'],['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo::GenKeyInfo()']]],
- ['get_5ffile_5fextension_177',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]],
- ['get_5fheap_5fptr_178',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['get_5fkey_5fin_5fcache_179',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]],
- ['get_5fonly_5ffile_5fname_5fwith_5fpath_180',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]],
- ['get_5frestart_5fneeded_181',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0',1,'GpgFrontend::UI::MainWindow::get_restart_needed()']]],
- ['get_5fselected_5fsubkey_182',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['get_5fsign_5fselected_183',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['get_5fstatus_5fstring_184',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
- ['get_5fuid_5fchecked_185',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['get_5fuid_5fselected_186',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['getalgo_187',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]],
- ['getallchannelid_188',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]],
- ['getallprivatekeys_189',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]],
- ['getappdir_190',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]],
- ['getbrowser_191',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]],
- ['getcertsdir_192',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]],
- ['getchannel_193',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]],
- ['getchecked_194',['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_195',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]],
- ['getcomment_196',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()']]],
- ['getcreatetime_197',['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_198',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]],
- ['getdescription_199',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getemail_200',['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()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()']]],
- ['getencrcount_201',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getencrlast_202',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getexpiretime_203',['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_204',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['getfingerprint_205',['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()']]],
- ['gethashalgo_206',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]],
- ['getid_207',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey::GetId()'],['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey::GetID()']]],
- ['getinfo_208',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#ad9af3461de36f74ee85be2523f6038e2',1,'GpgFrontend::GpgContext']]],
- ['getinstance_209',['GetInstance',['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a16b4729ca79dcdccc794df70aa2a5aaf',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()']]],
- ['getinvalid_210',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]],
- ['getkey_211',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]],
- ['getkeyid_212',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]],
- ['getkeylength_213',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]],
- ['getkeys_214',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]],
- ['getkeyscopy_215',['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_216',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]],
- ['getlastupdatetime_217',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]],
- ['getlatestversion_218',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]],
- ['getlocaledir_219',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]],
- ['getlogdir_220',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]],
- ['getname_221',['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_222',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['getownertrust_223',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]],
- ['getpassphrase_224',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]],
- ['getpolicy_225',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getprimarykeylength_226',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]],
- ['getprivatechecked_227',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]],
- ['getprotocol_228',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]],
- ['getpubkey_229',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]],
- ['getpubkeyalgo_230',['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_231',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]],
- ['getresourcedir_232',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]],
- ['getresultreport_233',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]],
- ['getrevoked_234',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]],
- ['getselected_235',['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_236',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]],
- ['getsignatures_237',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]],
- ['getsigncount_238',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getsigners_239',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]],
- ['getsignfirst_240',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getsignlast_241',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getsingletonstorage_242',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]],
- ['getsizechangestep_243',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]],
- ['getstandalonedatabasedir_244',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]],
- ['getstandalonegpgbindir_245',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]],
- ['getstatus_246',['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_247',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]],
- ['getsuggestmaxkeysize_248',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]],
- ['getsuggestminkeysize_249',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]],
- ['getsummary_250',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]],
- ['getsupportedkeyalgo_251',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071',1,'GpgFrontend::GenKeyInfo']]],
- ['getsupportedkeyalgostandalone_252',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a8b054a66cb0678af6c42090eea1518e4',1,'GpgFrontend::GenKeyInfo']]],
- ['getsupportedsubkeyalgo_253',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a7855d9fe9b6872ff08a60fe21640d07f',1,'GpgFrontend::GenKeyInfo']]],
- ['getsupportedsubkeyalgostandalone_254',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a310fd0cdac03d0b0a7fde006105866d6',1,'GpgFrontend::GenKeyInfo']]],
- ['gettabidstosave_255',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]],
- ['gettextpage_256',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['gettofuinfos_257',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]],
- ['getuid_258',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]],
- ['getuids_259',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]],
- ['getuisettings_260',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]],
- ['getuserid_261',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]],
- ['getuuid_262',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf',1,'GpgFrontend::Thread::Task']]],
- ['getvalidity_263',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]],
- ['global_5fsetting_5fstation_5f_264',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]],
- ['globalsettingstation_265',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend::GlobalSettingStation'],['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation::GlobalSettingStation()']]],
- ['good_266',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]],
- ['gpgbasicoperator_267',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend::GpgBasicOperator'],['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator::GpgBasicOperator()']]],
- ['gpgcommandexecutor_268',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend::GpgCommandExecutor'],['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor::GpgCommandExecutor()']]],
- ['gpgconstants_269',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]],
- ['gpgcontext_270',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend::GpgContext'],['../classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147',1,'GpgFrontend::GpgContext::GpgContext(const GpgContextInitArgs &args={})'],['../classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b',1,'GpgFrontend::GpgContext::GpgContext(int channel)']]],
- ['gpgcontextinitargs_271',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]],
- ['gpgdata_272',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend::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_273',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend::GpgDecryptResultAnalyse'],['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse::GpgDecryptResultAnalyse()']]],
- ['gpgencryptresultanalyse_274',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend::GpgEncryptResultAnalyse'],['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse::GpgEncryptResultAnalyse()']]],
- ['gpgfileopera_275',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend::GpgFileOpera'],['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera::GpgFileOpera()']]],
- ['gpgfrontend_276',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]],
- ['gpgfrontendapplication_277',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI::GpgFrontendApplication'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication::GpgFrontendApplication()']]],
- ['gpgimportedkey_278',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]],
- ['gpgimportinformation_279',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend::GpgImportInformation'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()']]],
- ['gpginfo_280',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]],
- ['gpgkey_281',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend::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_282',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend::GpgKeyGetter'],['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter::GpgKeyGetter()']]],
- ['gpgkeyimportexporter_283',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend::GpgKeyImportExporter'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter::GpgKeyImportExporter()']]],
- ['gpgkeymanager_284',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend::GpgKeyManager'],['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager::GpgKeyManager()']]],
- ['gpgkeyopera_285',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend::GpgKeyOpera'],['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera::GpgKeyOpera()']]],
- ['gpgkeysignature_286',['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_287',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend::GpgResultAnalyse'],['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse::GpgResultAnalyse()']]],
- ['gpgsignature_288',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend::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_289',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend::GpgSignResultAnalyse'],['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse::GpgSignResultAnalyse()']]],
- ['gpgsubkey_290',['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_291',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend::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_292',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend::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_293',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend::GpgUIDOperator'],['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator::GpgUIDOperator()']]],
- ['gpgverifyresultanalyse_294',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend::GpgVerifyResultAnalyse'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse::GpgVerifyResultAnalyse()']]],
- ['gpgfrontend_20develop_20document_20main_20page_295',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]],
- ['rawapi_296',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]],
- ['thread_297',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]],
- ['ui_298',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]]
+ ['generaltab_164',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI::GeneralTab'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab::GeneralTab()']]],
+ ['generate_165',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]],
+ ['generate_5fkey_5fpackage_5fname_166',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generate_5fuuid_167',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5',1,'GpgFrontend::Thread::Task']]],
+ ['generatekey_168',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]],
+ ['generatekeypackage_169',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generatekeypackagename_170',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generatepassphrase_171',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generaterevokecert_172',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]],
+ ['generatesubkey_173',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]],
+ ['genkeyinfo_174',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend::GenKeyInfo'],['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo::GenKeyInfo()']]],
+ ['get_5ffile_5fextension_175',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]],
+ ['get_5fheap_5fptr_176',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['get_5fkey_5fin_5fcache_177',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]],
+ ['get_5fonly_5ffile_5fname_5fwith_5fpath_178',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]],
+ ['get_5frestart_5fneeded_179',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()']]],
+ ['get_5fselected_5fsubkey_180',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['get_5fsign_5fselected_181',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['get_5fstatus_5fstring_182',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
+ ['get_5fuid_5fchecked_183',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['get_5fuid_5fselected_184',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['getalgo_185',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]],
+ ['getallchannelid_186',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]],
+ ['getallprivatekeys_187',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]],
+ ['getappdir_188',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getbrowser_189',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]],
+ ['getcertsdir_190',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getchannel_191',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]],
+ ['getchecked_192',['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_193',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]],
+ ['getcomment_194',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()']]],
+ ['getcreatetime_195',['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_196',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]],
+ ['getdescription_197',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getemail_198',['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()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()']]],
+ ['getencrcount_199',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getencrlast_200',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getexpiretime_201',['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_202',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['getfingerprint_203',['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()']]],
+ ['gethashalgo_204',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]],
+ ['getid_205',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey::GetId()'],['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey::GetID()']]],
+ ['getinfo_206',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#ad9af3461de36f74ee85be2523f6038e2',1,'GpgFrontend::GpgContext']]],
+ ['getinstance_207',['GetInstance',['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a16b4729ca79dcdccc794df70aa2a5aaf',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()']]],
+ ['getinvalid_208',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]],
+ ['getkey_209',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]],
+ ['getkeyid_210',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]],
+ ['getkeylength_211',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]],
+ ['getkeys_212',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]],
+ ['getkeyscopy_213',['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_214',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]],
+ ['getlastupdatetime_215',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]],
+ ['getlatestversion_216',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]],
+ ['getlocaledir_217',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getlogdir_218',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getname_219',['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_220',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['getownertrust_221',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]],
+ ['getpassphrase_222',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]],
+ ['getpolicy_223',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getprimarykeylength_224',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]],
+ ['getprivatechecked_225',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]],
+ ['getprotocol_226',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]],
+ ['getpubkey_227',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]],
+ ['getpubkeyalgo_228',['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_229',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]],
+ ['getresourcedir_230',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getresultreport_231',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]],
+ ['getrevoked_232',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]],
+ ['getselected_233',['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_234',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]],
+ ['getsignatures_235',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]],
+ ['getsigncount_236',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getsigners_237',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]],
+ ['getsignfirst_238',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getsignlast_239',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getsingletonstorage_240',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]],
+ ['getsizechangestep_241',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]],
+ ['getstandalonedatabasedir_242',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getstandalonegpgbindir_243',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getstatus_244',['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()']]],
+ ['getsubkeys_245',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]],
+ ['getsuggestmaxkeysize_246',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsuggestminkeysize_247',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsummary_248',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]],
+ ['getsupportedkeyalgo_249',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsupportedkeyalgostandalone_250',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a8b054a66cb0678af6c42090eea1518e4',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsupportedsubkeyalgo_251',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a7855d9fe9b6872ff08a60fe21640d07f',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsupportedsubkeyalgostandalone_252',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a310fd0cdac03d0b0a7fde006105866d6',1,'GpgFrontend::GenKeyInfo']]],
+ ['gettabidstosave_253',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]],
+ ['gettextpage_254',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['gettofuinfos_255',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]],
+ ['getuid_256',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]],
+ ['getuids_257',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]],
+ ['getuisettings_258',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getuserid_259',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]],
+ ['getuuid_260',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf',1,'GpgFrontend::Thread::Task']]],
+ ['getvalidity_261',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]],
+ ['global_5fsetting_5fstation_5f_262',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]],
+ ['globalsettingstation_263',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend::GlobalSettingStation'],['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation::GlobalSettingStation()']]],
+ ['good_264',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]],
+ ['gpgbasicoperator_265',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend::GpgBasicOperator'],['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator::GpgBasicOperator()']]],
+ ['gpgcommandexecutor_266',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend::GpgCommandExecutor'],['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor::GpgCommandExecutor()']]],
+ ['gpgconstants_267',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]],
+ ['gpgcontext_268',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend::GpgContext'],['../classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147',1,'GpgFrontend::GpgContext::GpgContext(const GpgContextInitArgs &args={})'],['../classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b',1,'GpgFrontend::GpgContext::GpgContext(int channel)']]],
+ ['gpgcontextinitargs_269',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]],
+ ['gpgdata_270',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend::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_271',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend::GpgDecryptResultAnalyse'],['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse::GpgDecryptResultAnalyse()']]],
+ ['gpgencryptresultanalyse_272',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend::GpgEncryptResultAnalyse'],['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse::GpgEncryptResultAnalyse()']]],
+ ['gpgfileopera_273',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend::GpgFileOpera'],['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera::GpgFileOpera()']]],
+ ['gpgfrontend_274',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]],
+ ['gpgfrontendapplication_275',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI::GpgFrontendApplication'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ae0c8f5dda829371d9f1e2d4d6913be21',1,'GpgFrontend::UI::GpgFrontendApplication::GpgFrontendApplication()']]],
+ ['gpgimportedkey_276',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]],
+ ['gpgimportinformation_277',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend::GpgImportInformation'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()']]],
+ ['gpginfo_278',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]],
+ ['gpgkey_279',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend::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_280',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend::GpgKeyGetter'],['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter::GpgKeyGetter()']]],
+ ['gpgkeyimportexporter_281',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend::GpgKeyImportExporter'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter::GpgKeyImportExporter()']]],
+ ['gpgkeymanager_282',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend::GpgKeyManager'],['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager::GpgKeyManager()']]],
+ ['gpgkeyopera_283',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend::GpgKeyOpera'],['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera::GpgKeyOpera()']]],
+ ['gpgkeysignature_284',['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_285',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend::GpgResultAnalyse'],['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse::GpgResultAnalyse()']]],
+ ['gpgsignature_286',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend::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_287',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend::GpgSignResultAnalyse'],['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse::GpgSignResultAnalyse()']]],
+ ['gpgsubkey_288',['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_289',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend::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_290',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend::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_291',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend::GpgUIDOperator'],['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator::GpgUIDOperator()']]],
+ ['gpgverifyresultanalyse_292',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend::GpgVerifyResultAnalyse'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse::GpgVerifyResultAnalyse()']]],
+ ['gpgfrontend_20develop_20document_20main_20page_293',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]],
+ ['rawapi_294',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]],
+ ['thread_295',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]],
+ ['ui_296',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]]
];
diff --git a/docs/html/search/all_8.js b/docs/html/search/all_8.js
index c86dc047..6407845c 100644
--- a/docs/html/search/all_8.js
+++ b/docs/html/search/all_8.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['hash_5fkey_5f_299',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]],
- ['help_5fmenu_5f_300',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]],
- ['helppage_301',['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_297',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]],
+ ['help_5fmenu_5f_298',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]],
+ ['helppage_299',['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 c49f1cec..0db403ce 100644
--- a/docs/html/search/all_9.js
+++ b/docs/html/search/all_9.js
@@ -1,57 +1,56 @@
var searchData=
[
- ['import_5fbutton_5f_302',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]],
- ['import_5fkey_5ffrom_5fedit_5fact_5f_303',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]],
- ['import_5fkey_5ffrom_5fkeyserver_304',['import_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770',1,'GpgFrontend::UI']]],
- ['import_5fkey_5fmenu_5f_305',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]],
- ['import_5fkeys_306',['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_307',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]],
- ['importkey_308',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['importkeypackage_309',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]],
- ['infoboardstatus_310',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]],
- ['infoboardwidget_311',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]],
- ['infotab_312',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]],
- ['infovaild_313',['InfoVaild',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['init_314',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]],
- ['init_5fapp_5fsecure_5fkey_315',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]],
- ['init_5fctx_316',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]],
- ['init_5flocale_317',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]],
- ['init_5flogging_5fsystem_318',['init_logging_system',['../namespaceGpgFrontend_1_1UI.html#a834d05cb1918760d1a9c5a67aa3a7da3',1,'GpgFrontend::UI']]],
- ['initgpgfrontendui_319',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]],
- ['initloggingsystem_320',['InitLoggingSystem',['../namespaceGpgFrontend.html#aff3e12940da2d43ce7aedeb795643434',1,'GpgFrontend']]],
- ['instances_5fmap_5f_321',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]],
- ['instances_5fmutex_5f_322',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]],
- ['intropage_323',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI::IntroPage'],['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage::IntroPage()']]],
- ['isallowauthentication_324',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowcertification_325',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangeauthentication_326',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangecertification_327',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangeencryption_328',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangesigning_329',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowencryption_330',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]],
- ['isallownopassphrase_331',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowsigning_332',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]],
- ['iscardkey_333',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]],
- ['isdisabled_334',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]],
- ['isdiscarded_335',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]],
- ['isexpired_336',['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_337',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]],
- ['isgood_338',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]],
- ['ishasactualauthenticationcapability_339',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]],
- ['ishasactualcertificationcapability_340',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]],
- ['ishasactualencryptioncapability_341',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]],
- ['ishasactualsigningcapability_342',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]],
- ['ishasauthenticationcapability_343',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]],
- ['ishascardkey_344',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]],
- ['ishascertificationcapability_345',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]],
- ['ishasencryptioncapability_346',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]],
- ['ishasmasterkey_347',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]],
- ['ishassigningcapability_348',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]],
- ['isinvalid_349',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]],
- ['isnonexpired_350',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]],
- ['isnopassphrase_351',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]],
- ['isprivatekey_352',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]],
- ['isrevoked_353',['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()']]],
- ['issecretkey_354',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]],
- ['issubkey_355',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]]
+ ['import_5fbutton_5f_300',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]],
+ ['import_5fkey_5ffrom_5fedit_5fact_5f_301',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]],
+ ['import_5fkey_5fmenu_5f_302',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]],
+ ['import_5fkeys_303',['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_304',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]],
+ ['importkey_305',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['importkeypackage_306',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]],
+ ['infoboardstatus_307',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]],
+ ['infoboardwidget_308',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]],
+ ['infotab_309',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]],
+ ['infovaild_310',['InfoVaild',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['init_311',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]],
+ ['init_5fapp_5fsecure_5fkey_312',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]],
+ ['init_5fctx_313',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]],
+ ['init_5flocale_314',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]],
+ ['init_5flogging_5fsystem_315',['init_logging_system',['../namespaceGpgFrontend_1_1UI.html#a834d05cb1918760d1a9c5a67aa3a7da3',1,'GpgFrontend::UI']]],
+ ['initgpgfrontendui_316',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]],
+ ['initloggingsystem_317',['InitLoggingSystem',['../namespaceGpgFrontend.html#aff3e12940da2d43ce7aedeb795643434',1,'GpgFrontend']]],
+ ['instances_5fmap_5f_318',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]],
+ ['instances_5fmutex_5f_319',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]],
+ ['intropage_320',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI::IntroPage'],['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage::IntroPage()']]],
+ ['isallowauthentication_321',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowcertification_322',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangeauthentication_323',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangecertification_324',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangeencryption_325',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangesigning_326',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowencryption_327',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallownopassphrase_328',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowsigning_329',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]],
+ ['iscardkey_330',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]],
+ ['isdisabled_331',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]],
+ ['isdiscarded_332',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]],
+ ['isexpired_333',['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_334',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]],
+ ['isgood_335',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualauthenticationcapability_336',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualcertificationcapability_337',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualencryptioncapability_338',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualsigningcapability_339',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]],
+ ['ishasauthenticationcapability_340',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]],
+ ['ishascardkey_341',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]],
+ ['ishascertificationcapability_342',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]],
+ ['ishasencryptioncapability_343',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]],
+ ['ishasmasterkey_344',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]],
+ ['ishassigningcapability_345',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]],
+ ['isinvalid_346',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]],
+ ['isnonexpired_347',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]],
+ ['isnopassphrase_348',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]],
+ ['isprivatekey_349',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]],
+ ['isrevoked_350',['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()']]],
+ ['issecretkey_351',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]],
+ ['issubkey_352',['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 c5132029..ae3f9a12 100644
--- a/docs/html/search/all_a.js
+++ b/docs/html/search/all_a.js
@@ -1,40 +1,38 @@
var searchData=
[
- ['key_5fbox_5f_356',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['key_5fid_5fvar_5flabel_357',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['key_5fid_5fvar_5flabel_5f_358',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['key_5flist_5fdock_5f_359',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5fmenu_5f_360',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5fsize_5fspin_5fbox_5f_361',['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_362',['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_363',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5ftype_5fcombo_5fbox_5f_364',['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_365',['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_366',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['keydetailsdialog_367',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]],
- ['keygendialog_368',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI::KeyGenDialog'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog::KeyGenDialog()']]],
- ['keygenpage_369',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI::KeyGenPage'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage::KeyGenPage()']]],
- ['keyimportdetaildialog_370',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI::KeyImportDetailDialog'],['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog()']]],
- ['keylist_371',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI::KeyList'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList::KeyList()']]],
- ['keylistcolumn_372',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]],
- ['keylistrow_373',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]],
- ['keymenuability_374',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]],
- ['keymgmt_375',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI::KeyMgmt'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt::KeyMgmt()']]],
- ['keynewuiddialog_376',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI::KeyNewUIDDialog'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog()']]],
- ['keypackageoperator_377',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]],
- ['keypairdetailtab_378',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI::KeyPairDetailTab'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab()']]],
- ['keypairoperatab_379',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI::KeyPairOperaTab'],['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()']]],
- ['keypairsubkeytab_380',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI::KeyPairSubkeyTab'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab::KeyPairSubkeyTab()']]],
- ['keypairuidtab_381',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI::KeyPairUIDTab'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab::KeyPairUIDTab()']]],
- ['keypressevent_382',['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_383',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]],
- ['keys_5fcache_5fmutex_5f_384',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]],
- ['keyserverimportdialog_385',['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_386',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI::KeyServerImportTask'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857',1,'GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask()']]],
- ['keyserversearchtask_387',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI::KeyServerSearchTask'],['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa',1,'GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask()']]],
- ['keyservertab_388',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI::KeyserverTab'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab::KeyserverTab()']]],
- ['keysetexpiredatedialog_389',['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_390',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI::KeyTable'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable::KeyTable()']]],
- ['keyuidsigndialog_391',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI::KeyUIDSignDialog'],['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog()']]],
- ['keyuploaddialog_392',['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_353',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['key_5fid_5fvar_5flabel_354',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['key_5fid_5fvar_5flabel_5f_355',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['key_5flist_5fdock_5f_356',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5fmenu_5f_357',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5fsize_5fspin_5fbox_5f_358',['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_359',['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_360',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5ftype_5fcombo_5fbox_5f_361',['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_362',['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_363',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['keydetailsdialog_364',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]],
+ ['keygendialog_365',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI::KeyGenDialog'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog::KeyGenDialog()']]],
+ ['keygenpage_366',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI::KeyGenPage'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage::KeyGenPage()']]],
+ ['keyimportdetaildialog_367',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI::KeyImportDetailDialog'],['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog()']]],
+ ['keylist_368',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI::KeyList'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList::KeyList()']]],
+ ['keylistcolumn_369',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]],
+ ['keylistrow_370',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]],
+ ['keymenuability_371',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]],
+ ['keymgmt_372',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI::KeyMgmt'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt::KeyMgmt()']]],
+ ['keynewuiddialog_373',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI::KeyNewUIDDialog'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog()']]],
+ ['keypackageoperator_374',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]],
+ ['keypairdetailtab_375',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI::KeyPairDetailTab'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab()']]],
+ ['keypairoperatab_376',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI::KeyPairOperaTab'],['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()']]],
+ ['keypairsubkeytab_377',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI::KeyPairSubkeyTab'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab::KeyPairSubkeyTab()']]],
+ ['keypairuidtab_378',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI::KeyPairUIDTab'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab::KeyPairUIDTab()']]],
+ ['keypressevent_379',['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_380',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]],
+ ['keys_5fcache_5fmutex_5f_381',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]],
+ ['keyserverimportdialog_382',['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)']]],
+ ['keyservertab_383',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI::KeyserverTab'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab::KeyserverTab()']]],
+ ['keysetexpiredatedialog_384',['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_385',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI::KeyTable'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable::KeyTable()']]],
+ ['keyuidsigndialog_386',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI::KeyUIDSignDialog'],['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog()']]],
+ ['keyuploaddialog_387',['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 7ff4ad56..a9ca267a 100644
--- a/docs/html/search/all_b.js
+++ b/docs/html/search/all_b.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['latest_5freply_5f_393',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]],
- ['listedkeyservertesttask_394',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI::ListedKeyServerTestTask'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77',1,'GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask()']]],
- ['listlanguages_395',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]],
- ['loadfile_396',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]],
- ['localized_5fhelp_397',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]]
+ ['latest_5freply_5f_388',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]],
+ ['listedkeyservertesttask_389',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI::ListedKeyServerTestTask'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77',1,'GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask()']]],
+ ['listlanguages_390',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]],
+ ['loadfile_391',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]],
+ ['localized_5fhelp_392',['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 4cf5d083..99276d59 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_398',['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_399',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]],
- ['markkeys_400',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]],
- ['maybe_5fsave_5fcurrent_5ftab_401',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]],
- ['maybesaveanytab_402',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]],
- ['modifypassword_403',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]],
- ['modifytofupolicy_404',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]],
- ['mt_5f_405',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]]
+ ['m_5ftext_5fpage_5f_393',['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_394',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]],
+ ['markkeys_395',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]],
+ ['maybe_5fsave_5fcurrent_5ftab_396',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]],
+ ['maybesaveanytab_397',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]],
+ ['modifypassword_398',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]],
+ ['modifytofupolicy_399',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]],
+ ['mt_5f_400',['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 8a4c81f0..8a703153 100644
--- a/docs/html/search/all_d.js
+++ b/docs/html/search/all_d.js
@@ -1,12 +1,12 @@
var searchData=
[
- ['name_5fedit_5f_406',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['name_5fvar_5flabel_5f_407',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['needupgrade_408',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['networktab_409',['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_410',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]],
- ['new_5ftab_5fact_5f_411',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]],
- ['nextid_412',['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_413',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]],
- ['notifyfilesaved_414',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]]
+ ['name_5fedit_5f_401',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['name_5fvar_5flabel_5f_402',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['needupgrade_403',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['networktab_404',['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_405',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]],
+ ['new_5ftab_5fact_5f_406',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]],
+ ['nextid_407',['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_408',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]],
+ ['notifyfilesaved_409',['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 e2699a15..d8f91b11 100644
--- a/docs/html/search/all_e.js
+++ b/docs/html/search/all_e.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['oncustomcontextmenu_415',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]],
- ['open_5fact_5f_416',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]],
- ['open_5fkey_5fmanagement_5fact_5f_417',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]],
- ['open_5fsettings_5fact_5f_418',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]],
- ['operator_20gpgme_5fctx_5ft_419',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]],
- ['operator_20gpgme_5fdata_5ft_420',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]],
- ['operator_20gpgme_5fkey_5ft_421',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]],
- ['operator_3c_3d_422',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]],
- ['operator_3d_423',['operator=',['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete']]],
- ['operator_3d_3d_424',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]],
- ['owner_5fbox_5f_425',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]]
+ ['oncustomcontextmenu_410',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]],
+ ['open_5fact_5f_411',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]],
+ ['open_5fkey_5fmanagement_5fact_5f_412',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]],
+ ['open_5fsettings_5fact_5f_413',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]],
+ ['operator_20gpgme_5fctx_5ft_414',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]],
+ ['operator_20gpgme_5fdata_5ft_415',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]],
+ ['operator_20gpgme_5fkey_5ft_416',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]],
+ ['operator_3c_3d_417',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]],
+ ['operator_3d_418',['operator=',['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete']]],
+ ['operator_3d_3d_419',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]],
+ ['owner_5fbox_5f_420',['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 eaf17325..9fd084e2 100644
--- a/docs/html/search/all_f.js
+++ b/docs/html/search/all_f.js
@@ -1,18 +1,18 @@
var searchData=
[
- ['passphrasegenerator_426',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend::PassphraseGenerator'],['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator::PassphraseGenerator()']]],
- ['paste_5fact_5f_427',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]],
- ['pending_5ftasks_5f_428',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]],
- ['pgp_5fcrypt_5fbegin_429',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]],
- ['plaintexteditorpage_430',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI::PlainTextEditorPage'],['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage()']]],
- ['popobject_431',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['posttask_432',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]],
- ['print_5fact_5f_433',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]],
- ['print_5frecipient_434',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
- ['print_5fsigner_435',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
- ['process_5fdirectory_5finto_5ftarball_436',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]],
- ['process_5foperation_437',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]],
- ['process_5fresult_5fanalyse_438',['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_439',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]],
- ['proxyconnectiontestthread_440',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread'],['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada',1,'GpgFrontend::UI::ProxyConnectionTestThread::ProxyConnectionTestThread()']]]
+ ['passphrasegenerator_421',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend::PassphraseGenerator'],['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator::PassphraseGenerator()']]],
+ ['paste_5fact_5f_422',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]],
+ ['pending_5ftasks_5f_423',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['pgp_5fcrypt_5fbegin_424',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]],
+ ['plaintexteditorpage_425',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI::PlainTextEditorPage'],['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage()']]],
+ ['popobject_426',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['posttask_427',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['print_5fact_5f_428',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]],
+ ['print_5frecipient_429',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
+ ['print_5fsigner_430',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
+ ['process_5fdirectory_5finto_5ftarball_431',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]],
+ ['process_5foperation_432',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]],
+ ['process_5fresult_5fanalyse_433',['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_434',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]],
+ ['proxyconnectiontestthread_435',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada',1,'GpgFrontend::UI::ProxyConnectionTestThread::ProxyConnectionTestThread()']]]
];
diff --git a/docs/html/search/classes_0.js b/docs/html/search/classes_0.js
index 51538b6f..fa6872d8 100644
--- a/docs/html/search/classes_0.js
+++ b/docs/html/search/classes_0.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['_5fctx_5fref_5fdeleter_690',['_ctx_ref_deleter',['../structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html',1,'GpgFrontend::GpgContext']]],
- ['_5fdata_5fref_5fdeleter_691',['_data_ref_deleter',['../structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html',1,'GpgFrontend::GpgData']]],
- ['_5fkey_5fref_5fdeleter_692',['_key_ref_deleter',['../structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html',1,'GpgFrontend::GpgKey']]],
- ['_5fresult_5fref_5fdeletor_693',['_result_ref_deletor',['../structGpgFrontend_1_1__result__ref__deletor.html',1,'GpgFrontend']]]
+ ['_5fctx_5fref_5fdeleter_682',['_ctx_ref_deleter',['../structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html',1,'GpgFrontend::GpgContext']]],
+ ['_5fdata_5fref_5fdeleter_683',['_data_ref_deleter',['../structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html',1,'GpgFrontend::GpgData']]],
+ ['_5fkey_5fref_5fdeleter_684',['_key_ref_deleter',['../structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html',1,'GpgFrontend::GpgKey']]],
+ ['_5fresult_5fref_5fdeletor_685',['_result_ref_deletor',['../structGpgFrontend_1_1__result__ref__deletor.html',1,'GpgFrontend']]]
];
diff --git a/docs/html/search/classes_1.js b/docs/html/search/classes_1.js
index a5569e88..22a0978c 100644
--- a/docs/html/search/classes_1.js
+++ b/docs/html/search/classes_1.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['aboutdialog_694',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html',1,'GpgFrontend::UI']]],
- ['advancedtab_695',['AdvancedTab',['../classGpgFrontend_1_1UI_1_1AdvancedTab.html',1,'GpgFrontend::UI']]],
- ['appearancetab_696',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html',1,'GpgFrontend::UI']]],
- ['archivefileoperator_697',['ArchiveFileOperator',['../classGpgFrontend_1_1ArchiveFileOperator.html',1,'GpgFrontend']]],
- ['archivestruct_698',['ArchiveStruct',['../structGpgFrontend_1_1ArchiveStruct.html',1,'GpgFrontend']]]
+ ['aboutdialog_686',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html',1,'GpgFrontend::UI']]],
+ ['advancedtab_687',['AdvancedTab',['../classGpgFrontend_1_1UI_1_1AdvancedTab.html',1,'GpgFrontend::UI']]],
+ ['appearancetab_688',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html',1,'GpgFrontend::UI']]],
+ ['archivefileoperator_689',['ArchiveFileOperator',['../classGpgFrontend_1_1ArchiveFileOperator.html',1,'GpgFrontend']]],
+ ['archivestruct_690',['ArchiveStruct',['../structGpgFrontend_1_1ArchiveStruct.html',1,'GpgFrontend']]]
];
diff --git a/docs/html/search/classes_10.js b/docs/html/search/classes_10.js
index f26a0606..16a33d15 100644
--- a/docs/html/search/classes_10.js
+++ b/docs/html/search/classes_10.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['task_805',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]],
- ['taskrunner_806',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]],
- ['taskrunnergetter_807',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]],
- ['testlistedkeyserverthread_808',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]],
- ['textedit_809',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]],
- ['tofuinfopage_810',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]],
- ['translatorstab_811',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI']]]
+ ['task_793',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]],
+ ['taskrunner_794',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]],
+ ['taskrunnergetter_795',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]],
+ ['testlistedkeyserverthread_796',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]],
+ ['textedit_797',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]],
+ ['tofuinfopage_798',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]],
+ ['translatorstab_799',['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 0f9f243f..a6af7c82 100644
--- a/docs/html/search/classes_11.js
+++ b/docs/html/search/classes_11.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['updatetab_812',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI']]]
+ ['updatetab_800',['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 ad23d7f6..b6b475d6 100644
--- a/docs/html/search/classes_12.js
+++ b/docs/html/search/classes_12.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['verifydetailsdialog_813',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]],
- ['verifykeydetailbox_814',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]],
- ['versionchecktask_815',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI']]]
+ ['verifydetailsdialog_801',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]],
+ ['verifykeydetailbox_802',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]],
+ ['versionchecktask_803',['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 85d36569..e36e082f 100644
--- a/docs/html/search/classes_13.js
+++ b/docs/html/search/classes_13.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['waitingdialog_816',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]],
- ['wizard_817',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI']]]
+ ['waitingdialog_804',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]],
+ ['wizard_805',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_2.js b/docs/html/search/classes_2.js
index 0bb92e89..7fb5ab20 100644
--- a/docs/html/search/classes_2.js
+++ b/docs/html/search/classes_2.js
@@ -1,12 +1,12 @@
var searchData=
[
- ['channelobject_699',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html',1,'GpgFrontend']]],
- ['charsetoperator_700',['CharsetOperator',['../classGpgFrontend_1_1CharsetOperator.html',1,'GpgFrontend']]],
- ['choosepage_701',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html',1,'GpgFrontend::UI']]],
- ['class_702',['class',['../classclass.html',1,'']]],
- ['commonutils_703',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html',1,'GpgFrontend::UI']]],
- ['conclusionpage_704',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html',1,'GpgFrontend::UI']]],
- ['corecommonutil_705',['CoreCommonUtil',['../classGpgFrontend_1_1CoreCommonUtil.html',1,'GpgFrontend']]],
- ['cryptomenu_706',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]],
- ['ctxchecktask_707',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html',1,'GpgFrontend::Thread']]]
+ ['channelobject_691',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html',1,'GpgFrontend']]],
+ ['charsetoperator_692',['CharsetOperator',['../classGpgFrontend_1_1CharsetOperator.html',1,'GpgFrontend']]],
+ ['choosepage_693',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html',1,'GpgFrontend::UI']]],
+ ['class_694',['class',['../classclass.html',1,'']]],
+ ['commonutils_695',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html',1,'GpgFrontend::UI']]],
+ ['conclusionpage_696',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html',1,'GpgFrontend::UI']]],
+ ['corecommonutil_697',['CoreCommonUtil',['../classGpgFrontend_1_1CoreCommonUtil.html',1,'GpgFrontend']]],
+ ['cryptomenu_698',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]],
+ ['ctxchecktask_699',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html',1,'GpgFrontend::Thread']]]
];
diff --git a/docs/html/search/classes_3.js b/docs/html/search/classes_3.js
index 24234a87..fa81a0ca 100644
--- a/docs/html/search/classes_3.js
+++ b/docs/html/search/classes_3.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['dataobject_708',['DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html',1,'GpgFrontend::Thread::Task']]],
- ['dataobjectoperator_709',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html',1,'GpgFrontend']]],
- ['destructor_710',['Destructor',['../structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html',1,'GpgFrontend::Thread::Task::DataObject']]]
+ ['dataobject_700',['DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html',1,'GpgFrontend::Thread::Task']]],
+ ['dataobjectoperator_701',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html',1,'GpgFrontend']]],
+ ['destructor_702',['Destructor',['../structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html',1,'GpgFrontend::Thread::Task::DataObject']]]
];
diff --git a/docs/html/search/classes_4.js b/docs/html/search/classes_4.js
index b5cf7ff8..b53a3426 100644
--- a/docs/html/search/classes_4.js
+++ b/docs/html/search/classes_4.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['exportkeypackagedialog_711',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html',1,'GpgFrontend::UI']]]
+ ['exportkeypackagedialog_703',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_5.js b/docs/html/search/classes_5.js
index ba1b543c..09da0434 100644
--- a/docs/html/search/classes_5.js
+++ b/docs/html/search/classes_5.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['fileoperator_712',['FileOperator',['../classGpgFrontend_1_1FileOperator.html',1,'GpgFrontend']]],
- ['filepage_713',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI']]],
- ['filereadtask_714',['FileReadTask',['../classGpgFrontend_1_1UI_1_1FileReadTask.html',1,'GpgFrontend::UI']]],
- ['findwidget_715',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html',1,'GpgFrontend::UI']]]
+ ['fileoperator_704',['FileOperator',['../classGpgFrontend_1_1FileOperator.html',1,'GpgFrontend']]],
+ ['filepage_705',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI']]],
+ ['filereadtask_706',['FileReadTask',['../classGpgFrontend_1_1UI_1_1FileReadTask.html',1,'GpgFrontend::UI']]],
+ ['findwidget_707',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html',1,'GpgFrontend::UI']]]
];
diff --git a/docs/html/search/classes_6.js b/docs/html/search/classes_6.js
index 7dc91d74..4b07336f 100644
--- a/docs/html/search/classes_6.js
+++ b/docs/html/search/classes_6.js
@@ -1,35 +1,33 @@
var searchData=
[
- ['generaldialog_716',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html',1,'GpgFrontend::UI']]],
- ['generalmainwindow_717',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html',1,'GpgFrontend::UI']]],
- ['generaltab_718',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]],
- ['genkeyinfo_719',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]],
- ['globalsettingstation_720',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]],
- ['gpgbasicoperator_721',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]],
- ['gpgcommandexecutor_722',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]],
- ['gpgconstants_723',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]],
- ['gpgcontext_724',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]],
- ['gpgcontextinitargs_725',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]],
- ['gpgdata_726',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]],
- ['gpgdecryptresultanalyse_727',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]],
- ['gpgencryptresultanalyse_728',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]],
- ['gpgfileopera_729',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]],
- ['gpgfrontendapplication_730',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI']]],
- ['gpgimportedkey_731',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]],
- ['gpgimportinformation_732',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]],
- ['gpginfo_733',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]],
- ['gpgkey_734',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]],
- ['gpgkeygetter_735',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]],
- ['gpgkeyimportexporter_736',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]],
- ['gpgkeymanager_737',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]],
- ['gpgkeyopera_738',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]],
- ['gpgkeysignature_739',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]],
- ['gpgresultanalyse_740',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]],
- ['gpgsignature_741',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]],
- ['gpgsignresultanalyse_742',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]],
- ['gpgsubkey_743',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]],
- ['gpgtofuinfo_744',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]],
- ['gpguid_745',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]],
- ['gpguidoperator_746',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]],
- ['gpgverifyresultanalyse_747',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]]
+ ['generaltab_708',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]],
+ ['genkeyinfo_709',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]],
+ ['globalsettingstation_710',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]],
+ ['gpgbasicoperator_711',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]],
+ ['gpgcommandexecutor_712',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]],
+ ['gpgconstants_713',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]],
+ ['gpgcontext_714',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]],
+ ['gpgcontextinitargs_715',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]],
+ ['gpgdata_716',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]],
+ ['gpgdecryptresultanalyse_717',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]],
+ ['gpgencryptresultanalyse_718',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]],
+ ['gpgfileopera_719',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]],
+ ['gpgfrontendapplication_720',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI']]],
+ ['gpgimportedkey_721',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]],
+ ['gpgimportinformation_722',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]],
+ ['gpginfo_723',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]],
+ ['gpgkey_724',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]],
+ ['gpgkeygetter_725',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]],
+ ['gpgkeyimportexporter_726',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]],
+ ['gpgkeymanager_727',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]],
+ ['gpgkeyopera_728',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]],
+ ['gpgkeysignature_729',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]],
+ ['gpgresultanalyse_730',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]],
+ ['gpgsignature_731',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]],
+ ['gpgsignresultanalyse_732',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]],
+ ['gpgsubkey_733',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]],
+ ['gpgtofuinfo_734',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]],
+ ['gpguid_735',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]],
+ ['gpguidoperator_736',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]],
+ ['gpgverifyresultanalyse_737',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]]
];
diff --git a/docs/html/search/classes_7.js b/docs/html/search/classes_7.js
index 1479ceda..c43eba17 100644
--- a/docs/html/search/classes_7.js
+++ b/docs/html/search/classes_7.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['helppage_748',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI']]]
+ ['helppage_738',['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 bc44c75c..c10b2b64 100644
--- a/docs/html/search/classes_8.js
+++ b/docs/html/search/classes_8.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['infoboardwidget_749',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]],
- ['infotab_750',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]],
- ['intropage_751',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI']]]
+ ['infoboardwidget_739',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]],
+ ['infotab_740',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]],
+ ['intropage_741',['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 983622a6..6040951a 100644
--- a/docs/html/search/classes_9.js
+++ b/docs/html/search/classes_9.js
@@ -1,26 +1,24 @@
var searchData=
[
- ['keydetailsdialog_752',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]],
- ['keygendialog_753',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]],
- ['keygenpage_754',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]],
- ['keyimportdetaildialog_755',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]],
- ['keylist_756',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]],
- ['keylistcolumn_757',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]],
- ['keylistrow_758',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]],
- ['keymenuability_759',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]],
- ['keymgmt_760',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]],
- ['keynewuiddialog_761',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]],
- ['keypackageoperator_762',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]],
- ['keypairdetailtab_763',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]],
- ['keypairoperatab_764',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]],
- ['keypairsubkeytab_765',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]],
- ['keypairuidtab_766',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]],
- ['keyserverimportdialog_767',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]],
- ['keyserverimporttask_768',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI']]],
- ['keyserversearchtask_769',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI']]],
- ['keyservertab_770',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]],
- ['keysetexpiredatedialog_771',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]],
- ['keytable_772',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]],
- ['keyuidsigndialog_773',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]],
- ['keyuploaddialog_774',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI']]]
+ ['keydetailsdialog_742',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]],
+ ['keygendialog_743',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]],
+ ['keygenpage_744',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]],
+ ['keyimportdetaildialog_745',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]],
+ ['keylist_746',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]],
+ ['keylistcolumn_747',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]],
+ ['keylistrow_748',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]],
+ ['keymenuability_749',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]],
+ ['keymgmt_750',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]],
+ ['keynewuiddialog_751',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]],
+ ['keypackageoperator_752',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]],
+ ['keypairdetailtab_753',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]],
+ ['keypairoperatab_754',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]],
+ ['keypairsubkeytab_755',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]],
+ ['keypairuidtab_756',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]],
+ ['keyserverimportdialog_757',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]],
+ ['keyservertab_758',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]],
+ ['keysetexpiredatedialog_759',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]],
+ ['keytable_760',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]],
+ ['keyuidsigndialog_761',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]],
+ ['keyuploaddialog_762',['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 42ba31fb..273f1094 100644
--- a/docs/html/search/classes_a.js
+++ b/docs/html/search/classes_a.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['listedkeyservertesttask_775',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI']]]
+ ['listedkeyservertesttask_763',['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 fbaee211..bdabfe87 100644
--- a/docs/html/search/classes_b.js
+++ b/docs/html/search/classes_b.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['mainwindow_776',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]]
+ ['mainwindow_764',['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 e11f8bbb..46f771d4 100644
--- a/docs/html/search/classes_c.js
+++ b/docs/html/search/classes_c.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['networktab_777',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI']]]
+ ['networktab_765',['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 a34d5428..e9d2bf03 100644
--- a/docs/html/search/classes_d.js
+++ b/docs/html/search/classes_d.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['passphrasegenerator_778',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]],
- ['plaintexteditorpage_779',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]],
- ['proxyconnectiontestthread_780',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread'],['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread']]]
+ ['passphrasegenerator_766',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]],
+ ['plaintexteditorpage_767',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]],
+ ['proxyconnectiontestthread_768',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread']]]
];
diff --git a/docs/html/search/classes_e.js b/docs/html/search/classes_e.js
index b5225a13..769c2923 100644
--- a/docs/html/search/classes_e.js
+++ b/docs/html/search/classes_e.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['quitdialog_781',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI']]]
+ ['quitdialog_769',['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 1dbf87a4..4e2eb423 100644
--- a/docs/html/search/classes_f.js
+++ b/docs/html/search/classes_f.js
@@ -1,26 +1,26 @@
var searchData=
[
- ['settingsdialog_782',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]],
- ['settingsobject_783',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI']]],
- ['signalstation_784',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]],
- ['signaturedetailsdialog_785',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]],
- ['signerspicker_786',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]],
- ['singletonfunctionobject_787',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_788',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20globalsettingstation_20_3e_789',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_790',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_791',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgcontext_20_3e_792',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgfileopera_20_3e_793',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_794',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_795',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_796',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_797',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20gpguidoperator_20_3e_798',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_799',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_800',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
- ['singletonstorage_801',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]],
- ['singletonstoragecollection_802',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]],
- ['softwareversion_803',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]],
- ['subkeygeneratedialog_804',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI']]]
+ ['settingsdialog_770',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]],
+ ['settingsobject_771',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI']]],
+ ['signalstation_772',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]],
+ ['signaturedetailsdialog_773',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]],
+ ['signerspicker_774',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]],
+ ['singletonfunctionobject_775',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_776',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20globalsettingstation_20_3e_777',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_778',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_779',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgcontext_20_3e_780',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgfileopera_20_3e_781',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_782',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_783',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_784',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_785',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20gpguidoperator_20_3e_786',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_787',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_788',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
+ ['singletonstorage_789',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]],
+ ['singletonstoragecollection_790',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]],
+ ['softwareversion_791',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]],
+ ['subkeygeneratedialog_792',['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 20e9e66a..4d009cfa 100644
--- a/docs/html/search/enums_0.js
+++ b/docs/html/search/enums_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['infoboardstatus_1461',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]]
+ ['infoboardstatus_1441',['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 df2d71e7..6f5dc1f9 100644
--- a/docs/html/search/functions_0.js
+++ b/docs/html/search/functions_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['_5fnew_5fresult_822',['_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_810',['_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 3224cd81..b40c163a 100644
--- a/docs/html/search/functions_1.js
+++ b/docs/html/search/functions_1.js
@@ -1,15 +1,15 @@
var searchData=
[
- ['aboutdialog_823',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a',1,'GpgFrontend::UI::AboutDialog']]],
- ['addlistgrouptab_824',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec',1,'GpgFrontend::UI::KeyList']]],
- ['addmenuaction_825',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]],
- ['addoptionalaction_826',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['adduid_827',['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_828',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]],
- ['aes_5f256_5fcbc_5fencrypt_829',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]],
- ['aes_5f256_5fcbc_5finit_830',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]],
- ['appearancetab_831',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]],
- ['appendobject_832',['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_833',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['associatetextedit_834',['AssociateTextEdit',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab',1,'GpgFrontend::UI::InfoBoardWidget']]]
+ ['aboutdialog_811',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a',1,'GpgFrontend::UI::AboutDialog']]],
+ ['addlistgrouptab_812',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec',1,'GpgFrontend::UI::KeyList']]],
+ ['addmenuaction_813',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]],
+ ['addoptionalaction_814',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['adduid_815',['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_816',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]],
+ ['aes_5f256_5fcbc_5fencrypt_817',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]],
+ ['aes_5f256_5fcbc_5finit_818',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]],
+ ['appearancetab_819',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]],
+ ['appendobject_820',['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_821',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['associatetextedit_822',['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 a2045edc..7d0c6c44 100644
--- a/docs/html/search/functions_10.js
+++ b/docs/html/search/functions_10.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['quitdialog_1138',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog']]]
+ ['quitdialog_1121',['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 3a58d468..e4247a16 100644
--- a/docs/html/search/functions_11.js
+++ b/docs/html/search/functions_11.js
@@ -1,19 +1,19 @@
var searchData=
[
- ['read2buffer_1139',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]],
- ['read_5fall_5fdata_5fin_5ffile_1140',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]],
- ['readdone_1141',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['readfile_1142',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]],
- ['readfilestd_1143',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]],
- ['refresh_1144',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]],
- ['refresh_5finfo_5fboard_1145',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]],
- ['refresh_5fkeys_5ffrom_5fkey_5fserver_1146',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]],
- ['refresh_5fwidgets_5fstate_1147',['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_1148',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]],
- ['resetoptionactionsmenu_1149',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['restore_5fsettings_1150',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]],
- ['revsign_1151',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]],
- ['revuid_1152',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]],
- ['run_1153',['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()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()']]],
- ['rungpgfrontendui_1154',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]]
+ ['read2buffer_1122',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]],
+ ['read_5fall_5fdata_5fin_5ffile_1123',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]],
+ ['readdone_1124',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['readfile_1125',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]],
+ ['readfilestd_1126',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]],
+ ['refresh_1127',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]],
+ ['refresh_5finfo_5fboard_1128',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]],
+ ['refresh_5fkeys_5ffrom_5fkey_5fserver_1129',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]],
+ ['refresh_5fwidgets_5fstate_1130',['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_1131',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]],
+ ['resetoptionactionsmenu_1132',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['restore_5fsettings_1133',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]],
+ ['revsign_1134',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]],
+ ['revuid_1135',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]],
+ ['run_1136',['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()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()']]],
+ ['rungpgfrontendui_1137',['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 4b99da16..4014c6c1 100644
--- a/docs/html/search/functions_12.js
+++ b/docs/html/search/functions_12.js
@@ -1,152 +1,149 @@
var searchData=
[
- ['save_5ffile_1155',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]],
- ['save_5fsettings_1156',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]],
- ['set_5fbackground_1157',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]],
- ['set_5floading_1158',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['set_5fmessage_1159',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['set_5fsignal_5fslot_1160',['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_1161',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]],
- ['setalgo_1162',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowauthentication_1163',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowcertification_1164',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowencryption_1165',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]],
- ['setallowsigning_1166',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]],
- ['setchannel_1167',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]],
- ['setchecked_1168',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)']]],
- ['setcolumnwidth_1169',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]],
- ['setcomment_1170',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]],
- ['setcryptomenustatus_1171',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]],
- ['setdoubleclickedaction_1172',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]],
- ['setemail_1173',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]],
- ['setexpire_1174',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]],
- ['setexpiretime_1175',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]],
- ['setfilepath_1176',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['setfinishafterrun_1177',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]],
- ['setinfoboard_1178',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['setissubkey_1179',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]],
- ['setkeylength_1180',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]],
- ['setname_1181',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]],
- ['setnonexpired_1182',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]],
- ['setnonpassphrase_1183',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]],
- ['setobjectinchannel_1184',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]],
- ['setpassphrase_1185',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]],
- ['setpassphrasecb_1186',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]],
- ['setprimaryuid_1187',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]],
- ['setrtn_1188',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]],
- ['setsettings_1189',['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_1190',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]],
- ['settingsdialog_1191',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]],
- ['settingsobject_1192',['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_1193',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]],
- ['showevent_1194',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]],
- ['shownotificationwidget_1195',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['sign_1196',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]],
- ['signalkeydatabaserefreshdone_1197',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]],
- ['signalkeyserverimportresult_1198',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f',1,'GpgFrontend::UI::KeyServerImportTask']]],
- ['signalkeyserverlisttestresult_1199',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
- ['signalkeyserversearchresult_1200',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]],
- ['signalopenhelp_1201',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]],
- ['signalpathchanged_1202',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]],
- ['signalproxyconnectiontestresult_1203',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]],
- ['signalrefreshinfoboard_1204',['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_1205',['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_1206',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]],
- ['signalrestartneeded_1207',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',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()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()']]],
- ['signaluibytesdisplayed_1208',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['signalupgradeversion_1209',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]],
- ['signerspicker_1210',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]],
- ['signfile_1211',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]],
- ['signkey_1212',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]],
- ['singletonfunctionobject_1213',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)']]],
- ['slot_5factivated_5fkey_5ftype_1214',['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_1215',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fadd_5fuid_5fresult_1216',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['slot_5fappend_5fselected_5fkeys_1217',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fauthentication_5fbox_5fchanged_1218',['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_5fcertification_5fbox_5fchanged_1219',['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_1220',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fcompress_5ffiles_1221',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]],
- ['slot_5fcopy_5ffingerprint_1222',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1223',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fcreate_5fnew_5fuid_1224',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
- ['slot_5fcut_5fpgp_5fheader_1225',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdecrypt_1226',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdecrypt_5fverify_1227',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdisable_5ftab_5factions_1228',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fdouble_5fclicked_1229',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]],
- ['slot_5fencrypt_1230',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fencrypt_5fsign_1231',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fencryption_5fbox_5fchanged_1232',['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_1233',['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_1234',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]],
- ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_1235',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]],
- ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1236',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]],
- ['slot_5ffind_1237',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fformat_5fgpg_5fheader_1238',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['slot_5fimport_1239',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['slot_5fimport_5ffinished_1240',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['slot_5fimport_5fkey_5ffrom_5fedit_1241',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5finsert_5ftext_1242',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['slot_5fjump_5fpage_1243',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]],
- ['slot_5fkey_5fgen_5faccept_1244',['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_1245',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]],
- ['slot_5fopen_5ffile_5ftab_1246',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fopen_5fkey_5fmanagement_1247',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fopen_5fsettings_5fdialog_1248',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fopen_5furl_1249',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]],
- ['slot_5fprocess_5fnetwork_5freply_1250',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
- ['slot_5fremove_5ftab_1251',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]],
- ['slot_5fset_5frestart_5fneeded_1252',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]],
- ['slot_5fshow_5fkey_5fdetails_1253',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fshow_5fversion_5fstatus_1254',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]],
- ['slot_5fsign_1255',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fsign_5fkey_1256',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
- ['slot_5fsigning_5fbox_5fchanged_1257',['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_1258',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fupdate_5fkey_5fstatus_1259',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]],
- ['slot_5fupload_5fkey_5fto_5fserver_1260',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]],
- ['slot_5fverify_1261',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]],
- ['slot_5fversion_5fupgrade_1262',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]],
- ['slotclosetab_1263',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcopy_1264',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcurpagefiletreeview_1265',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcurpagetextedit_1266',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]],
- ['slotcut_1267',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]],
- ['slotexecutegpgcommand_1268',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotfiledecrypt_1269',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfiledecryptverify_1270',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfileencrypt_1271',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfileencryptsign_1272',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfilesign_1273',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfileverify_1274',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]],
- ['slotfilltexteditwithtext_1275',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]],
- ['slotimport_1276',['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_1277',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotimportkeyfromfile_1278',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotimportkeyfromkeyserver_1279',['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_1280',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]],
- ['slotnewfiletab_1281',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]],
- ['slotnewhelptab_1282',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]],
- ['slotnewtab_1283',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]],
- ['slotopen_1284',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]],
- ['slotopenfile_1285',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d',1,'GpgFrontend::UI::TextEdit::SlotOpenFile()']]],
- ['slotpaste_1286',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]],
- ['slotprint_1287',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]],
- ['slotquote_1288',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]],
- ['slotredo_1289',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]],
- ['slotrefresh_1290',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['slotsave_1291',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]],
- ['slotsaveas_1292',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]],
- ['slotselectall_1293',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]],
- ['slotsetrestartneeded_1294',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]],
- ['slotshowmodified_1295',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]],
- ['slotswitchtabdown_1296',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]],
- ['slotswitchtabup_1297',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]],
- ['slotundo_1298',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]],
- ['stripped_5fname_1299',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]],
- ['subkeygeneratedialog_1300',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]],
- ['switch_5fui_5fenabled_1301',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]],
- ['switch_5fui_5fproxy_5ftype_1302',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]],
- ['syncsettings_1303',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]]
+ ['save_5ffile_1138',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]],
+ ['save_5fsettings_1139',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]],
+ ['set_5fbackground_1140',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]],
+ ['set_5floading_1141',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['set_5fmessage_1142',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['set_5fsignal_5fslot_1143',['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_1144',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]],
+ ['setalgo_1145',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowauthentication_1146',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowcertification_1147',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowencryption_1148',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]],
+ ['setallowsigning_1149',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]],
+ ['setchannel_1150',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]],
+ ['setchecked_1151',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)']]],
+ ['setcolumnwidth_1152',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]],
+ ['setcomment_1153',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]],
+ ['setcryptomenustatus_1154',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]],
+ ['setdoubleclickedaction_1155',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]],
+ ['setemail_1156',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]],
+ ['setexpire_1157',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]],
+ ['setexpiretime_1158',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]],
+ ['setfilepath_1159',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['setfinishafterrun_1160',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]],
+ ['setinfoboard_1161',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['setissubkey_1162',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]],
+ ['setkeylength_1163',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]],
+ ['setname_1164',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]],
+ ['setnonexpired_1165',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]],
+ ['setnonpassphrase_1166',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]],
+ ['setobjectinchannel_1167',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]],
+ ['setpassphrase_1168',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]],
+ ['setpassphrasecb_1169',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]],
+ ['setprimaryuid_1170',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]],
+ ['setrtn_1171',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]],
+ ['setsettings_1172',['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_1173',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]],
+ ['settingsdialog_1174',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]],
+ ['settingsobject_1175',['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_1176',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]],
+ ['showevent_1177',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]],
+ ['shownotificationwidget_1178',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['sign_1179',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]],
+ ['signalkeydatabaserefreshdone_1180',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]],
+ ['signalkeyserverlisttestresult_1181',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
+ ['signalopenhelp_1182',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]],
+ ['signalpathchanged_1183',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]],
+ ['signalproxyconnectiontestresult_1184',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]],
+ ['signalrefreshinfoboard_1185',['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_1186',['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_1187',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]],
+ ['signalrestartneeded_1188',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',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()']]],
+ ['signaluibytesdisplayed_1189',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['signalupgradeversion_1190',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]],
+ ['signerspicker_1191',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]],
+ ['signfile_1192',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]],
+ ['signkey_1193',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]],
+ ['singletonfunctionobject_1194',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)']]],
+ ['slot_5factivated_5fkey_5ftype_1195',['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_1196',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fadd_5fuid_5fresult_1197',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['slot_5fappend_5fselected_5fkeys_1198',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fauthentication_5fbox_5fchanged_1199',['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_5fcertification_5fbox_5fchanged_1200',['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_1201',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fcompress_5ffiles_1202',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]],
+ ['slot_5fcopy_5ffingerprint_1203',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1204',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fcreate_5fnew_5fuid_1205',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
+ ['slot_5fcut_5fpgp_5fheader_1206',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdecrypt_1207',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdecrypt_5fverify_1208',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdisable_5ftab_5factions_1209',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fdouble_5fclicked_1210',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]],
+ ['slot_5fencrypt_1211',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fencrypt_5fsign_1212',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fencryption_5fbox_5fchanged_1213',['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_1214',['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_1215',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]],
+ ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_1216',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]],
+ ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1217',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]],
+ ['slot_5ffind_1218',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fformat_5fgpg_5fheader_1219',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['slot_5fimport_5ffinished_1220',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['slot_5fimport_5fkey_5ffrom_5fedit_1221',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5finsert_5ftext_1222',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['slot_5fjump_5fpage_1223',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]],
+ ['slot_5fkey_5fgen_5faccept_1224',['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_1225',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]],
+ ['slot_5fopen_5ffile_5ftab_1226',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fopen_5fkey_5fmanagement_1227',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fopen_5fsettings_5fdialog_1228',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fopen_5furl_1229',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]],
+ ['slot_5fprocess_5fnetwork_5freply_1230',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
+ ['slot_5fremove_5ftab_1231',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]],
+ ['slot_5fset_5frestart_5fneeded_1232',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]],
+ ['slot_5fshow_5fkey_5fdetails_1233',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fshow_5fversion_5fstatus_1234',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]],
+ ['slot_5fsign_1235',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fsign_5fkey_1236',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
+ ['slot_5fsigning_5fbox_5fchanged_1237',['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_1238',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fupdate_5fkey_5fstatus_1239',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slot_5fupload_5fkey_5fto_5fserver_1240',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]],
+ ['slot_5fverify_1241',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]],
+ ['slot_5fversion_5fupgrade_1242',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotclosetab_1243',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcopy_1244',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcurpagefiletreeview_1245',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcurpagetextedit_1246',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotcut_1247',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotexecutegpgcommand_1248',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotfiledecrypt_1249',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfiledecryptverify_1250',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfileencrypt_1251',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfileencryptsign_1252',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfilesign_1253',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfileverify_1254',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotfilltexteditwithtext_1255',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotimport_1256',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1a7298fa8c6aa085794b21fe6d8ed1eb',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const QStringList &keyIds, const QUrl &keyserverUrl)']]],
+ ['slotimportkeyfromclipboard_1257',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotimportkeyfromfile_1258',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotimportkeyfromkeyserver_1259',['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_1260',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]],
+ ['slotnewfiletab_1261',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotnewhelptab_1262',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotnewtab_1263',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotopen_1264',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotopenfile_1265',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d',1,'GpgFrontend::UI::TextEdit::SlotOpenFile()']]],
+ ['slotpaste_1266',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotprint_1267',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotquote_1268',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotredo_1269',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotrefresh_1270',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['slotsave_1271',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotsaveas_1272',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotselectall_1273',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotsetrestartneeded_1274',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]],
+ ['slotshowmodified_1275',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotswitchtabdown_1276',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotswitchtabup_1277',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]],
+ ['slotundo_1278',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]],
+ ['stripped_5fname_1279',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]],
+ ['subkeygeneratedialog_1280',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]],
+ ['switch_5fui_5fenabled_1281',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]],
+ ['switch_5fui_5fproxy_5ftype_1282',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]],
+ ['syncsettings_1283',['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 8109c3d5..f043afe2 100644
--- a/docs/html/search/functions_13.js
+++ b/docs/html/search/functions_13.js
@@ -1,13 +1,13 @@
var searchData=
[
- ['tabcount_1304',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]],
- ['takechargeofresult_1305',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
- ['task_1306',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14',1,'GpgFrontend::Thread::Task::Task()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a35f3065116d2295bb2ddc9f41b1192bb',1,'GpgFrontend::Thread::Task::Task(TaskCallback callback, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#aa242a8e025c448aacd0704b7d0b3c001',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)']]],
- ['taskrunner_1307',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]],
- ['taskrunnergetter_1308',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter']]],
- ['test_5fpassphrase_5fcb_1309',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]],
- ['test_5fstatus_5fcb_1310',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]],
- ['text_5fis_5fsigned_1311',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]],
- ['tofuinfopage_1312',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]],
- ['translatorstab_1313',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab']]]
+ ['tabcount_1284',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]],
+ ['takechargeofresult_1285',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
+ ['task_1286',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14',1,'GpgFrontend::Thread::Task::Task()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a35f3065116d2295bb2ddc9f41b1192bb',1,'GpgFrontend::Thread::Task::Task(TaskCallback callback, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#aa242a8e025c448aacd0704b7d0b3c001',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)']]],
+ ['taskrunner_1287',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['taskrunnergetter_1288',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter']]],
+ ['test_5fpassphrase_5fcb_1289',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]],
+ ['test_5fstatus_5fcb_1290',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]],
+ ['text_5fis_5fsigned_1291',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]],
+ ['tofuinfopage_1292',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]],
+ ['translatorstab_1293',['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 be686ba4..f205e8ff 100644
--- a/docs/html/search/functions_14.js
+++ b/docs/html/search/functions_14.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['unsaveddocuments_1314',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]],
- ['updatetab_1315',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]],
- ['upload_5fkey_5fto_5fserver_1316',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]]
+ ['unsaveddocuments_1294',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]],
+ ['updatetab_1295',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]],
+ ['upload_5fkey_5fto_5fserver_1296',['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 9ebba002..5c2e13a2 100644
--- a/docs/html/search/functions_15.js
+++ b/docs/html/search/functions_15.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['verify_1317',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]],
- ['verifydetailsdialog_1318',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]],
- ['verifyfile_1319',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]],
- ['verifykeydetailbox_1320',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
- ['versionchecktask_1321',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask']]],
- ['versionwithdrawn_1322',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]]
+ ['verify_1297',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]],
+ ['verifydetailsdialog_1298',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]],
+ ['verifyfile_1299',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]],
+ ['verifykeydetailbox_1300',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
+ ['versionchecktask_1301',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask']]],
+ ['versionwithdrawn_1302',['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 2f9bd042..dba54715 100644
--- a/docs/html/search/functions_16.js
+++ b/docs/html/search/functions_16.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['waitingdialog_1323',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]],
- ['willcharsetchange_1324',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['wizard_1325',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]],
- ['write_5fbuffer_5fto_5ffile_1326',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]],
- ['writefile_1327',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]],
- ['writefilestd_1328',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]]
+ ['waitingdialog_1303',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]],
+ ['willcharsetchange_1304',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['wizard_1305',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]],
+ ['write_5fbuffer_5fto_5ffile_1306',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]],
+ ['writefile_1307',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]],
+ ['writefilestd_1308',['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 bb0c315b..d72e07cf 100644
--- a/docs/html/search/functions_17.js
+++ b/docs/html/search/functions_17.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['_7edataobject_1329',['~DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['_7eglobalsettingstation_1330',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]],
- ['_7egpgcontext_1331',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]],
- ['_7egpgfrontendapplication_1332',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]],
- ['_7egpgkey_1333',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]],
- ['_7egpgkeysignature_1334',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]],
- ['_7egpgsignature_1335',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]],
- ['_7esettingsobject_1336',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]],
- ['_7esingletonfunctionobject_1337',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]],
- ['_7etask_1338',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]],
- ['_7etaskrunner_1339',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]]
+ ['_7edataobject_1309',['~DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['_7eglobalsettingstation_1310',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]],
+ ['_7egpgcontext_1311',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]],
+ ['_7egpgfrontendapplication_1312',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]],
+ ['_7egpgkey_1313',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]],
+ ['_7egpgkeysignature_1314',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]],
+ ['_7egpgsignature_1315',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]],
+ ['_7esettingsobject_1316',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]],
+ ['_7esingletonfunctionobject_1317',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]],
+ ['_7etask_1318',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]],
+ ['_7etaskrunner_1319',['~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 0d418ed1..f1681ad9 100644
--- a/docs/html/search/functions_2.js
+++ b/docs/html/search/functions_2.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['beautify_5ffingerprint_835',['beautify_fingerprint',['../namespaceGpgFrontend.html#ac494a4b0d91e08a70db77a399c9a0f30',1,'GpgFrontend']]]
+ ['beautify_5ffingerprint_823',['beautify_fingerprint',['../namespaceGpgFrontend.html#ac494a4b0d91e08a70db77a399c9a0f30',1,'GpgFrontend']]]
];
diff --git a/docs/html/search/functions_3.js b/docs/html/search/functions_3.js
index 6b18dfed..aa5796e6 100644
--- a/docs/html/search/functions_3.js
+++ b/docs/html/search/functions_3.js
@@ -1,46 +1,46 @@
var searchData=
[
- ['calculatehash_836',['CalculateHash',['../classGpgFrontend_1_1FileOperator.html#a08baef750a723ee709804120a34d19c9',1,'GpgFrontend::FileOperator']]],
- ['channelobject_837',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd',1,'GpgFrontend::ChannelObject::ChannelObject(int channel)']]],
- ['check_838',['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_5femail_5faddress_839',['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_840',['check_gpg_error',['../namespaceGpgFrontend.html#afdad4e5f4c3ac891c09216e245c0f48e',1,'GpgFrontend::check_gpg_error(GpgError err)'],['../namespaceGpgFrontend.html#adf0fbe100c3ea1bf2f33bc0f55dfff17',1,'GpgFrontend::check_gpg_error(GpgError gpgmeError, const std::string &comment)']]],
- ['check_5fgpg_5ferror_5f2_5ferr_5fcode_841',['check_gpg_error_2_err_code',['../namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684',1,'GpgFrontend']]],
- ['choosepage_842',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]],
- ['close_5fattachment_5fdock_843',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]],
- ['closeevent_844',['closeEvent',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#af5c86754836a678c7058e6f633968863',1,'GpgFrontend::UI::GeneralMainWindow::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]],
- ['closenotebyclass_845',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['commonutils_846',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]],
- ['conclusionpage_847',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]],
- ['containsprivatekeys_848',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9',1,'GpgFrontend::UI::KeyList']]],
- ['contextmenuevent_849',['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()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190',1,'GpgFrontend::UI::KeyList::contextMenuEvent()']]],
- ['copy_850',['Copy',['../classGpgFrontend_1_1GpgKey.html#ac90afba6a5aec0bc2c0f1e01de417ec8',1,'GpgFrontend::GpgKey']]],
- ['create_5factions_851',['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_852',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]],
- ['create_5fbasic_5finfo_5fgroup_5fbox_853',['create_basic_info_group_box',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b',1,'GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box()']]],
- ['create_5fbutton_854',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['create_5fbutton_5fbox_855',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
- ['create_5fcombobox_856',['create_comboBox',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513',1,'GpgFrontend::UI::KeyServerImportDialog']]],
- ['create_5fdock_5fwindows_857',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]],
- ['create_5fgeneral_5finfo_5fbox_858',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
- ['create_5fkey_5finfo_5fgrid_859',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
- ['create_5fkey_5fusage_5fgroup_5fbox_860',['create_key_usage_group_box',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658',1,'GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box()']]],
- ['create_5fkeys_5ftable_861',['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_862',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['create_5fmenus_863',['create_menus',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46',1,'GpgFrontend::UI::KeyMgmt::create_menus()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216',1,'GpgFrontend::UI::MainWindow::create_menus()']]],
- ['create_5fpopup_5fmenu_864',['create_popup_menu',['../classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871',1,'GpgFrontend::UI::FilePage']]],
- ['create_5fsign_5flist_865',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['create_5fsign_5fpopup_5fmenu_866',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['create_5fstatus_5fbar_867',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]],
- ['create_5fsubkey_5flist_868',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['create_5fsubkey_5fopera_5fmenu_869',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['create_5ftool_5fbars_870',['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_871',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['create_5fuid_5fpopup_5fmenu_872',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['createinstance_873',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518',1,'GpgFrontend::SingletonFunctionObject']]],
- ['createoperamenu_874',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]],
- ['ctxchecktask_875',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869',1,'GpgFrontend::Thread::CtxCheckTask']]],
- ['curfilepage_876',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]],
- ['currentversionreleased_877',['CurrentVersionReleased',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['curtextpage_878',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]]
+ ['calculatehash_824',['CalculateHash',['../classGpgFrontend_1_1FileOperator.html#a08baef750a723ee709804120a34d19c9',1,'GpgFrontend::FileOperator']]],
+ ['channelobject_825',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd',1,'GpgFrontend::ChannelObject::ChannelObject(int channel)']]],
+ ['check_826',['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_5femail_5faddress_827',['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_828',['check_gpg_error',['../namespaceGpgFrontend.html#afdad4e5f4c3ac891c09216e245c0f48e',1,'GpgFrontend::check_gpg_error(GpgError err)'],['../namespaceGpgFrontend.html#adf0fbe100c3ea1bf2f33bc0f55dfff17',1,'GpgFrontend::check_gpg_error(GpgError gpgmeError, const std::string &comment)']]],
+ ['check_5fgpg_5ferror_5f2_5ferr_5fcode_829',['check_gpg_error_2_err_code',['../namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684',1,'GpgFrontend']]],
+ ['choosepage_830',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]],
+ ['close_5fattachment_5fdock_831',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]],
+ ['closeevent_832',['closeEvent',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a78b53193b055e10550938f403b641b31',1,'GpgFrontend::UI::KeyMgmt::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]],
+ ['closenotebyclass_833',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['commonutils_834',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]],
+ ['conclusionpage_835',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]],
+ ['containsprivatekeys_836',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9',1,'GpgFrontend::UI::KeyList']]],
+ ['contextmenuevent_837',['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()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190',1,'GpgFrontend::UI::KeyList::contextMenuEvent()']]],
+ ['copy_838',['Copy',['../classGpgFrontend_1_1GpgKey.html#ac90afba6a5aec0bc2c0f1e01de417ec8',1,'GpgFrontend::GpgKey']]],
+ ['create_5factions_839',['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_840',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]],
+ ['create_5fbasic_5finfo_5fgroup_5fbox_841',['create_basic_info_group_box',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b',1,'GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box()']]],
+ ['create_5fbutton_842',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['create_5fbutton_5fbox_843',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
+ ['create_5fcombobox_844',['create_comboBox',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513',1,'GpgFrontend::UI::KeyServerImportDialog']]],
+ ['create_5fdock_5fwindows_845',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]],
+ ['create_5fgeneral_5finfo_5fbox_846',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
+ ['create_5fkey_5finfo_5fgrid_847',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
+ ['create_5fkey_5fusage_5fgroup_5fbox_848',['create_key_usage_group_box',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658',1,'GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box()']]],
+ ['create_5fkeys_5ftable_849',['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_850',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['create_5fmenus_851',['create_menus',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46',1,'GpgFrontend::UI::KeyMgmt::create_menus()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216',1,'GpgFrontend::UI::MainWindow::create_menus()']]],
+ ['create_5fpopup_5fmenu_852',['create_popup_menu',['../classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871',1,'GpgFrontend::UI::FilePage']]],
+ ['create_5fsign_5flist_853',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['create_5fsign_5fpopup_5fmenu_854',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['create_5fstatus_5fbar_855',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]],
+ ['create_5fsubkey_5flist_856',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['create_5fsubkey_5fopera_5fmenu_857',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['create_5ftool_5fbars_858',['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_859',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['create_5fuid_5fpopup_5fmenu_860',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['createinstance_861',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518',1,'GpgFrontend::SingletonFunctionObject']]],
+ ['createoperamenu_862',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]],
+ ['ctxchecktask_863',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869',1,'GpgFrontend::Thread::CtxCheckTask']]],
+ ['curfilepage_864',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]],
+ ['currentversionreleased_865',['CurrentVersionReleased',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['curtextpage_866',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]]
];
diff --git a/docs/html/search/functions_4.js b/docs/html/search/functions_4.js
index 6ce60099..aeb20bf0 100644
--- a/docs/html/search/functions_4.js
+++ b/docs/html/search/functions_4.js
@@ -1,17 +1,17 @@
var searchData=
[
- ['dataobjectoperator_879',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]],
- ['decrypt_880',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953',1,'GpgFrontend::GpgBasicOperator']]],
- ['decryptfile_881',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd',1,'GpgFrontend::GpgFileOpera']]],
- ['decryptverify_882',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a11845a9a3ea2941e14faa9130f0ac9ef',1,'GpgFrontend::GpgBasicOperator']]],
- ['decryptverifyfile_883',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a90949b4e9e6116784260cd0e416551db',1,'GpgFrontend::GpgFileOpera']]],
- ['delete_5fkeys_5fwith_5fwarning_884',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b',1,'GpgFrontend::UI::KeyMgmt']]],
- ['delete_5fwidgets_5fin_5flayout_885',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['deletekey_886',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]],
- ['deletekeys_887',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]],
- ['detect_888',['Detect',['../classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f',1,'GpgFrontend::CharsetOperator']]],
- ['detect_5fcr_5flf_889',['detect_cr_lf',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['detect_5fencoding_890',['detect_encoding',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['dragenterevent_891',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]],
- ['dropevent_892',['dropEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f',1,'GpgFrontend::UI::KeyList']]]
+ ['dataobjectoperator_867',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]],
+ ['decrypt_868',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953',1,'GpgFrontend::GpgBasicOperator']]],
+ ['decryptfile_869',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd',1,'GpgFrontend::GpgFileOpera']]],
+ ['decryptverify_870',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a11845a9a3ea2941e14faa9130f0ac9ef',1,'GpgFrontend::GpgBasicOperator']]],
+ ['decryptverifyfile_871',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a90949b4e9e6116784260cd0e416551db',1,'GpgFrontend::GpgFileOpera']]],
+ ['delete_5fkeys_5fwith_5fwarning_872',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b',1,'GpgFrontend::UI::KeyMgmt']]],
+ ['delete_5fwidgets_5fin_5flayout_873',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['deletekey_874',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]],
+ ['deletekeys_875',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]],
+ ['detect_876',['Detect',['../classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f',1,'GpgFrontend::CharsetOperator']]],
+ ['detect_5fcr_5flf_877',['detect_cr_lf',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['detect_5fencoding_878',['detect_encoding',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['dragenterevent_879',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]],
+ ['dropevent_880',['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 a97a3439..812e1c6d 100644
--- a/docs/html/search/functions_5.js
+++ b/docs/html/search/functions_5.js
@@ -1,16 +1,16 @@
var searchData=
[
- ['encrypt_893',['Encrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a',1,'GpgFrontend::GpgBasicOperator']]],
- ['encryptfile_894',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379',1,'GpgFrontend::GpgFileOpera']]],
- ['encryptfilesymmetric_895',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a826efca057afb07157453b3b9e267b0f',1,'GpgFrontend::GpgFileOpera']]],
- ['encryptsign_896',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a',1,'GpgFrontend::GpgBasicOperator']]],
- ['encryptsignfile_897',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a6353e1688b113e5746aced6aa7f3876e',1,'GpgFrontend::GpgFileOpera']]],
- ['encryptsymmetric_898',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073',1,'GpgFrontend::GpgBasicOperator']]],
- ['execute_899',['Execute',['../classGpgFrontend_1_1GpgCommandExecutor.html#afca1c4b6a6c3758a834832768f52bbca',1,'GpgFrontend::GpgCommandExecutor']]],
- ['exportkey_900',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a51cb18aa7302d7a48ccd1ee17f060391',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['exportkeyopenssh_901',['ExportKeyOpenSSH',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa0a73314ef94f397e2ef53d40abc9731',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['exportkeypackagedialog_902',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]],
- ['exportkeys_903',['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_904',['ExportSecretKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a6a5e8d642ac5a3e98799af6495ef590b',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['exportsecretkeyshortest_905',['ExportSecretKeyShortest',['../classGpgFrontend_1_1GpgKeyImportExporter.html#abf7c0442549ae8602e1249cdf0da55df',1,'GpgFrontend::GpgKeyImportExporter']]]
+ ['encrypt_881',['Encrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a',1,'GpgFrontend::GpgBasicOperator']]],
+ ['encryptfile_882',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379',1,'GpgFrontend::GpgFileOpera']]],
+ ['encryptfilesymmetric_883',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a826efca057afb07157453b3b9e267b0f',1,'GpgFrontend::GpgFileOpera']]],
+ ['encryptsign_884',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a',1,'GpgFrontend::GpgBasicOperator']]],
+ ['encryptsignfile_885',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a6353e1688b113e5746aced6aa7f3876e',1,'GpgFrontend::GpgFileOpera']]],
+ ['encryptsymmetric_886',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073',1,'GpgFrontend::GpgBasicOperator']]],
+ ['execute_887',['Execute',['../classGpgFrontend_1_1GpgCommandExecutor.html#afca1c4b6a6c3758a834832768f52bbca',1,'GpgFrontend::GpgCommandExecutor']]],
+ ['exportkey_888',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a51cb18aa7302d7a48ccd1ee17f060391',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['exportkeyopenssh_889',['ExportKeyOpenSSH',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa0a73314ef94f397e2ef53d40abc9731',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['exportkeypackagedialog_890',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]],
+ ['exportkeys_891',['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_892',['ExportSecretKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a6a5e8d642ac5a3e98799af6495ef590b',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['exportsecretkeyshortest_893',['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 91929a8d..5d37a0b0 100644
--- a/docs/html/search/functions_6.js
+++ b/docs/html/search/functions_6.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['fetchkey_906',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#afe78ac470287d70e7df51aae327b9f54',1,'GpgFrontend::GpgKeyGetter']]],
- ['filepage_907',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3',1,'GpgFrontend::UI::FilePage']]],
- ['findobjectinchannel_908',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02',1,'GpgFrontend::SingletonStorage']]],
- ['findwidget_909',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]],
- ['flushkeycache_910',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#ad9a902ea54566d4583304b072c4add51',1,'GpgFrontend::GpgKeyGetter']]],
- ['free_5fheap_5fptr_911',['free_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a17252d07835dab3772381639ec8473ea',1,'GpgFrontend::Thread::Task::DataObject']]]
+ ['fetchkey_894',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#afe78ac470287d70e7df51aae327b9f54',1,'GpgFrontend::GpgKeyGetter']]],
+ ['filepage_895',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3',1,'GpgFrontend::UI::FilePage']]],
+ ['findobjectinchannel_896',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02',1,'GpgFrontend::SingletonStorage']]],
+ ['findwidget_897',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]],
+ ['flushkeycache_898',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#ad9a902ea54566d4583304b072c4add51',1,'GpgFrontend::GpgKeyGetter']]],
+ ['free_5fheap_5fptr_899',['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 c3ecae1c..b0c5853f 100644
--- a/docs/html/search/functions_7.js
+++ b/docs/html/search/functions_7.js
@@ -1,128 +1,126 @@
var searchData=
[
- ['generaldialog_912',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c',1,'GpgFrontend::UI::GeneralDialog']]],
- ['generalmainwindow_913',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013',1,'GpgFrontend::UI::GeneralMainWindow']]],
- ['generaltab_914',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]],
- ['generate_915',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]],
- ['generate_5fkey_5fpackage_5fname_916',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]],
- ['generate_5fuuid_917',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5',1,'GpgFrontend::Thread::Task']]],
- ['generatekey_918',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]],
- ['generatekeypackage_919',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]],
- ['generatekeypackagename_920',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]],
- ['generatepassphrase_921',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]],
- ['generaterevokecert_922',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]],
- ['generatesubkey_923',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]],
- ['genkeyinfo_924',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo']]],
- ['get_5ffile_5fextension_925',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]],
- ['get_5fheap_5fptr_926',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['get_5fkey_5fin_5fcache_927',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]],
- ['get_5fonly_5ffile_5fname_5fwith_5fpath_928',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]],
- ['get_5frestart_5fneeded_929',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0',1,'GpgFrontend::UI::MainWindow::get_restart_needed()']]],
- ['get_5fselected_5fsubkey_930',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['get_5fsign_5fselected_931',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['get_5fstatus_5fstring_932',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
- ['get_5fuid_5fchecked_933',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['get_5fuid_5fselected_934',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['getalgo_935',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]],
- ['getallchannelid_936',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]],
- ['getallprivatekeys_937',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]],
- ['getappdir_938',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]],
- ['getbrowser_939',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]],
- ['getcertsdir_940',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]],
- ['getchannel_941',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]],
- ['getchecked_942',['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_943',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]],
- ['getcomment_944',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()']]],
- ['getcreatetime_945',['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_946',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]],
- ['getdescription_947',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getemail_948',['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()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()']]],
- ['getencrcount_949',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getencrlast_950',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getexpiretime_951',['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_952',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['getfingerprint_953',['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()']]],
- ['gethashalgo_954',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]],
- ['getid_955',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey::GetId()'],['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey::GetID()']]],
- ['getinfo_956',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#ad9af3461de36f74ee85be2523f6038e2',1,'GpgFrontend::GpgContext']]],
- ['getinstance_957',['GetInstance',['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a16b4729ca79dcdccc794df70aa2a5aaf',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()']]],
- ['getinvalid_958',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]],
- ['getkey_959',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]],
- ['getkeyid_960',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]],
- ['getkeylength_961',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]],
- ['getkeys_962',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]],
- ['getkeyscopy_963',['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_964',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]],
- ['getlastupdatetime_965',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]],
- ['getlatestversion_966',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]],
- ['getlocaledir_967',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]],
- ['getlogdir_968',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]],
- ['getname_969',['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_970',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['getownertrust_971',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]],
- ['getpassphrase_972',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]],
- ['getpolicy_973',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getprimarykeylength_974',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]],
- ['getprivatechecked_975',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]],
- ['getprotocol_976',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]],
- ['getpubkey_977',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]],
- ['getpubkeyalgo_978',['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_979',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]],
- ['getresourcedir_980',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]],
- ['getresultreport_981',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]],
- ['getrevoked_982',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]],
- ['getselected_983',['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_984',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]],
- ['getsignatures_985',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]],
- ['getsigncount_986',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getsigners_987',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]],
- ['getsignfirst_988',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getsignlast_989',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]],
- ['getsingletonstorage_990',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]],
- ['getsizechangestep_991',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]],
- ['getstandalonedatabasedir_992',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]],
- ['getstandalonegpgbindir_993',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]],
- ['getstatus_994',['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_995',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]],
- ['getsuggestmaxkeysize_996',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]],
- ['getsuggestminkeysize_997',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]],
- ['getsummary_998',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]],
- ['getsupportedkeyalgo_999',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071',1,'GpgFrontend::GenKeyInfo']]],
- ['getsupportedkeyalgostandalone_1000',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a8b054a66cb0678af6c42090eea1518e4',1,'GpgFrontend::GenKeyInfo']]],
- ['getsupportedsubkeyalgo_1001',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a7855d9fe9b6872ff08a60fe21640d07f',1,'GpgFrontend::GenKeyInfo']]],
- ['getsupportedsubkeyalgostandalone_1002',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a310fd0cdac03d0b0a7fde006105866d6',1,'GpgFrontend::GenKeyInfo']]],
- ['gettabidstosave_1003',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]],
- ['gettextpage_1004',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['gettofuinfos_1005',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]],
- ['getuid_1006',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]],
- ['getuids_1007',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]],
- ['getuisettings_1008',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]],
- ['getuserid_1009',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]],
- ['getuuid_1010',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf',1,'GpgFrontend::Thread::Task']]],
- ['getvalidity_1011',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]],
- ['globalsettingstation_1012',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]],
- ['good_1013',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]],
- ['gpgbasicoperator_1014',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]],
- ['gpgcommandexecutor_1015',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor']]],
- ['gpgcontext_1016',['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_1017',['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_1018',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
- ['gpgencryptresultanalyse_1019',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse']]],
- ['gpgfileopera_1020',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]],
- ['gpgfrontendapplication_1021',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication']]],
- ['gpgimportinformation_1022',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation']]],
- ['gpgkey_1023',['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_1024',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter']]],
- ['gpgkeyimportexporter_1025',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['gpgkeymanager_1026',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]],
- ['gpgkeyopera_1027',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]],
- ['gpgkeysignature_1028',['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_1029',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]],
- ['gpgsignature_1030',['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_1031',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]],
- ['gpgsubkey_1032',['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_1033',['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_1034',['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_1035',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]],
- ['gpgverifyresultanalyse_1036',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse']]]
+ ['generaltab_900',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]],
+ ['generate_901',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]],
+ ['generate_5fkey_5fpackage_5fname_902',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generate_5fuuid_903',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5',1,'GpgFrontend::Thread::Task']]],
+ ['generatekey_904',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]],
+ ['generatekeypackage_905',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generatekeypackagename_906',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generatepassphrase_907',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]],
+ ['generaterevokecert_908',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]],
+ ['generatesubkey_909',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]],
+ ['genkeyinfo_910',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo']]],
+ ['get_5ffile_5fextension_911',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]],
+ ['get_5fheap_5fptr_912',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['get_5fkey_5fin_5fcache_913',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]],
+ ['get_5fonly_5ffile_5fname_5fwith_5fpath_914',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]],
+ ['get_5frestart_5fneeded_915',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()']]],
+ ['get_5fselected_5fsubkey_916',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['get_5fsign_5fselected_917',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['get_5fstatus_5fstring_918',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
+ ['get_5fuid_5fchecked_919',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['get_5fuid_5fselected_920',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['getalgo_921',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]],
+ ['getallchannelid_922',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]],
+ ['getallprivatekeys_923',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]],
+ ['getappdir_924',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getbrowser_925',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]],
+ ['getcertsdir_926',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getchannel_927',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]],
+ ['getchecked_928',['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_929',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]],
+ ['getcomment_930',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()']]],
+ ['getcreatetime_931',['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_932',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]],
+ ['getdescription_933',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getemail_934',['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()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()']]],
+ ['getencrcount_935',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getencrlast_936',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getexpiretime_937',['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_938',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['getfingerprint_939',['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()']]],
+ ['gethashalgo_940',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]],
+ ['getid_941',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey::GetId()'],['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey::GetID()']]],
+ ['getinfo_942',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#ad9af3461de36f74ee85be2523f6038e2',1,'GpgFrontend::GpgContext']]],
+ ['getinstance_943',['GetInstance',['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a16b4729ca79dcdccc794df70aa2a5aaf',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()']]],
+ ['getinvalid_944',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]],
+ ['getkey_945',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]],
+ ['getkeyid_946',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]],
+ ['getkeylength_947',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]],
+ ['getkeys_948',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]],
+ ['getkeyscopy_949',['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_950',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]],
+ ['getlastupdatetime_951',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]],
+ ['getlatestversion_952',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]],
+ ['getlocaledir_953',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getlogdir_954',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getname_955',['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_956',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['getownertrust_957',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]],
+ ['getpassphrase_958',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]],
+ ['getpolicy_959',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getprimarykeylength_960',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]],
+ ['getprivatechecked_961',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]],
+ ['getprotocol_962',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]],
+ ['getpubkey_963',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]],
+ ['getpubkeyalgo_964',['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_965',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]],
+ ['getresourcedir_966',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getresultreport_967',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]],
+ ['getrevoked_968',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]],
+ ['getselected_969',['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_970',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]],
+ ['getsignatures_971',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]],
+ ['getsigncount_972',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getsigners_973',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]],
+ ['getsignfirst_974',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getsignlast_975',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]],
+ ['getsingletonstorage_976',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]],
+ ['getsizechangestep_977',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]],
+ ['getstandalonedatabasedir_978',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getstandalonegpgbindir_979',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getstatus_980',['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()']]],
+ ['getsubkeys_981',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]],
+ ['getsuggestmaxkeysize_982',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsuggestminkeysize_983',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsummary_984',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]],
+ ['getsupportedkeyalgo_985',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsupportedkeyalgostandalone_986',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a8b054a66cb0678af6c42090eea1518e4',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsupportedsubkeyalgo_987',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a7855d9fe9b6872ff08a60fe21640d07f',1,'GpgFrontend::GenKeyInfo']]],
+ ['getsupportedsubkeyalgostandalone_988',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a310fd0cdac03d0b0a7fde006105866d6',1,'GpgFrontend::GenKeyInfo']]],
+ ['gettabidstosave_989',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]],
+ ['gettextpage_990',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['gettofuinfos_991',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]],
+ ['getuid_992',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]],
+ ['getuids_993',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]],
+ ['getuisettings_994',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]],
+ ['getuserid_995',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]],
+ ['getuuid_996',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf',1,'GpgFrontend::Thread::Task']]],
+ ['getvalidity_997',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]],
+ ['globalsettingstation_998',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]],
+ ['good_999',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]],
+ ['gpgbasicoperator_1000',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]],
+ ['gpgcommandexecutor_1001',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor']]],
+ ['gpgcontext_1002',['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_1003',['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_1004',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
+ ['gpgencryptresultanalyse_1005',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse']]],
+ ['gpgfileopera_1006',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]],
+ ['gpgfrontendapplication_1007',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ae0c8f5dda829371d9f1e2d4d6913be21',1,'GpgFrontend::UI::GpgFrontendApplication']]],
+ ['gpgimportinformation_1008',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation']]],
+ ['gpgkey_1009',['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_1010',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter']]],
+ ['gpgkeyimportexporter_1011',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['gpgkeymanager_1012',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]],
+ ['gpgkeyopera_1013',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]],
+ ['gpgkeysignature_1014',['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_1015',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]],
+ ['gpgsignature_1016',['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_1017',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]],
+ ['gpgsubkey_1018',['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_1019',['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_1020',['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_1021',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]],
+ ['gpgverifyresultanalyse_1022',['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 5458b582..b9867c9d 100644
--- a/docs/html/search/functions_8.js
+++ b/docs/html/search/functions_8.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['helppage_1037',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage']]]
+ ['helppage_1023',['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 ca643e5b..f365721e 100644
--- a/docs/html/search/functions_9.js
+++ b/docs/html/search/functions_9.js
@@ -1,51 +1,50 @@
var searchData=
[
- ['import_5fkey_5ffrom_5fkeyserver_1038',['import_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770',1,'GpgFrontend::UI']]],
- ['import_5fkeys_1039',['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_1040',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]],
- ['importkey_1041',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['importkeypackage_1042',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]],
- ['infoboardwidget_1043',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]],
- ['infotab_1044',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]],
- ['infovaild_1045',['InfoVaild',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['init_1046',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]],
- ['init_5fapp_5fsecure_5fkey_1047',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]],
- ['init_5fctx_1048',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]],
- ['init_5flocale_1049',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]],
- ['init_5flogging_5fsystem_1050',['init_logging_system',['../namespaceGpgFrontend_1_1UI.html#a834d05cb1918760d1a9c5a67aa3a7da3',1,'GpgFrontend::UI']]],
- ['initgpgfrontendui_1051',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]],
- ['initloggingsystem_1052',['InitLoggingSystem',['../namespaceGpgFrontend.html#aff3e12940da2d43ce7aedeb795643434',1,'GpgFrontend']]],
- ['intropage_1053',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]],
- ['isallowauthentication_1054',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowcertification_1055',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangeauthentication_1056',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangecertification_1057',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangeencryption_1058',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowchangesigning_1059',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowencryption_1060',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]],
- ['isallownopassphrase_1061',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]],
- ['isallowsigning_1062',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]],
- ['iscardkey_1063',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]],
- ['isdisabled_1064',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]],
- ['isdiscarded_1065',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]],
- ['isexpired_1066',['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_1067',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]],
- ['isgood_1068',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]],
- ['ishasactualauthenticationcapability_1069',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]],
- ['ishasactualcertificationcapability_1070',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]],
- ['ishasactualencryptioncapability_1071',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]],
- ['ishasactualsigningcapability_1072',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]],
- ['ishasauthenticationcapability_1073',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]],
- ['ishascardkey_1074',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]],
- ['ishascertificationcapability_1075',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]],
- ['ishasencryptioncapability_1076',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]],
- ['ishasmasterkey_1077',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]],
- ['ishassigningcapability_1078',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]],
- ['isinvalid_1079',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]],
- ['isnonexpired_1080',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]],
- ['isnopassphrase_1081',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]],
- ['isprivatekey_1082',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]],
- ['isrevoked_1083',['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()']]],
- ['issecretkey_1084',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]],
- ['issubkey_1085',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]]
+ ['import_5fkeys_1024',['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_1025',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]],
+ ['importkey_1026',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['importkeypackage_1027',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]],
+ ['infoboardwidget_1028',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]],
+ ['infotab_1029',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]],
+ ['infovaild_1030',['InfoVaild',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['init_1031',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]],
+ ['init_5fapp_5fsecure_5fkey_1032',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]],
+ ['init_5fctx_1033',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]],
+ ['init_5flocale_1034',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]],
+ ['init_5flogging_5fsystem_1035',['init_logging_system',['../namespaceGpgFrontend_1_1UI.html#a834d05cb1918760d1a9c5a67aa3a7da3',1,'GpgFrontend::UI']]],
+ ['initgpgfrontendui_1036',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]],
+ ['initloggingsystem_1037',['InitLoggingSystem',['../namespaceGpgFrontend.html#aff3e12940da2d43ce7aedeb795643434',1,'GpgFrontend']]],
+ ['intropage_1038',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]],
+ ['isallowauthentication_1039',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowcertification_1040',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangeauthentication_1041',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangecertification_1042',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangeencryption_1043',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowchangesigning_1044',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowencryption_1045',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallownopassphrase_1046',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]],
+ ['isallowsigning_1047',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]],
+ ['iscardkey_1048',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]],
+ ['isdisabled_1049',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]],
+ ['isdiscarded_1050',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]],
+ ['isexpired_1051',['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_1052',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]],
+ ['isgood_1053',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualauthenticationcapability_1054',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualcertificationcapability_1055',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualencryptioncapability_1056',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]],
+ ['ishasactualsigningcapability_1057',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]],
+ ['ishasauthenticationcapability_1058',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]],
+ ['ishascardkey_1059',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]],
+ ['ishascertificationcapability_1060',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]],
+ ['ishasencryptioncapability_1061',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]],
+ ['ishasmasterkey_1062',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]],
+ ['ishassigningcapability_1063',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]],
+ ['isinvalid_1064',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]],
+ ['isnonexpired_1065',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]],
+ ['isnopassphrase_1066',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]],
+ ['isprivatekey_1067',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]],
+ ['isrevoked_1068',['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()']]],
+ ['issecretkey_1069',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]],
+ ['issubkey_1070',['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 e1aee992..59d0ddc3 100644
--- a/docs/html/search/functions_a.js
+++ b/docs/html/search/functions_a.js
@@ -1,22 +1,20 @@
var searchData=
[
- ['keygendialog_1086',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['keygenpage_1087',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]],
- ['keyimportdetaildialog_1088',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
- ['keylist_1089',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]],
- ['keymgmt_1090',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]],
- ['keynewuiddialog_1091',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
- ['keypairdetailtab_1092',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['keypairoperatab_1093',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab']]],
- ['keypairsubkeytab_1094',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['keypairuidtab_1095',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab']]],
- ['keypressevent_1096',['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()']]],
- ['keyserverimportdialog_1097',['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_1098',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857',1,'GpgFrontend::UI::KeyServerImportTask']]],
- ['keyserversearchtask_1099',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa',1,'GpgFrontend::UI::KeyServerSearchTask']]],
- ['keyservertab_1100',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]],
- ['keysetexpiredatedialog_1101',['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_1102',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable']]],
- ['keyuidsigndialog_1103',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
- ['keyuploaddialog_1104',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog']]]
+ ['keygendialog_1071',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['keygenpage_1072',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]],
+ ['keyimportdetaildialog_1073',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog']]],
+ ['keylist_1074',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]],
+ ['keymgmt_1075',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]],
+ ['keynewuiddialog_1076',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
+ ['keypairdetailtab_1077',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['keypairoperatab_1078',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab']]],
+ ['keypairsubkeytab_1079',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['keypairuidtab_1080',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab']]],
+ ['keypressevent_1081',['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()']]],
+ ['keyserverimportdialog_1082',['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)']]],
+ ['keyservertab_1083',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]],
+ ['keysetexpiredatedialog_1084',['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_1085',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable']]],
+ ['keyuidsigndialog_1086',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
+ ['keyuploaddialog_1087',['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 a08cbba1..2dc49006 100644
--- a/docs/html/search/functions_b.js
+++ b/docs/html/search/functions_b.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['listedkeyservertesttask_1105',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
- ['listlanguages_1106',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]],
- ['loadfile_1107',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]],
- ['localized_5fhelp_1108',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]]
+ ['listedkeyservertesttask_1088',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
+ ['listlanguages_1089',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]],
+ ['loadfile_1090',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]],
+ ['localized_5fhelp_1091',['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 59ce935e..cad88a22 100644
--- a/docs/html/search/functions_c.js
+++ b/docs/html/search/functions_c.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['markkeys_1109',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]],
- ['maybe_5fsave_5fcurrent_5ftab_1110',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]],
- ['maybesaveanytab_1111',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]],
- ['modifypassword_1112',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]],
- ['modifytofupolicy_1113',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]]
+ ['markkeys_1092',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]],
+ ['maybe_5fsave_5fcurrent_5ftab_1093',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]],
+ ['maybesaveanytab_1094',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]],
+ ['modifypassword_1095',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]],
+ ['modifytofupolicy_1096',['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 55fc2da5..8b902603 100644
--- a/docs/html/search/functions_d.js
+++ b/docs/html/search/functions_d.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['needupgrade_1114',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]],
- ['networktab_1115',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]],
- ['new_5fdefault_5fsettings_5fchannel_1116',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]],
- ['nextid_1117',['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_1118',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]],
- ['notifyfilesaved_1119',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]]
+ ['needupgrade_1097',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]],
+ ['networktab_1098',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]],
+ ['new_5fdefault_5fsettings_5fchannel_1099',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]],
+ ['nextid_1100',['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_1101',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]],
+ ['notifyfilesaved_1102',['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 80a7241d..f621a666 100644
--- a/docs/html/search/functions_e.js
+++ b/docs/html/search/functions_e.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['oncustomcontextmenu_1120',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]],
- ['operator_20gpgme_5fctx_5ft_1121',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]],
- ['operator_20gpgme_5fdata_5ft_1122',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]],
- ['operator_20gpgme_5fkey_5ft_1123',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]],
- ['operator_3c_3d_1124',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]],
- ['operator_3d_1125',['operator=',['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete']]],
- ['operator_3d_3d_1126',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]]
+ ['oncustomcontextmenu_1103',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]],
+ ['operator_20gpgme_5fctx_5ft_1104',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]],
+ ['operator_20gpgme_5fdata_5ft_1105',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]],
+ ['operator_20gpgme_5fkey_5ft_1106',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]],
+ ['operator_3c_3d_1107',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]],
+ ['operator_3d_1108',['operator=',['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete']]],
+ ['operator_3d_3d_1109',['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 5640202f..1ee6e311 100644
--- a/docs/html/search/functions_f.js
+++ b/docs/html/search/functions_f.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['passphrasegenerator_1127',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]],
- ['plaintexteditorpage_1128',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['popobject_1129',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]],
- ['posttask_1130',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]],
- ['print_5frecipient_1131',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
- ['print_5fsigner_1132',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
- ['process_5fdirectory_5finto_5ftarball_1133',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]],
- ['process_5foperation_1134',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]],
- ['process_5fresult_5fanalyse_1135',['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_1136',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]],
- ['proxyconnectiontestthread_1137',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada',1,'GpgFrontend::UI::ProxyConnectionTestThread']]]
+ ['passphrasegenerator_1110',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]],
+ ['plaintexteditorpage_1111',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['popobject_1112',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]],
+ ['posttask_1113',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['print_5frecipient_1114',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]],
+ ['print_5fsigner_1115',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
+ ['process_5fdirectory_5finto_5ftarball_1116',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]],
+ ['process_5foperation_1117',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]],
+ ['process_5fresult_5fanalyse_1118',['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_1119',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]],
+ ['proxyconnectiontestthread_1120',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada',1,'GpgFrontend::UI::ProxyConnectionTestThread']]]
];
diff --git a/docs/html/search/namespaces_0.js b/docs/html/search/namespaces_0.js
index 26699c68..d3a58e91 100644
--- a/docs/html/search/namespaces_0.js
+++ b/docs/html/search/namespaces_0.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['gpgfrontend_818',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]],
- ['rawapi_819',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]],
- ['thread_820',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]],
- ['ui_821',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]]
+ ['gpgfrontend_806',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]],
+ ['rawapi_807',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]],
+ ['thread_808',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]],
+ ['ui_809',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]]
];
diff --git a/docs/html/search/pages_0.js b/docs/html/search/pages_0.js
index c153f5ee..4816f83a 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_1462',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]]
+ ['gpgfrontend_20develop_20document_20main_20page_1442',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]]
];
diff --git a/docs/html/search/variables_0.js b/docs/html/search/variables_0.js
index 744bd01b..1277e53e 100644
--- a/docs/html/search/variables_0.js
+++ b/docs/html/search/variables_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['_5fdefault_5fchannel_1340',['_default_channel',['../classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311',1,'GpgFrontend::ChannelObject']]]
+ ['_5fdefault_5fchannel_1320',['_default_channel',['../classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311',1,'GpgFrontend::ChannelObject']]]
];
diff --git a/docs/html/search/variables_1.js b/docs/html/search/variables_1.js
index c8492a98..e81b40c4 100644
--- a/docs/html/search/variables_1.js
+++ b/docs/html/search/variables_1.js
@@ -1,19 +1,19 @@
var searchData=
[
- ['about_5fact_5f_1341',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]],
- ['add_5fpgp_5fheader_5fact_5f_1342',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]],
- ['additional_5fuid_5fbox_5f_1343',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['algorithm_5fvar_5flabel_5f_1344',['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_1345',['app_configure_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5fdata_5fobjs_5fpath_5f_1346',['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_1347',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5flocale_5fpath_5f_1348',['app_locale_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5flog_5fpath_5f_1349',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5fpath_5f_1350',['app_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5fresource_5fpath_5f_1351',['app_resource_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388',1,'GpgFrontend::GlobalSettingStation']]],
- ['app_5fsecure_5fkey_5fpath_5f_1352',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca',1,'GpgFrontend::DataObjectOperator']]],
- ['app_5fsecure_5fpath_5f_1353',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a',1,'GpgFrontend::DataObjectOperator']]],
- ['append_5fselected_5fkeys_5fact_5f_1354',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]],
- ['apppath_1355',['AppPath',['../classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0',1,'GpgFrontend::GpgInfo']]],
- ['attachment_5fdock_5f_1356',['attachment_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153',1,'GpgFrontend::UI::MainWindow']]]
+ ['about_5fact_5f_1321',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]],
+ ['add_5fpgp_5fheader_5fact_5f_1322',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]],
+ ['additional_5fuid_5fbox_5f_1323',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['algorithm_5fvar_5flabel_5f_1324',['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_1325',['app_configure_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5fdata_5fobjs_5fpath_5f_1326',['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_1327',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5flocale_5fpath_5f_1328',['app_locale_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5flog_5fpath_5f_1329',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5fpath_5f_1330',['app_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5fresource_5fpath_5f_1331',['app_resource_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388',1,'GpgFrontend::GlobalSettingStation']]],
+ ['app_5fsecure_5fkey_5fpath_5f_1332',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca',1,'GpgFrontend::DataObjectOperator']]],
+ ['app_5fsecure_5fpath_5f_1333',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a',1,'GpgFrontend::DataObjectOperator']]],
+ ['append_5fselected_5fkeys_5fact_5f_1334',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]],
+ ['apppath_1335',['AppPath',['../classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0',1,'GpgFrontend::GpgInfo']]],
+ ['attachment_5fdock_5f_1336',['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 ab632ec1..19e90f02 100644
--- a/docs/html/search/variables_10.js
+++ b/docs/html/search/variables_10.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['quit_5fact_5f_1434',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]],
- ['quote_5fact_5f_1435',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]]
+ ['quit_5fact_5f_1414',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]],
+ ['quote_5fact_5f_1415',['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 9c4f48f1..5d1b2187 100644
--- a/docs/html/search/variables_11.js
+++ b/docs/html/search/variables_11.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['rd_5f_1436',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]],
- ['redo_5fact_5f_1437',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]]
+ ['rd_5f_1416',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]],
+ ['redo_5fact_5f_1417',['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 65b86295..ef738622 100644
--- a/docs/html/search/variables_12.js
+++ b/docs/html/search/variables_12.js
@@ -1,15 +1,15 @@
var searchData=
[
- ['save_5fact_5f_1438',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]],
- ['save_5fas_5fact_5f_1439',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]],
- ['select_5fall_5fact_5f_1440',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]],
- ['show_5fkey_5fdetails_5fact_5f_1441',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]],
- ['sign_5fact_5f_1442',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]],
- ['sign_5fmarked_5f_1443',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]],
- ['special_5fedit_5ftool_5fbar_5f_1444',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]],
- ['start_5fwizard_5fact_5f_1445',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]],
- ['steganography_5fmenu_5f_1446',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]],
- ['storages_5fmutex_5f_1447',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]],
- ['switch_5ftab_5fdown_5fact_5f_1448',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]],
- ['switch_5ftab_5fup_5fact_5f_1449',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]]
+ ['save_5fact_5f_1418',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]],
+ ['save_5fas_5fact_5f_1419',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]],
+ ['select_5fall_5fact_5f_1420',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]],
+ ['show_5fkey_5fdetails_5fact_5f_1421',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]],
+ ['sign_5fact_5f_1422',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]],
+ ['sign_5fmarked_5f_1423',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]],
+ ['special_5fedit_5ftool_5fbar_5f_1424',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]],
+ ['start_5fwizard_5fact_5f_1425',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]],
+ ['steganography_5fmenu_5f_1426',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]],
+ ['storages_5fmutex_5f_1427',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]],
+ ['switch_5ftab_5fdown_5fact_5f_1428',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]],
+ ['switch_5ftab_5fup_5fact_5f_1429',['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 9343a566..55f4ba1d 100644
--- a/docs/html/search/variables_13.js
+++ b/docs/html/search/variables_13.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['tasks_1450',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]],
- ['tasks_5fmutex_5f_1451',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]],
- ['translate_5fact_5f_1452',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]]
+ ['tasks_1430',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['tasks_5fmutex_5f_1431',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['translate_5fact_5f_1432',['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 751141ff..a385744d 100644
--- a/docs/html/search/variables_14.js
+++ b/docs/html/search/variables_14.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['ui_5fcfg_5f_1453',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]],
- ['ui_5fconfig_5fdir_5fpath_5f_1454',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]],
- ['ui_5fconfig_5fpath_5f_1455',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]],
- ['undo_5fact_5f_1456',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]]
+ ['ui_5fcfg_5f_1433',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]],
+ ['ui_5fconfig_5fdir_5fpath_5f_1434',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]],
+ ['ui_5fconfig_5fpath_5f_1435',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]],
+ ['undo_5fact_5f_1436',['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 16863840..31dca48d 100644
--- a/docs/html/search/variables_15.js
+++ b/docs/html/search/variables_15.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['verify_5fact_5f_1457',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]],
- ['view_5fmenu_5f_1458',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]]
+ ['verify_5fact_5f_1437',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]],
+ ['view_5fmenu_5f_1438',['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 c7bcea76..4e41f4e6 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_1459',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]],
- ['zoom_5fout_5fact_5f_1460',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]]
+ ['zoom_5fin_5fact_5f_1439',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]],
+ ['zoom_5fout_5fact_5f_1440',['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 bcd5ced3..d6c80f9c 100644
--- a/docs/html/search/variables_2.js
+++ b/docs/html/search/variables_2.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['browser_5f_1357',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]],
- ['browser_5fact_5f_1358',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]],
- ['button_5fbox_5f_1359',['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_1337',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]],
+ ['browser_5fact_5f_1338',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]],
+ ['button_5fbox_5f_1339',['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 a7ecc7f3..b50d366c 100644
--- a/docs/html/search/variables_3.js
+++ b/docs/html/search/variables_3.js
@@ -1,20 +1,20 @@
var searchData=
[
- ['channel_5f_1360',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]],
- ['check_5fupdate_5fact_5f_1361',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]],
- ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1362',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]],
- ['close_5ftab_5fact_5f_1363',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]],
- ['comment_5fedit_5f_1364',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['comment_5fvar_5flabel_5f_1365',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['copy_5fact_5f_1366',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]],
- ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1367',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]],
- ['count_5fpage_5f_1368',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]],
- ['created_5fvar_5flabel_5f_1369',['created_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975',1,'GpgFrontend::UI::KeyPairDetailTab::created_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36',1,'GpgFrontend::UI::KeyPairSubkeyTab::created_var_label_()']]],
- ['crypt_5fmenu_5f_1370',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]],
- ['crypt_5ftool_5fbar_5f_1371',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]],
- ['ctx_5f_1372',['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_1373',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a',1,'GpgFrontend::GpgKeyGetter']]],
- ['current_5freply_5f_1374',['current_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e',1,'GpgFrontend::UI::VersionCheckTask']]],
- ['cut_5fact_5f_1375',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]],
- ['cut_5fpgp_5fheader_5fact_5f_1376',['cut_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86',1,'GpgFrontend::UI::MainWindow']]]
+ ['channel_5f_1340',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]],
+ ['check_5fupdate_5fact_5f_1341',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]],
+ ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1342',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]],
+ ['close_5ftab_5fact_5f_1343',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]],
+ ['comment_5fedit_5f_1344',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['comment_5fvar_5flabel_5f_1345',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['copy_5fact_5f_1346',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]],
+ ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1347',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]],
+ ['count_5fpage_5f_1348',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]],
+ ['created_5fvar_5flabel_5f_1349',['created_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975',1,'GpgFrontend::UI::KeyPairDetailTab::created_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36',1,'GpgFrontend::UI::KeyPairSubkeyTab::created_var_label_()']]],
+ ['crypt_5fmenu_5f_1350',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]],
+ ['crypt_5ftool_5fbar_5f_1351',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]],
+ ['ctx_5f_1352',['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_1353',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a',1,'GpgFrontend::GpgKeyGetter']]],
+ ['current_5freply_5f_1354',['current_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e',1,'GpgFrontend::UI::VersionCheckTask']]],
+ ['cut_5fact_5f_1355',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]],
+ ['cut_5fpgp_5fheader_5fact_5f_1356',['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 8cddce82..949c76f2 100644
--- a/docs/html/search/variables_4.js
+++ b/docs/html/search/variables_4.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['date_5fedit_5f_1377',['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_1378',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]],
- ['decrypt_5fverify_5fact_5f_1379',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]]
+ ['date_5fedit_5f_1357',['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_1358',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]],
+ ['decrypt_5fverify_5fact_5f_1359',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_5.js b/docs/html/search/variables_5.js
index 05d9964e..0029f3a9 100644
--- a/docs/html/search/variables_5.js
+++ b/docs/html/search/variables_5.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['edit_5f_1380',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]],
- ['edit_5fmenu_5f_1381',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]],
- ['edit_5ftool_5fbar_5f_1382',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]],
- ['email_5fedit_5f_1383',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['email_5fvar_5flabel_5f_1384',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['encrypt_5fact_5f_1385',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]],
- ['encrypt_5fsign_5fact_5f_1386',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]],
- ['error_5flabel_5f_1387',['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_1388',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['expire_5fcheck_5fbox_5f_1389',['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_1390',['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_1360',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]],
+ ['edit_5fmenu_5f_1361',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]],
+ ['edit_5ftool_5fbar_5f_1362',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]],
+ ['email_5fedit_5f_1363',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['email_5fvar_5flabel_5f_1364',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['encrypt_5fact_5f_1365',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]],
+ ['encrypt_5fsign_5fact_5f_1366',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]],
+ ['error_5flabel_5f_1367',['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_1368',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['expire_5fcheck_5fbox_5f_1369',['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_1370',['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 0b0172a4..005f3380 100644
--- a/docs/html/search/variables_6.js
+++ b/docs/html/search/variables_6.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['file_5fmenu_5f_1391',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]],
- ['file_5ftool_5fbar_5f_1392',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]],
- ['find_5fact_5f_1393',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]],
- ['find_5fedit_5f_1394',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]],
- ['fingerprint_5fbox_5f_1395',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['fingerprint_5fvar_5flabel_5f_1396',['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_1397',['fpr_',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
- ['full_5ffile_5fpath_5f_1398',['full_file_path_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db',1,'GpgFrontend::UI::PlainTextEditorPage']]]
+ ['file_5fmenu_5f_1371',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]],
+ ['file_5ftool_5fbar_5f_1372',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]],
+ ['find_5fact_5f_1373',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]],
+ ['find_5fedit_5f_1374',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]],
+ ['fingerprint_5fbox_5f_1375',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['fingerprint_5fvar_5flabel_5f_1376',['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_1377',['fpr_',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675',1,'GpgFrontend::UI::VerifyKeyDetailBox']]],
+ ['full_5ffile_5fpath_5f_1378',['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 24fcb50a..5571539d 100644
--- a/docs/html/search/variables_7.js
+++ b/docs/html/search/variables_7.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['global_5fsetting_5fstation_5f_1399',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]]
+ ['global_5fsetting_5fstation_5f_1379',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]]
];
diff --git a/docs/html/search/variables_8.js b/docs/html/search/variables_8.js
index 95b6aa4e..a985aa79 100644
--- a/docs/html/search/variables_8.js
+++ b/docs/html/search/variables_8.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['hash_5fkey_5f_1400',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]],
- ['help_5fmenu_5f_1401',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]]
+ ['hash_5fkey_5f_1380',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]],
+ ['help_5fmenu_5f_1381',['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 d44d60ff..035606ed 100644
--- a/docs/html/search/variables_9.js
+++ b/docs/html/search/variables_9.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['import_5fbutton_5f_1402',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]],
- ['import_5fkey_5ffrom_5fedit_5fact_5f_1403',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]],
- ['import_5fkey_5fmenu_5f_1404',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]],
- ['instances_5fmap_5f_1405',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]],
- ['instances_5fmutex_5f_1406',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]]
+ ['import_5fbutton_5f_1382',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]],
+ ['import_5fkey_5ffrom_5fedit_5fact_5f_1383',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]],
+ ['import_5fkey_5fmenu_5f_1384',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]],
+ ['instances_5fmap_5f_1385',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]],
+ ['instances_5fmutex_5f_1386',['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 63164cfb..bfc77ebd 100644
--- a/docs/html/search/variables_a.js
+++ b/docs/html/search/variables_a.js
@@ -1,16 +1,16 @@
var searchData=
[
- ['key_5fbox_5f_1407',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['key_5fid_5fvar_5flabel_1408',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['key_5fid_5fvar_5flabel_5f_1409',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
- ['key_5flist_5fdock_5f_1410',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5fmenu_5f_1411',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5fsize_5fspin_5fbox_5f_1412',['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_1413',['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_1414',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]],
- ['key_5ftype_5fcombo_5fbox_5f_1415',['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_1416',['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_1417',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['keys_5fcache_5f_1418',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]],
- ['keys_5fcache_5fmutex_5f_1419',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]]
+ ['key_5fbox_5f_1387',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['key_5fid_5fvar_5flabel_1388',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['key_5fid_5fvar_5flabel_5f_1389',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]],
+ ['key_5flist_5fdock_5f_1390',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5fmenu_5f_1391',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5fsize_5fspin_5fbox_5f_1392',['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_1393',['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_1394',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]],
+ ['key_5ftype_5fcombo_5fbox_5f_1395',['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_1396',['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_1397',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['keys_5fcache_5f_1398',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]],
+ ['keys_5fcache_5fmutex_5f_1399',['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 6b162179..e58fb37e 100644
--- a/docs/html/search/variables_b.js
+++ b/docs/html/search/variables_b.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['latest_5freply_5f_1420',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]]
+ ['latest_5freply_5f_1400',['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 6c307ef7..cbf2c510 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_1421',['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_1422',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]]
+ ['m_5ftext_5fpage_5f_1401',['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_1402',['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 dac7fa2d..f4e80382 100644
--- a/docs/html/search/variables_d.js
+++ b/docs/html/search/variables_d.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['name_5fedit_5f_1423',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]],
- ['name_5fvar_5flabel_5f_1424',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]],
- ['new_5ftab_5fact_5f_1425',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]]
+ ['name_5fedit_5f_1403',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]],
+ ['name_5fvar_5flabel_5f_1404',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]],
+ ['new_5ftab_5fact_5f_1405',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/html/search/variables_e.js b/docs/html/search/variables_e.js
index 8466ba25..c0d9fc5a 100644
--- a/docs/html/search/variables_e.js
+++ b/docs/html/search/variables_e.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['open_5fact_5f_1426',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]],
- ['open_5fkey_5fmanagement_5fact_5f_1427',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]],
- ['open_5fsettings_5fact_5f_1428',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]],
- ['owner_5fbox_5f_1429',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]]
+ ['open_5fact_5f_1406',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]],
+ ['open_5fkey_5fmanagement_5fact_5f_1407',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]],
+ ['open_5fsettings_5fact_5f_1408',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]],
+ ['owner_5fbox_5f_1409',['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 d75688e3..c1f227dd 100644
--- a/docs/html/search/variables_f.js
+++ b/docs/html/search/variables_f.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['paste_5fact_5f_1430',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]],
- ['pending_5ftasks_5f_1431',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]],
- ['pgp_5fcrypt_5fbegin_1432',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]],
- ['print_5fact_5f_1433',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]]
+ ['paste_5fact_5f_1410',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]],
+ ['pending_5ftasks_5f_1411',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]],
+ ['pgp_5fcrypt_5fbegin_1412',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]],
+ ['print_5fact_5f_1413',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]]
];
diff --git a/docs/latex/annotated.tex b/docs/latex/annotated.tex
index decd81c0..cfe1a543 100644
--- a/docs/latex/annotated.tex
+++ b/docs/latex/annotated.tex
@@ -26,8 +26,6 @@ Here are the classes, structs, unions and interfaces with brief descriptions\+:\
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FilePage}{Gpg\+Frontend\+::\+U\+I\+::\+File\+Page}} }{\pageref{classGpgFrontend_1_1UI_1_1FilePage}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FileReadTask}{Gpg\+Frontend\+::\+U\+I\+::\+File\+Read\+Task}} }{\pageref{classGpgFrontend_1_1UI_1_1FileReadTask}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FindWidget}{Gpg\+Frontend\+::\+U\+I\+::\+Find\+Widget}} \\*Class for handling the find widget shown at buttom of a textedit-\/page }{\pageref{classGpgFrontend_1_1UI_1_1FindWidget}}{}
-\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralDialog}{Gpg\+Frontend\+::\+U\+I\+::\+General\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1GeneralDialog}}{}
-\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralMainWindow}{Gpg\+Frontend\+::\+U\+I\+::\+General\+Main\+Window}} }{\pageref{classGpgFrontend_1_1UI_1_1GeneralMainWindow}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralTab}{Gpg\+Frontend\+::\+U\+I\+::\+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}}{}
@@ -78,8 +76,6 @@ Here are the classes, structs, unions and interfaces with brief descriptions\+:\
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Pair\+Subkey\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyPairUIDTab}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Pair\+U\+I\+D\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyPairUIDTab}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyServerImportDialog}}{}
-\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportTask}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Task}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyServerImportTask}}{}
-\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Search\+Task}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyserverTab}{Gpg\+Frontend\+::\+U\+I\+::\+Keyserver\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyserverTab}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Set\+Expire\+Date\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog}}{}
\item\contentsline{section}{\mbox{\hyperlink{structGpgFrontend_1_1UI_1_1KeyTable}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Table}} }{\pageref{structGpgFrontend_1_1UI_1_1KeyTable}}{}
@@ -90,8 +86,8 @@ Here are the classes, structs, unions and interfaces with brief descriptions\+:\
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1NetworkTab}{Gpg\+Frontend\+::\+U\+I\+::\+Network\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1NetworkTab}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1PassphraseGenerator}{Gpg\+Frontend\+::\+Passphrase\+Generator}} \\*The \mbox{\hyperlink{classGpgFrontend_1_1PassphraseGenerator}{Passphrase\+Generator}} class }{\pageref{classGpgFrontend_1_1PassphraseGenerator}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage}{Gpg\+Frontend\+::\+U\+I\+::\+Plain\+Text\+Editor\+Page}} \\*Class for handling a single tab of the tabwidget }{\pageref{classGpgFrontend_1_1UI_1_1PlainTextEditorPage}}{}
-\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}{Gpg\+Frontend\+::\+U\+I\+::\+Proxy\+Connection\+Test\+Thread}} }{\pageref{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}}{}
\item\contentsline{section}{\mbox{\hyperlink{classProxyConnectionTestThread}{Proxy\+Connection\+Test\+Thread}} }{\pageref{classProxyConnectionTestThread}}{}
+\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}{Gpg\+Frontend\+::\+U\+I\+::\+Proxy\+Connection\+Test\+Thread}} }{\pageref{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1QuitDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Quit\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1QuitDialog}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1SettingsDialog}}{}
\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsObject}{Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object}} \\*The \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsObject}{Settings\+Object}} class This class is used to store settings for the application securely }{\pageref{classGpgFrontend_1_1UI_1_1SettingsObject}}{}
diff --git a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf
index 518e35cc..e6873e9b 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_1ChannelObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf
index 9e01d3f6..49613a77 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 92a5fdac..156d5b16 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 4ceb13f6..a23a3b74 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 5cb531a2..2f69986a 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 dfa7d81d..5ada6c0c 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_1DataObjectOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf
index 3f42537a..482b1523 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 01b7b0de..7b3ccbd4 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 2ae56b76..c42a051e 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 0b62210c..5c1b2de4 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 4b41b3d5..6e94161f 100644
--- a/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex
+++ b/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex
@@ -226,7 +226,7 @@ libconfig\+::\+Setting\&
\end{DoxyReturn}
-Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::drop\+Event(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Init(), Gpg\+Frontend\+::\+U\+I\+::init\+\_\+locale(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Gen\+Dialog\+::\+Key\+Gen\+Dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Mgmt\+::\+Key\+Mgmt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::restore\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::save\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Network\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+General\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Upload\+Dialog\+::slot\+\_\+upload\+\_\+key\+\_\+to\+\_\+server(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Verify(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(), Gpg\+Frontend\+::\+U\+I\+::\+Subkey\+Generate\+Dialog\+::\+Subkey\+Generate\+Dialog(), and Gpg\+Frontend\+::\+U\+I\+::\+Wizard\+::\+Wizard().
+Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::drop\+Event(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Init(), Gpg\+Frontend\+::\+U\+I\+::init\+\_\+locale(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Gen\+Dialog\+::\+Key\+Gen\+Dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Mgmt\+::\+Key\+Mgmt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::restore\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::save\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Network\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+General\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Upload\+Dialog\+::slot\+\_\+upload\+\_\+key\+\_\+to\+\_\+server(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Verify(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(), Gpg\+Frontend\+::\+U\+I\+::\+Subkey\+Generate\+Dialog\+::\+Subkey\+Generate\+Dialog(), and Gpg\+Frontend\+::\+U\+I\+::\+Wizard\+::\+Wizard().
\mbox{\Hypertarget{classGpgFrontend_1_1GlobalSettingStation_ac061ac8e5308f67ea52b98888bbb2e8d}\label{classGpgFrontend_1_1GlobalSettingStation_ac061ac8e5308f67ea52b98888bbb2e8d}}
\index{GpgFrontend::GlobalSettingStation@{GpgFrontend::GlobalSettingStation}!SyncSettings@{SyncSettings}}
@@ -369,8 +369,8 @@ Referenced by Global\+Setting\+Station().
{\bfseries Initial value\+:}
\begin{DoxyCode}{0}
-\DoxyCodeLine{= QCoreApplication::applicationDirPath()}
-\DoxyCodeLine{ .toStdString()}
+\DoxyCodeLine{=}
+\DoxyCodeLine{ QCoreApplication::applicationDirPath().toStdString()}
\end{DoxyCode}
diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf
index 33e9e9aa..0bc8bfee 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 397b9557..80b96559 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_1GpgBasicOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf
index 0af1e1dc..90c085ad 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 65679347..6fb59db7 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.pdf b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf
index 10398b7b..6617f36b 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 86b0fff3..7c6bd30e 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 5b877517..c35d564c 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.pdf b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf
index ea7631c0..a4d87cf6 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 a1eed2cd..a1404d1b 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 67b0a786..bc238aaf 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 dd4bd870..ea7a0176 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 0231b503..653dd82b 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 be1c4737..bbcf7caf 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 1f8a3d93..a4db32db 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 85e03afb..685d0886 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 400b13ff..685d0886 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 45f1bf6e..ca92893a 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 83faa183..9cc726c6 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 23342966..a0f69918 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.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf
index f6a6b7ca..f6ec2b2a 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 f742471a..b393a5b2 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.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf
index 56b6645e..cd743123 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 f402530b..8959d0a0 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.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf
index da04ebe8..38957d9f 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 0382fd2f..190b5281 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.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf
index 7b6624fe..0a15869e 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 25269296..f0ce8e1e 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 d7d381bf..ee4918be 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 4cd226ce..d26500ef 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 1dc7f82c..f2bba408 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 af4bd1c1..24d2b70b 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 2664767d..6050e642 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 76940f12..38d128cb 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 822967f7..78b90ad9 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 767de0ca..d8a3347b 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 3ab83a5a..13a31e34 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.pdf b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf
index 7b163f86..41332051 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 bdd1065e..6308ea9f 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 48cd0e37..d7e332fb 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 41765808..aad4c60a 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 5afb561d..6906395d 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 62cf9e66..8051d720 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 bc7e1444..3652aa53 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 ce0e7fd7..d9c2172d 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 782b7189..37701322 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 ef513925..ce3767ab 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 2eed2163..180de896 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 e2294534..fafa6692 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 d623a02c..8b659112 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 b432e771..da05d772 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 957caa1d..4166d8b1 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 f7b56a1f..e0dd5341 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 a9b790af..e0a02f9b 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 fb0caa1d..1bf59a78 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 e4a21492..0eadc7bd 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 bc25e5ab..bc4419c3 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.md5 b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5
index ecf260d5..cbefb527 100644
--- a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5
@@ -1 +1 @@
-917a96ba1a4c9c49cf0e4f85b5be7777
\ No newline at end of file
+0f770ee3121fe1c667c56086f81ee6b0
\ No newline at end of file
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 e8f88824..91dedf34 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog.tex
index 1b13f922..a20e4c46 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog.tex
@@ -26,7 +26,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::About\+Dialog\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph}
+\includegraphics[width=324pt]{classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph}
\end{center}
\end{figure}
\doxysubsection*{Public Member Functions}
@@ -92,5 +92,5 @@ References Gpg\+Frontend\+::\+U\+I\+::\+Update\+Tab\+::get\+Latest\+Version().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/help/About\+Dialog.\+h\item
-src/ui/dialog/help/About\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/help/About\+Dialog.\+h\item
+src/ui/help/About\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5
index a3553939..cdb190af 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5
@@ -1 +1 @@
-a74a25b61d7cc1ec18500683797ba3d6
\ No newline at end of file
+c9de27b4514437b0d7a688520207a65a
\ No newline at end of file
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 211dcde1..a84d0586 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5
index d3dd4b3c..1671fb1d 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5
@@ -1 +1 @@
-1d4a529589aa8bb8548337db6638a6cc
\ No newline at end of file
+38ae3023a6b910e9808f47c39a878cd7
\ No newline at end of file
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 dc2aa320..ef521b5d 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab.tex
index 5ed34b2c..48f9b626 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab.tex
@@ -51,5 +51,5 @@ Q\+Check\+Box $\ast$ {\bfseries auto\+\_\+pubkey\+\_\+exchange\+\_\+check\+\_\+b
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/settings/Settings\+Advanced.\+h\item
-src/ui/dialog/settings/Settings\+Advanced.\+cpp\end{DoxyCompactItemize}
+src/ui/settings/Settings\+Advanced.\+h\item
+src/ui/settings/Settings\+Advanced.\+cpp\end{DoxyCompactItemize}
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 eed137a6..0a62f78c 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 ef47f928..c2de293a 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex
index 4b5a8098..d73956b6 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex
@@ -126,5 +126,5 @@ Referenced by Appearance\+Tab().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/settings/Settings\+Appearance.\+h\item
-src/ui/dialog/settings/Settings\+Appearance.\+cpp\end{DoxyCompactItemize}
+src/ui/settings/Settings\+Appearance.\+h\item
+src/ui/settings/Settings\+Appearance.\+cpp\end{DoxyCompactItemize}
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 804ba941..d36799a1 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 1020546e..e7c5dd6a 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 04295c44..e33d9fbf 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 8b95d92f..0c96b8c0 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf
index 9edac3ba..37db1f40 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.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf
index 06989bde..debb14c0 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 340bce45..684174c4 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 767fbb4e..f67074b6 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.tex
index e37e0da1..a05e3e2c 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.tex
@@ -77,5 +77,5 @@ References Gpg\+Frontend\+::\+Key\+Package\+Operator\+::\+Generate\+Key\+Package
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/import\+\_\+export/Export\+Key\+Package\+Dialog.\+h\item
-src/ui/dialog/import\+\_\+export/Export\+Key\+Package\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/import\+\_\+export/Export\+Key\+Package\+Dialog.\+h\item
+src/ui/import\+\_\+export/Export\+Key\+Package\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5
index 7e1689bc..dfa137de 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5
@@ -1 +1 @@
-21ec13dcbce2fc537a1ef877fab1e5eb
\ No newline at end of file
+16db54676c48faeafcfa88bdcf48468e
\ No newline at end of file
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 5d73b900..3f1ff4e5 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5
index 463474e7..aecd3c38 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5
@@ -1 +1 @@
-69eb903e75056b558c2e0f31a7b2308d
\ No newline at end of file
+d95ec96ed941394b144ea9b4caa6cc80
\ No newline at end of file
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 e438397f..8436b03f 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 95c8ab5d..d7f2734d 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 e0b8841f..a1263dc7 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 60e6547e..f0c692e3 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 a1001fb7..e0f057b0 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 e2571bea..19900b6c 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 2e09a108..ce4c703b 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog.tex
deleted file mode 100644
index 7eebb17e..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog.tex
+++ /dev/null
@@ -1,68 +0,0 @@
-\hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog}{}\doxysection{Gpg\+Frontend\+::UI\+::General\+Dialog Class Reference}
-\label{classGpgFrontend_1_1UI_1_1GeneralDialog}\index{GpgFrontend::UI::GeneralDialog@{GpgFrontend::UI::GeneralDialog}}
-
-
-Inheritance diagram for Gpg\+Frontend\+::UI\+::General\+Dialog\+:
-\nopagebreak
-\begin{figure}[H]
-\begin{center}
-\leavevmode
-\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph}
-\end{center}
-\end{figure}
-
-
-Collaboration diagram for Gpg\+Frontend\+::UI\+::General\+Dialog\+:
-\nopagebreak
-\begin{figure}[H]
-\begin{center}
-\leavevmode
-\includegraphics[width=265pt]{classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph}
-\end{center}
-\end{figure}
-\doxysubsection*{Public Member Functions}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralDialog_ac9de4c49668ffaeb6916c64f878a202c}{General\+Dialog}} (std\+::string name, Q\+Widget $\ast$parent=nullptr)
-\end{DoxyCompactItemize}
-\doxysubsection*{Private Slots}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_a34d01f247eee92017a2eccf697cda080}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_a34d01f247eee92017a2eccf697cda080}}
-void {\bfseries slot\+\_\+restore\+\_\+settings} () noexcept
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_a940a6ea31dff4db83f9f08d38e843a2b}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_a940a6ea31dff4db83f9f08d38e843a2b}}
-void {\bfseries slot\+\_\+save\+\_\+settings} () noexcept
-\end{DoxyCompactItemize}
-\doxysubsection*{Private Attributes}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_ae91392293866dc302132a9fc19209d8c}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_ae91392293866dc302132a9fc19209d8c}}
-std\+::string {\bfseries name\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_ad9b847aa128dfeb4ecf0064ef948e6ea}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_ad9b847aa128dfeb4ecf0064ef948e6ea}}
-Q\+Point {\bfseries pos\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_aeda520454fd38920a027c1a4195a2e6f}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_aeda520454fd38920a027c1a4195a2e6f}}
-Q\+Size {\bfseries size\+\_\+}
-\end{DoxyCompactItemize}
-
-
-\doxysubsection{Constructor \& Destructor Documentation}
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_ac9de4c49668ffaeb6916c64f878a202c}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_ac9de4c49668ffaeb6916c64f878a202c}}
-\index{GpgFrontend::UI::GeneralDialog@{GpgFrontend::UI::GeneralDialog}!GeneralDialog@{GeneralDialog}}
-\index{GeneralDialog@{GeneralDialog}!GpgFrontend::UI::GeneralDialog@{GpgFrontend::UI::GeneralDialog}}
-\doxysubsubsection{\texorpdfstring{GeneralDialog()}{GeneralDialog()}}
-{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+General\+Dialog\+::\+General\+Dialog (\begin{DoxyParamCaption}\item[{std\+::string}]{name, }\item[{Q\+Widget $\ast$}]{parent = {\ttfamily nullptr} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}}
-
-
-\begin{DoxyParams}{Parameters}
-{\em name} & \\
-\hline
-\end{DoxyParams}
-
-
-The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
-\item
-src/ui/dialog/General\+Dialog.\+h\item
-src/ui/dialog/General\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5
deleted file mode 100644
index e191dc30..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-ddac4163319d57660801c20f010333dd
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf
deleted file mode 100644
index 778b5dd4..00000000
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf and /dev/null 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
deleted file mode 100644
index d37d10b3..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-db3a8cfa2e8481e839ec61e8f177b388
\ 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
deleted file mode 100644
index 6a5480f3..00000000
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf and /dev/null differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow.tex
deleted file mode 100644
index 34155faa..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow.tex
+++ /dev/null
@@ -1,108 +0,0 @@
-\hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow}{}\doxysection{Gpg\+Frontend\+::UI\+::General\+Main\+Window Class Reference}
-\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow}\index{GpgFrontend::UI::GeneralMainWindow@{GpgFrontend::UI::GeneralMainWindow}}
-
-
-Inheritance diagram for Gpg\+Frontend\+::UI\+::General\+Main\+Window\+:
-\nopagebreak
-\begin{figure}[H]
-\begin{center}
-\leavevmode
-\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph}
-\end{center}
-\end{figure}
-
-
-Collaboration diagram for Gpg\+Frontend\+::UI\+::General\+Main\+Window\+:
-\nopagebreak
-\begin{figure}[H]
-\begin{center}
-\leavevmode
-\includegraphics[width=270pt]{classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph}
-\end{center}
-\end{figure}
-\doxysubsection*{Public Member Functions}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a62b24183ebf9da18852084879bcb1013}{General\+Main\+Window}} (std\+::string name, Q\+Widget $\ast$parent=nullptr)
-\end{DoxyCompactItemize}
-\doxysubsection*{Protected Member Functions}
-\begin{DoxyCompactItemize}
-\item
-void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralMainWindow_af5c86754836a678c7058e6f633968863}{close\+Event}} (Q\+Close\+Event $\ast$event)
-\end{DoxyCompactItemize}
-\doxysubsection*{Protected Attributes}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_abb5b9f6dd7aed18f42cea885af85c741}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_abb5b9f6dd7aed18f42cea885af85c741}}
-Q\+Size {\bfseries icon\+\_\+size\+\_\+} \{\}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ab0dd85f0fcbbab2f15eee995458d2dfb}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ab0dd85f0fcbbab2f15eee995458d2dfb}}
-int {\bfseries font\+\_\+size\+\_\+} \{\}
-\end{DoxyCompactItemize}
-\doxysubsection*{Private Slots}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a42d1bc5a70f0e81cb49c88eb23544255}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a42d1bc5a70f0e81cb49c88eb23544255}}
-void {\bfseries slot\+\_\+restore\+\_\+settings} () noexcept
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a8ddf641e1266d00cb876ddf786e5ccb8}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a8ddf641e1266d00cb876ddf786e5ccb8}}
-void {\bfseries slot\+\_\+save\+\_\+settings} () noexcept
-\end{DoxyCompactItemize}
-\doxysubsection*{Private Attributes}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ac581df0af500c9e8a73b8f988739600b}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ac581df0af500c9e8a73b8f988739600b}}
-std\+::string {\bfseries name\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ad799871eab498f2e535f52f0082f8b8b}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ad799871eab498f2e535f52f0082f8b8b}}
-Q\+Point {\bfseries pos\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a5c0bb4c6847846d57ca7524d5f5e4d53}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a5c0bb4c6847846d57ca7524d5f5e4d53}}
-Q\+Size {\bfseries size\+\_\+}
-\end{DoxyCompactItemize}
-
-
-\doxysubsection{Constructor \& Destructor Documentation}
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a62b24183ebf9da18852084879bcb1013}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a62b24183ebf9da18852084879bcb1013}}
-\index{GpgFrontend::UI::GeneralMainWindow@{GpgFrontend::UI::GeneralMainWindow}!GeneralMainWindow@{GeneralMainWindow}}
-\index{GeneralMainWindow@{GeneralMainWindow}!GpgFrontend::UI::GeneralMainWindow@{GpgFrontend::UI::GeneralMainWindow}}
-\doxysubsubsection{\texorpdfstring{GeneralMainWindow()}{GeneralMainWindow()}}
-{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+General\+Main\+Window\+::\+General\+Main\+Window (\begin{DoxyParamCaption}\item[{std\+::string}]{name, }\item[{Q\+Widget $\ast$}]{parent = {\ttfamily nullptr} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}}
-
-
-\begin{DoxyParams}{Parameters}
-{\em name} & Copyright (C) 2021 Saturneric\\
-\hline
-\end{DoxyParams}
-This file is part of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}.
-
-\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is free software\+: you can redistribute it and/or modify it under the terms of the G\+NU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is distributed in the hope that it will be useful, but W\+I\+T\+H\+O\+UT A\+NY W\+A\+R\+R\+A\+N\+TY; without even the implied warranty of M\+E\+R\+C\+H\+A\+N\+T\+A\+B\+I\+L\+I\+TY or F\+I\+T\+N\+E\+SS F\+OR A P\+A\+R\+T\+I\+C\+U\+L\+AR P\+U\+R\+P\+O\+SE. See the G\+NU General Public License for more details.
-
-You should have received a copy of the G\+NU General Public License along with \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. If not, see \href{https://www.gnu.org/licenses/}{\texttt{ https\+://www.\+gnu.\+org/licenses/}}.
-
-The initial version of the source code is inherited from the gpg4usb project, which is under G\+P\+L-\/3.\+0-\/or-\/later.
-
-All the source code of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} was modified and released by Saturneric\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}} starting on May 12, 2021.
-
-S\+P\+D\+X-\/\+License-\/\+Identifier\+: G\+P\+L-\/3.\+0-\/or-\/later
-
-\doxysubsection{Member Function Documentation}
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_af5c86754836a678c7058e6f633968863}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_af5c86754836a678c7058e6f633968863}}
-\index{GpgFrontend::UI::GeneralMainWindow@{GpgFrontend::UI::GeneralMainWindow}!closeEvent@{closeEvent}}
-\index{closeEvent@{closeEvent}!GpgFrontend::UI::GeneralMainWindow@{GpgFrontend::UI::GeneralMainWindow}}
-\doxysubsubsection{\texorpdfstring{closeEvent()}{closeEvent()}}
-{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+General\+Main\+Window\+::close\+Event (\begin{DoxyParamCaption}\item[{Q\+Close\+Event $\ast$}]{event }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [protected]}}
-
-
-\begin{DoxyParams}{Parameters}
-{\em event} & \\
-\hline
-\end{DoxyParams}
-
-
-The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
-\item
-src/ui/main\+\_\+window/General\+Main\+Window.\+h\item
-src/ui/main\+\_\+window/General\+Main\+Window.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5
deleted file mode 100644
index 02579ed6..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-6947ad61dac622ab400777d1031c1928
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf
deleted file mode 100644
index 520fdee0..00000000
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf and /dev/null 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
deleted file mode 100644
index a12eed44..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-a47ec51a9062c2a50cd9419fa7aa93ac
\ 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
deleted file mode 100644
index 2b156d1e..00000000
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf and /dev/null differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex
index 54a70353..04e2ea65 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex
@@ -109,5 +109,5 @@ Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Dialog\+::\+Settings\+Dialo
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/settings/Settings\+General.\+h\item
-src/ui/dialog/settings/Settings\+General.\+cpp\end{DoxyCompactItemize}
+src/ui/settings/Settings\+General.\+h\item
+src/ui/settings/Settings\+General.\+cpp\end{DoxyCompactItemize}
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 5428b920..67bd1060 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 de978b62..4c217b10 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_1GpgFrontendApplication.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.tex
index c8dd81ba..515405b6 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.tex
@@ -23,7 +23,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Gpg\+Frontend\+Application\+:
\doxysubsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item
-\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ac0290f06e08f2714f9727bb578df1298}{Gpg\+Frontend\+Application}} (int \&argc, char $\ast$argv\mbox{[}$\,$\mbox{]})
+\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ae0c8f5dda829371d9f1e2d4d6913be21}{Gpg\+Frontend\+Application}} (int \&argc, char $\ast$$\ast$argv)
\begin{DoxyCompactList}\small\item\em Construct a new \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} Application object. \end{DoxyCompactList}\item
\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_a32f0e7dda69f7b1e3cc869340736c590}{$\sim$\+Gpg\+Frontend\+Application}} () override=default
\begin{DoxyCompactList}\small\item\em Destroy the \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} Application object. \end{DoxyCompactList}\end{DoxyCompactItemize}
@@ -40,11 +40,11 @@ bool \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_a6f8ab335
\doxysubsection{Constructor \& Destructor Documentation}
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ac0290f06e08f2714f9727bb578df1298}\label{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ac0290f06e08f2714f9727bb578df1298}}
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ae0c8f5dda829371d9f1e2d4d6913be21}\label{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ae0c8f5dda829371d9f1e2d4d6913be21}}
\index{GpgFrontend::UI::GpgFrontendApplication@{GpgFrontend::UI::GpgFrontendApplication}!GpgFrontendApplication@{GpgFrontendApplication}}
\index{GpgFrontendApplication@{GpgFrontendApplication}!GpgFrontend::UI::GpgFrontendApplication@{GpgFrontend::UI::GpgFrontendApplication}}
\doxysubsubsection{\texorpdfstring{GpgFrontendApplication()}{GpgFrontendApplication()}}
-{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+Gpg\+Frontend\+Application\+::\+Gpg\+Frontend\+Application (\begin{DoxyParamCaption}\item[{int \&}]{argc, }\item[{char $\ast$}]{argv\mbox{[}$\,$\mbox{]} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}}
+{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+Gpg\+Frontend\+Application\+::\+Gpg\+Frontend\+Application (\begin{DoxyParamCaption}\item[{int \&}]{argc, }\item[{char $\ast$$\ast$}]{argv }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}}
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 31702cfa..1e074701 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 f8d9146c..61f9131c 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 dce17c33..229f04e0 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 8ba80a37..675c5945 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 a17144b2..370e300e 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 843e1803..ad4bfcc6 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab.tex
index 0e943b75..90ebe361 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab.tex
@@ -65,5 +65,5 @@ References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Context $>$\+:
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/help/About\+Dialog.\+h\item
-src/ui/dialog/help/About\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/help/About\+Dialog.\+h\item
+src/ui/help/About\+Dialog.\+cpp\end{DoxyCompactItemize}
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 4d8554c5..034e1e20 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 d563ee51..9cbf8215 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 c9aabf71..25ad9985 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 0535dc49..e1afd407 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.tex
index d3692902..23b71807 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.tex
@@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Details\+Dialog\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[width=272pt]{classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph}
+\includegraphics[width=234pt]{classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph}
\end{center}
\end{figure}
\doxysubsection*{Public Member Functions}
@@ -36,5 +36,5 @@ Q\+Tab\+Widget $\ast$ {\bfseries tab\+\_\+widget\+\_\+} \{\}
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/keypair\+\_\+details/Key\+Details\+Dialog.\+h\item
-src/ui/dialog/keypair\+\_\+details/Key\+Details\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/keypair\+\_\+details/Key\+Details\+Dialog.\+h\item
+src/ui/keypair\+\_\+details/Key\+Details\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5
index 394f42d2..bf559ac4 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5
@@ -1 +1 @@
-702b8d93f91d89c9ace90594c920487b
\ No newline at end of file
+2587a929412a66e59ac9d7e94d68d458
\ No newline at end of file
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 9d27bbb8..b311ecd8 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5
index c28e3f5f..bf559ac4 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5
@@ -1 +1 @@
-edce17602f9f7723f8fb025a1be644d8
\ No newline at end of file
+2587a929412a66e59ac9d7e94d68d458
\ No newline at end of file
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 e4ab7b31..b311ecd8 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog.tex
index 49754859..f546ae1c 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog.tex
@@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Key\+Gen\+Dialog\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph}
+\includegraphics[width=255pt]{classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph}
\end{center}
\end{figure}
@@ -376,5 +376,5 @@ Group of Widgets detecting the usage of the Key \mbox{\Hypertarget{classGpgFront
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/key\+\_\+generate/Keygen\+Dialog.\+h\item
-src/ui/dialog/key\+\_\+generate/Keygen\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/key\+\_\+generate/Keygen\+Dialog.\+h\item
+src/ui/key\+\_\+generate/Keygen\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5
index 5f2f6d13..d1556ba8 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5
@@ -1 +1 @@
-1e102311c5aaf8cd1ffb4ff62c7392e6
\ No newline at end of file
+4023ca6d9fe932354b70817d897069be
\ No newline at end of file
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 222d9fe0..9e439ffc 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5
index af1589b7..af9d0ea2 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5
@@ -1 +1 @@
-e117f47ecae2ea0e0be404ddcd6440ca
\ No newline at end of file
+e22878533804966a234e06f2a1a078f9
\ No newline at end of file
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 3eda0d54..89b31a3c 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 2ebce55f..b3d69f04 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 16ee60ca..24e18269 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.tex
index 698f7249..b5dceff7 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.tex
@@ -158,5 +158,5 @@ Referenced by create\+\_\+keys\+\_\+table().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/import\+\_\+export/Key\+Import\+Detail\+Dialog.\+h\item
-src/ui/dialog/import\+\_\+export/Key\+Import\+Detail\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/import\+\_\+export/Key\+Import\+Detail\+Dialog.\+h\item
+src/ui/import\+\_\+export/Key\+Import\+Detail\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5
index 77faa933..e4003f3c 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5
@@ -1 +1 @@
-f83c16f1a2e5fd8db314aa634eb3d4e0
\ No newline at end of file
+ba10f32219d2860d2b8d3704d015765e
\ No newline at end of file
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 c8af70f5..b686c5ef 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5
index 4daf78d8..759a75da 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5
@@ -1 +1 @@
-2c62d760918bd04fa691ab244727a72e
\ No newline at end of file
+166caeeb04628a23f01ab4fe6f76d5bf
\ No newline at end of file
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 d8705c79..941d409e 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 bc2c2809..3934c260 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 5dfc3daa..20c65ea1 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt.tex
index fe839fbd..fe4c2fdb 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt.tex
@@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Key\+Mgmt\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph}
+\includegraphics[width=257pt]{classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph}
\end{center}
\end{figure}
@@ -47,6 +47,9 @@ void {\bfseries Slot\+Generate\+Key\+Dialog} ()
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_a905d55ac2c7de8579db9f5a7b91a0abf}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_a905d55ac2c7de8579db9f5a7b91a0abf}}
void {\bfseries Slot\+Show\+Key\+Details} ()
\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_a36a6d0f038e826f8d440d9f82826644f}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_a36a6d0f038e826f8d440d9f82826644f}}
+void {\bfseries Slot\+Save\+Window\+State} ()
+\item
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_aa5cd08927c720e1d545149e8318559c8}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_aa5cd08927c720e1d545149e8318559c8}}
void {\bfseries Slot\+Import\+Key\+Package} ()
\end{DoxyCompactItemize}
@@ -64,6 +67,11 @@ void {\bfseries Signal\+Key\+Status\+Updated} ()
\item
\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyMgmt_aefc27b57830cf14a85c2225664f89f64}{Key\+Mgmt}} (Q\+Widget $\ast$parent=nullptr)
\begin{DoxyCompactList}\small\item\em Construct a new Key Mgmt object. \end{DoxyCompactList}\end{DoxyCompactItemize}
+\doxysubsection*{Protected Member Functions}
+\begin{DoxyCompactItemize}
+\item
+void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyMgmt_a78b53193b055e10550938f403b641b31}{close\+Event}} (Q\+Close\+Event $\ast$event) override
+\end{DoxyCompactItemize}
\doxysubsection*{Private Member Functions}
\begin{DoxyCompactItemize}
\item
@@ -141,7 +149,6 @@ Q\+Action $\ast$ {\bfseries show\+\_\+key\+\_\+details\+\_\+act\+\_\+} \{\}
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_a08ce0587e28ac312273fdb0988f63bbe}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_a08ce0587e28ac312273fdb0988f63bbe}}
\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog}{Key\+Server\+Import\+Dialog}} $\ast$ {\bfseries import\+\_\+dialog\+\_\+} \{\}
\end{DoxyCompactItemize}
-\doxysubsection*{Additional Inherited Members}
\doxysubsection{Constructor \& Destructor Documentation}
@@ -167,6 +174,17 @@ References Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::\+Add\+List\+Group\+Tab(),
\doxysubsection{Member Function Documentation}
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_a78b53193b055e10550938f403b641b31}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_a78b53193b055e10550938f403b641b31}}
+\index{GpgFrontend::UI::KeyMgmt@{GpgFrontend::UI::KeyMgmt}!closeEvent@{closeEvent}}
+\index{closeEvent@{closeEvent}!GpgFrontend::UI::KeyMgmt@{GpgFrontend::UI::KeyMgmt}}
+\doxysubsubsection{\texorpdfstring{closeEvent()}{closeEvent()}}
+{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Mgmt\+::close\+Event (\begin{DoxyParamCaption}\item[{Q\+Close\+Event $\ast$}]{event }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [override]}, {\ttfamily [protected]}}
+
+
+\begin{DoxyParams}{Parameters}
+{\em event} & \\
+\hline
+\end{DoxyParams}
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_a23cf6665537f2a96708e9d5423ce3bb8}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_a23cf6665537f2a96708e9d5423ce3bb8}}
\index{GpgFrontend::UI::KeyMgmt@{GpgFrontend::UI::KeyMgmt}!create\_actions@{create\_actions}}
\index{create\_actions@{create\_actions}!GpgFrontend::UI::KeyMgmt@{GpgFrontend::UI::KeyMgmt}}
@@ -232,5 +250,5 @@ References Gpg\+Frontend\+::\+Gpg\+Key\+Opera\+::\+Delete\+Keys(), Gpg\+Frontend
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/main\+\_\+window/Key\+Mgmt.\+h\item
-src/ui/main\+\_\+window/Key\+Mgmt.\+cpp\end{DoxyCompactItemize}
+src/ui/Key\+Mgmt.\+h\item
+src/ui/Key\+Mgmt.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5
index 489b6262..0ea5b38d 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5
@@ -1 +1 @@
-4ff6bdde62c1452f46ab41edb2767041
\ No newline at end of file
+c6e970d2cdb06ce71cc00f63b393f5bb
\ No newline at end of file
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 e066e9ed..94aac240 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5
index 2b7eba6f..6f732b76 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5
@@ -1 +1 @@
-c1ec255eee11ccc62068a053038aa0b3
\ No newline at end of file
+486a834464e2ff28f3aeff66e3099087
\ No newline at end of file
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 5f1f1c50..8d5bb7e4 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.tex
index 75a9d28b..af871065 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.tex
@@ -149,5 +149,5 @@ Referenced by Key\+New\+U\+I\+D\+Dialog().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/keypair\+\_\+details/Key\+New\+U\+I\+D\+Dialog.\+h\item
-src/ui/dialog/keypair\+\_\+details/Key\+New\+U\+I\+D\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/keypair\+\_\+details/Key\+New\+U\+I\+D\+Dialog.\+h\item
+src/ui/keypair\+\_\+details/Key\+New\+U\+I\+D\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5
index 23ea468e..02aeb904 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5
@@ -1 +1 @@
-3e56e28bbdca1373acf4123a7e30c716
\ No newline at end of file
+29a1b4d3f19405fcd84b10e08c9e5433
\ No newline at end of file
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 6bcfb691..03cf9c1f 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5
index ceb603ae..24b724ab 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5
@@ -1 +1 @@
-3e704c46454cd866271f7e8f97121403
\ No newline at end of file
+ab6aae03dc997882fc41f2bd80d5e54a
\ No newline at end of file
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 22b27683..cc6968ba 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.tex
index 06c34e44..83214402 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.tex
@@ -156,5 +156,5 @@ Referenced by Key\+Pair\+Detail\+Tab().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Detail\+Tab.\+h\item
-src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Detail\+Tab.\+cpp\end{DoxyCompactItemize}
+src/ui/keypair\+\_\+details/Key\+Pair\+Detail\+Tab.\+h\item
+src/ui/keypair\+\_\+details/Key\+Pair\+Detail\+Tab.\+cpp\end{DoxyCompactItemize}
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 17d99c66..d509c230 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 14368a7b..070ba23c 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.tex
index 13a226f8..234ed087 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.tex
@@ -131,5 +131,5 @@ Referenced by Create\+Opera\+Menu().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Opera\+Tab.\+h\item
-src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Opera\+Tab.\+cpp\end{DoxyCompactItemize}
+src/ui/keypair\+\_\+details/Key\+Pair\+Opera\+Tab.\+h\item
+src/ui/keypair\+\_\+details/Key\+Pair\+Opera\+Tab.\+cpp\end{DoxyCompactItemize}
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 1141f5c2..c6bf54cc 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 8e544e36..2515369e 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.tex
index c0b3a6dd..96c12265 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.tex
@@ -191,5 +191,5 @@ const \mbox{\hyperlink{classGpgFrontend_1_1GpgSubKey}{Gpg\+Sub\+Key}}\&
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Subkey\+Tab.\+h\item
-src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Subkey\+Tab.\+cpp\end{DoxyCompactItemize}
+src/ui/keypair\+\_\+details/Key\+Pair\+Subkey\+Tab.\+h\item
+src/ui/keypair\+\_\+details/Key\+Pair\+Subkey\+Tab.\+cpp\end{DoxyCompactItemize}
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 1e2fc130..5ae9ad1b 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 08673113..a48caaea 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.tex
index 94520333..842a19c7 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.tex
@@ -293,5 +293,5 @@ U\+I\+D\+Args\+List\+Ptr
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/keypair\+\_\+details/Key\+Pair\+U\+I\+D\+Tab.\+h\item
-src/ui/dialog/keypair\+\_\+details/Key\+Pair\+U\+I\+D\+Tab.\+cpp\end{DoxyCompactItemize}
+src/ui/keypair\+\_\+details/Key\+Pair\+U\+I\+D\+Tab.\+h\item
+src/ui/keypair\+\_\+details/Key\+Pair\+U\+I\+D\+Tab.\+cpp\end{DoxyCompactItemize}
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 de95523d..298320dd 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 9a808eef..1919213a 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.tex
index 6efe3195..0488cfe0 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.tex
@@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Dialog\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph}
+\includegraphics[width=235pt]{classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph}
\end{center}
\end{figure}
@@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Dialog\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph}
+\includegraphics[width=235pt]{classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph}
\end{center}
\end{figure}
\doxysubsection*{Public Slots}
@@ -25,7 +25,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Dialog\+:
\item
void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1e17305d6b470d0f7050eb8e3e6ee3d8}{Slot\+Import}} (const Key\+Id\+Args\+List\+Ptr \&keys)
\item
-void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_abb3d99b2c17b0f6ddb0e5b93dd8f8802}{Slot\+Import}} (std\+::vector$<$ std\+::string $>$ key\+\_\+ids\+\_\+list, std\+::string keyserver\+\_\+url)
+void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1a7298fa8c6aa085794b21fe6d8ed1eb}{Slot\+Import}} (const Q\+String\+List \&key\+Ids, const Q\+Url \&keyserver\+Url)
\end{DoxyCompactItemize}
\doxysubsection*{Signals}
\begin{DoxyCompactItemize}
@@ -43,15 +43,19 @@ void {\bfseries Signal\+Key\+Imported} ()
\doxysubsection*{Private Slots}
\begin{DoxyCompactItemize}
\item
-void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ac9c14bbc97945c94fd02c8e067ccab06}{slot\+\_\+import}} ()
-\begin{DoxyCompactList}\small\item\em import key(s) for the key table selection \end{DoxyCompactList}\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ab0585bbabc450d2cb571a5bd374ebb0e}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ab0585bbabc450d2cb571a5bd374ebb0e}}
-void {\bfseries slot\+\_\+search\+\_\+finished} (Q\+Network\+Reply\+::\+Network\+Error reply, Q\+Byte\+Array buffer)
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ac9c14bbc97945c94fd02c8e067ccab06}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ac9c14bbc97945c94fd02c8e067ccab06}}
+void {\bfseries slot\+\_\+import} ()
\item
-void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a6f1c5238da7cd6f117bed8018469b37a}{slot\+\_\+import\+\_\+finished}} (Q\+Network\+Reply\+::\+Network\+Error error, Q\+Byte\+Array buffer)
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a4e387503359dee5771e855218d5f1561}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a4e387503359dee5771e855218d5f1561}}
+void {\bfseries slot\+\_\+search\+\_\+finished} ()
+\item
+void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1d083105603805219fe01f37d773693f}{slot\+\_\+import\+\_\+finished}} (const Q\+String \&keyid)
\item
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_adc7249b039e078c84f705c7111a148b0}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_adc7249b039e078c84f705c7111a148b0}}
void {\bfseries slot\+\_\+search} ()
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ad184316a91466181dbc9c109f8a03d01}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ad184316a91466181dbc9c109f8a03d01}}
+void {\bfseries slot\+\_\+save\+\_\+window\+\_\+state} ()
\end{DoxyCompactItemize}
\doxysubsection*{Private Member Functions}
\begin{DoxyCompactItemize}
@@ -106,6 +110,9 @@ Q\+Push\+Button $\ast$ {\bfseries search\+\_\+button\+\_\+} \{\}
\item
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_af48f4a6d2744bad2759e691f9c59f209}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_af48f4a6d2744bad2759e691f9c59f209}}
Q\+Table\+Widget $\ast$ {\bfseries keys\+\_\+table\+\_\+} \{\}
+\item
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_acb2e410d862b05f335fdaa108b6e15ee}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_acb2e410d862b05f335fdaa108b6e15ee}}
+Q\+Network\+Access\+Manager $\ast$ {\bfseries network\+\_\+access\+\_\+manager\+\_\+} \{\}
\end{DoxyCompactItemize}
@@ -129,7 +136,7 @@ Construct a new Key Server Import Dialog object.
\end{DoxyParams}
-References create\+\_\+combo\+Box(), create\+\_\+keys\+\_\+table(), Gpg\+Frontend\+::\+U\+I\+::\+Signal\+Station\+::\+Get\+Instance(), and slot\+\_\+import().
+References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(), create\+\_\+combo\+Box(), create\+\_\+keys\+\_\+table(), and Gpg\+Frontend\+::\+U\+I\+::\+Signal\+Station\+::\+Get\+Instance().
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a4c4e44963dcd4f656b10788a7fafbb4e}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a4c4e44963dcd4f656b10788a7fafbb4e}}
\index{GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}!KeyServerImportDialog@{KeyServerImportDialog}}
@@ -206,10 +213,6 @@ Create a keys table object.
-References slot\+\_\+import().
-
-
-
Referenced by Key\+Server\+Import\+Dialog().
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a3b818c2a3e5c32fc32425b17e63367e2}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a3b818c2a3e5c32fc32425b17e63367e2}}
@@ -246,6 +249,10 @@ Set the loading object.
{\em status} & \\
\hline
\end{DoxyParams}
+
+
+Referenced by Slot\+Import().
+
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ab93fbf5e0626bffe398f5baa2bc00b1a}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ab93fbf5e0626bffe398f5baa2bc00b1a}}
\index{GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}!set\_message@{set\_message}}
\index{set\_message@{set\_message}!GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}}
@@ -267,29 +274,11 @@ Set the message object.
Referenced by slot\+\_\+import\+\_\+finished().
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ac9c14bbc97945c94fd02c8e067ccab06}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ac9c14bbc97945c94fd02c8e067ccab06}}
-\index{GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}!slot\_import@{slot\_import}}
-\index{slot\_import@{slot\_import}!GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}}
-\doxysubsubsection{\texorpdfstring{slot\_import}{slot\_import}}
-{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::slot\+\_\+import (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}}
-
-
-
-import key(s) for the key table selection
-
-
-
-References Slot\+Import().
-
-
-
-Referenced by create\+\_\+keys\+\_\+table(), and Key\+Server\+Import\+Dialog().
-
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a6f1c5238da7cd6f117bed8018469b37a}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a6f1c5238da7cd6f117bed8018469b37a}}
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1d083105603805219fe01f37d773693f}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1d083105603805219fe01f37d773693f}}
\index{GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}!slot\_import\_finished@{slot\_import\_finished}}
\index{slot\_import\_finished@{slot\_import\_finished}!GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}}
\doxysubsubsection{\texorpdfstring{slot\_import\_finished}{slot\_import\_finished}}
-{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::slot\+\_\+import\+\_\+finished (\begin{DoxyParamCaption}\item[{Q\+Network\+Reply\+::\+Network\+Error}]{error, }\item[{Q\+Byte\+Array}]{buffer }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}}
+{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::slot\+\_\+import\+\_\+finished (\begin{DoxyParamCaption}\item[{const Q\+String \&}]{keyid }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}}
\begin{DoxyParams}{Parameters}
@@ -317,17 +306,13 @@ Referenced by Slot\+Import().
\end{DoxyParams}
-References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check().
+References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), and Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+U\+I\+Settings().
-
-
-Referenced by slot\+\_\+import().
-
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_abb3d99b2c17b0f6ddb0e5b93dd8f8802}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_abb3d99b2c17b0f6ddb0e5b93dd8f8802}}
+\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1a7298fa8c6aa085794b21fe6d8ed1eb}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1a7298fa8c6aa085794b21fe6d8ed1eb}}
\index{GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}!SlotImport@{SlotImport}}
\index{SlotImport@{SlotImport}!GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}}
\doxysubsubsection{\texorpdfstring{SlotImport}{SlotImport}\hspace{0.1cm}{\footnotesize\ttfamily [2/2]}}
-{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import (\begin{DoxyParamCaption}\item[{std\+::vector$<$ std\+::string $>$}]{key\+\_\+ids\+\_\+list, }\item[{std\+::string}]{keyserver\+\_\+url }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [slot]}}
+{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import (\begin{DoxyParamCaption}\item[{const Q\+String\+List \&}]{key\+Ids, }\item[{const Q\+Url \&}]{keyserver\+Url }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [slot]}}
\begin{DoxyParams}{Parameters}
@@ -338,11 +323,11 @@ Referenced by slot\+\_\+import().
\end{DoxyParams}
-References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Task\+Runner\+Getter $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Task\+::\+Signal\+Key\+Server\+Import\+Result(), and slot\+\_\+import\+\_\+finished().
+References set\+\_\+loading(), and slot\+\_\+import\+\_\+finished().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/import\+\_\+export/Key\+Server\+Import\+Dialog.\+h\item
-src/ui/dialog/import\+\_\+export/Key\+Server\+Import\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/import\+\_\+export/Key\+Server\+Import\+Dialog.\+h\item
+src/ui/import\+\_\+export/Key\+Server\+Import\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5
index 5f82b573..c31c8eb3 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5
@@ -1 +1 @@
-ace92c089e03fdfce78c3582b23bbb23
\ No newline at end of file
+cf794018bfd74b7e47035083045f27b0
\ No newline at end of file
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 73e11a12..e19cc58c 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5
index a38b249d..c31c8eb3 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5
@@ -1 +1 @@
-cf9885d44b50ac4527c2a646aca3e3b1
\ No newline at end of file
+cf794018bfd74b7e47035083045f27b0
\ No newline at end of file
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 a70ade7e..6808d768 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask.tex
deleted file mode 100644
index d572cb22..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask.tex
+++ /dev/null
@@ -1,117 +0,0 @@
-\hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask}{}\doxysection{Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Task Class Reference}
-\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask}\index{GpgFrontend::UI::KeyServerImportTask@{GpgFrontend::UI::KeyServerImportTask}}
-
-
-Inheritance diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Task\+:
-\nopagebreak
-\begin{figure}[H]
-\begin{center}
-\leavevmode
-\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph}
-\end{center}
-\end{figure}
-
-
-Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Task\+:
-\nopagebreak
-\begin{figure}[H]
-\begin{center}
-\leavevmode
-\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph}
-\end{center}
-\end{figure}
-\doxysubsection*{Signals}
-\begin{DoxyCompactItemize}
-\item
-void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a6b2c07d193fb28a57b1738fa493b2b3f}{Signal\+Key\+Server\+Import\+Result}} (Q\+Network\+Reply\+::\+Network\+Error reply, Q\+Byte\+Array buffer)
-\end{DoxyCompactItemize}
-\doxysubsection*{Public Member Functions}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a1640363b4b27cb3d256181ddc6cdc857}{Key\+Server\+Import\+Task}} (std\+::string keyserver\+\_\+url, std\+::vector$<$ std\+::string $>$ keyid)
-\begin{DoxyCompactList}\small\item\em Construct a new Key Server Search Task object. \end{DoxyCompactList}\end{DoxyCompactItemize}
-\doxysubsection*{Protected Member Functions}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_aaf3e0f25869eab592e0be108b3727f8e}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_aaf3e0f25869eab592e0be108b3727f8e}}
-void {\bfseries run} () override
-\end{DoxyCompactItemize}
-\doxysubsection*{Private Slots}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ac0c91559fa74b01a5b6d9cf925727339}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ac0c91559fa74b01a5b6d9cf925727339}}
-void {\bfseries dealing\+\_\+reply\+\_\+from\+\_\+server} ()
-\end{DoxyCompactItemize}
-\doxysubsection*{Private Attributes}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ae3d6f2b89691f0fdcc692920aacd3fba}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ae3d6f2b89691f0fdcc692920aacd3fba}}
-std\+::string {\bfseries keyserver\+\_\+url\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ac066c7a57c5b0bc96a6982df2585862b}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ac066c7a57c5b0bc96a6982df2585862b}}
-std\+::vector$<$ std\+::string $>$ {\bfseries keyids\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a3adcb012ca6a6c08c65b94ab301eba27}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a3adcb012ca6a6c08c65b94ab301eba27}}
-int {\bfseries result\+\_\+count\+\_\+} = 0
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_af24ff4c57d63e831324ca6075b86ae8b}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_af24ff4c57d63e831324ca6075b86ae8b}}
-Q\+Network\+Access\+Manager $\ast$ {\bfseries manager\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a5e1fb2810c4b07bd9d8c6fe11c72c526}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a5e1fb2810c4b07bd9d8c6fe11c72c526}}
-Q\+Network\+Reply $\ast$ {\bfseries reply\+\_\+}
-\end{DoxyCompactItemize}
-\doxysubsection*{Additional Inherited Members}
-
-
-\doxysubsection{Constructor \& Destructor Documentation}
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a1640363b4b27cb3d256181ddc6cdc857}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a1640363b4b27cb3d256181ddc6cdc857}}
-\index{GpgFrontend::UI::KeyServerImportTask@{GpgFrontend::UI::KeyServerImportTask}!KeyServerImportTask@{KeyServerImportTask}}
-\index{KeyServerImportTask@{KeyServerImportTask}!GpgFrontend::UI::KeyServerImportTask@{GpgFrontend::UI::KeyServerImportTask}}
-\doxysubsubsection{\texorpdfstring{KeyServerImportTask()}{KeyServerImportTask()}}
-{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Task\+::\+Key\+Server\+Import\+Task (\begin{DoxyParamCaption}\item[{std\+::string}]{keyserver\+\_\+url, }\item[{std\+::vector$<$ std\+::string $>$}]{keyids }\end{DoxyParamCaption})}
-
-
-
-Construct a new Key Server Search Task object.
-
-
-\begin{DoxyParams}{Parameters}
-{\em keyserver\+\_\+url} & \\
-\hline
-{\em search\+\_\+string} & Copyright (C) 2021 Saturneric\\
-\hline
-\end{DoxyParams}
-This file is part of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}.
-
-\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is free software\+: you can redistribute it and/or modify it under the terms of the G\+NU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is distributed in the hope that it will be useful, but W\+I\+T\+H\+O\+UT A\+NY W\+A\+R\+R\+A\+N\+TY; without even the implied warranty of M\+E\+R\+C\+H\+A\+N\+T\+A\+B\+I\+L\+I\+TY or F\+I\+T\+N\+E\+SS F\+OR A P\+A\+R\+T\+I\+C\+U\+L\+AR P\+U\+R\+P\+O\+SE. See the G\+NU General Public License for more details.
-
-You should have received a copy of the G\+NU General Public License along with \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. If not, see \href{https://www.gnu.org/licenses/}{\texttt{ https\+://www.\+gnu.\+org/licenses/}}.
-
-The initial version of the source code is inherited from the gpg4usb project, which is under G\+P\+L-\/3.\+0-\/or-\/later.
-
-The source code version of this software was modified and released by Saturneric\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}}\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}} starting on May 12, 2021.
-
-\doxysubsection{Member Function Documentation}
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a6b2c07d193fb28a57b1738fa493b2b3f}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a6b2c07d193fb28a57b1738fa493b2b3f}}
-\index{GpgFrontend::UI::KeyServerImportTask@{GpgFrontend::UI::KeyServerImportTask}!SignalKeyServerImportResult@{SignalKeyServerImportResult}}
-\index{SignalKeyServerImportResult@{SignalKeyServerImportResult}!GpgFrontend::UI::KeyServerImportTask@{GpgFrontend::UI::KeyServerImportTask}}
-\doxysubsubsection{\texorpdfstring{SignalKeyServerImportResult}{SignalKeyServerImportResult}}
-{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Task\+::\+Signal\+Key\+Server\+Import\+Result (\begin{DoxyParamCaption}\item[{Q\+Network\+Reply\+::\+Network\+Error}]{reply, }\item[{Q\+Byte\+Array}]{buffer }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}}
-
-
-\begin{DoxyParams}{Parameters}
-{\em result} & \\
-\hline
-\end{DoxyParams}
-
-
-Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import().
-
-
-
-The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
-\item
-src/ui/thread/Key\+Server\+Import\+Task.\+h\item
-src/ui/thread/Key\+Server\+Import\+Task.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5
deleted file mode 100644
index 100fb82b..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-320115a70f9cf87d08d216e3bd0d67de
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf
deleted file mode 100644
index 3220fd8b..00000000
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf and /dev/null differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5
deleted file mode 100644
index c836c3b6..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-9cace09a020291ff3a31b1a3adb184cc
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf
deleted file mode 100644
index 74f815ee..00000000
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf and /dev/null differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.tex
deleted file mode 100644
index 24358d89..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.tex
+++ /dev/null
@@ -1,110 +0,0 @@
-\hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}{}\doxysection{Gpg\+Frontend\+::UI\+::Key\+Server\+Search\+Task Class Reference}
-\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}\index{GpgFrontend::UI::KeyServerSearchTask@{GpgFrontend::UI::KeyServerSearchTask}}
-
-
-Inheritance diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Search\+Task\+:
-\nopagebreak
-\begin{figure}[H]
-\begin{center}
-\leavevmode
-\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph}
-\end{center}
-\end{figure}
-
-
-Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Search\+Task\+:
-\nopagebreak
-\begin{figure}[H]
-\begin{center}
-\leavevmode
-\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph}
-\end{center}
-\end{figure}
-\doxysubsection*{Signals}
-\begin{DoxyCompactItemize}
-\item
-void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_ae478130476c95a8b220c3b0e6a7b88b4}{Signal\+Key\+Server\+Search\+Result}} (Q\+Network\+Reply\+::\+Network\+Error reply, Q\+Byte\+Array buffer)
-\end{DoxyCompactItemize}
-\doxysubsection*{Public Member Functions}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a168e21bdfa72f43f91187ab29ece5efa}{Key\+Server\+Search\+Task}} (std\+::string keyserver\+\_\+url, std\+::string search\+\_\+string)
-\begin{DoxyCompactList}\small\item\em Construct a new Key Server Search Task object. \end{DoxyCompactList}\end{DoxyCompactItemize}
-\doxysubsection*{Protected Member Functions}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a99a5df78f8b78551dba4a14e144099cf}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a99a5df78f8b78551dba4a14e144099cf}}
-void {\bfseries run} () override
-\end{DoxyCompactItemize}
-\doxysubsection*{Private Slots}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a04075001fcf461425c3ae14c96de2ad6}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a04075001fcf461425c3ae14c96de2ad6}}
-void {\bfseries dealing\+\_\+reply\+\_\+from\+\_\+server} ()
-\end{DoxyCompactItemize}
-\doxysubsection*{Private Attributes}
-\begin{DoxyCompactItemize}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_af0f20b03e64115f475d05a6517ab5bcf}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_af0f20b03e64115f475d05a6517ab5bcf}}
-std\+::string {\bfseries keyserver\+\_\+url\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a05fdcb7bd52dced3c9e15e9ca313c2b4}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a05fdcb7bd52dced3c9e15e9ca313c2b4}}
-std\+::string {\bfseries search\+\_\+string\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a1d03d44bd99bbaf7908a7a8ea8080212}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a1d03d44bd99bbaf7908a7a8ea8080212}}
-Q\+Network\+Access\+Manager $\ast$ {\bfseries manager\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a62bb1488fd6f95881bb70f8a228ef9c9}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a62bb1488fd6f95881bb70f8a228ef9c9}}
-Q\+Network\+Reply $\ast$ {\bfseries reply\+\_\+}
-\end{DoxyCompactItemize}
-\doxysubsection*{Additional Inherited Members}
-
-
-\doxysubsection{Constructor \& Destructor Documentation}
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a168e21bdfa72f43f91187ab29ece5efa}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a168e21bdfa72f43f91187ab29ece5efa}}
-\index{GpgFrontend::UI::KeyServerSearchTask@{GpgFrontend::UI::KeyServerSearchTask}!KeyServerSearchTask@{KeyServerSearchTask}}
-\index{KeyServerSearchTask@{KeyServerSearchTask}!GpgFrontend::UI::KeyServerSearchTask@{GpgFrontend::UI::KeyServerSearchTask}}
-\doxysubsubsection{\texorpdfstring{KeyServerSearchTask()}{KeyServerSearchTask()}}
-{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Search\+Task\+::\+Key\+Server\+Search\+Task (\begin{DoxyParamCaption}\item[{std\+::string}]{keyserver\+\_\+url, }\item[{std\+::string}]{search\+\_\+string }\end{DoxyParamCaption})}
-
-
-
-Construct a new Key Server Search Task object.
-
-
-\begin{DoxyParams}{Parameters}
-{\em keyserver\+\_\+url} & \\
-\hline
-{\em search\+\_\+string} & Copyright (C) 2021 Saturneric\\
-\hline
-\end{DoxyParams}
-This file is part of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}.
-
-\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is free software\+: you can redistribute it and/or modify it under the terms of the G\+NU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is distributed in the hope that it will be useful, but W\+I\+T\+H\+O\+UT A\+NY W\+A\+R\+R\+A\+N\+TY; without even the implied warranty of M\+E\+R\+C\+H\+A\+N\+T\+A\+B\+I\+L\+I\+TY or F\+I\+T\+N\+E\+SS F\+OR A P\+A\+R\+T\+I\+C\+U\+L\+AR P\+U\+R\+P\+O\+SE. See the G\+NU General Public License for more details.
-
-You should have received a copy of the G\+NU General Public License along with \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. If not, see \href{https://www.gnu.org/licenses/}{\texttt{ https\+://www.\+gnu.\+org/licenses/}}.
-
-The initial version of the source code is inherited from the gpg4usb project, which is under G\+P\+L-\/3.\+0-\/or-\/later.
-
-The source code version of this software was modified and released by Saturneric\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}}\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}} starting on May 12, 2021.
-
-\doxysubsection{Member Function Documentation}
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_ae478130476c95a8b220c3b0e6a7b88b4}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_ae478130476c95a8b220c3b0e6a7b88b4}}
-\index{GpgFrontend::UI::KeyServerSearchTask@{GpgFrontend::UI::KeyServerSearchTask}!SignalKeyServerSearchResult@{SignalKeyServerSearchResult}}
-\index{SignalKeyServerSearchResult@{SignalKeyServerSearchResult}!GpgFrontend::UI::KeyServerSearchTask@{GpgFrontend::UI::KeyServerSearchTask}}
-\doxysubsubsection{\texorpdfstring{SignalKeyServerSearchResult}{SignalKeyServerSearchResult}}
-{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Search\+Task\+::\+Signal\+Key\+Server\+Search\+Result (\begin{DoxyParamCaption}\item[{Q\+Network\+Reply\+::\+Network\+Error}]{reply, }\item[{Q\+Byte\+Array}]{buffer }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}}
-
-
-\begin{DoxyParams}{Parameters}
-{\em result} & \\
-\hline
-\end{DoxyParams}
-
-
-The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
-\item
-src/ui/thread/Key\+Server\+Search\+Task.\+h\item
-src/ui/thread/Key\+Server\+Search\+Task.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5
deleted file mode 100644
index 3fed44a5..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-0bb74ae0ba855cf8e7290dd9916282a4
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf
deleted file mode 100644
index 48e392db..00000000
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf and /dev/null differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5
deleted file mode 100644
index 9d07c7b1..00000000
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-ae5d13a47ba55f7ccd23c807703e7b0b
\ No newline at end of file
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf
deleted file mode 100644
index 7ea8c454..00000000
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf and /dev/null differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.tex
index 9eb32f14..f775ce3f 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.tex
@@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Set\+Expire\+Date\+Dialog\
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph}
+\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph}
\end{center}
\end{figure}
\doxysubsection*{Signals}
@@ -116,5 +116,5 @@ Construct a new Key Set Expire Date Dialog object.
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/keypair\+\_\+details/Key\+Set\+Expire\+Date\+Dialog.\+h\item
-src/ui/dialog/keypair\+\_\+details/Key\+Set\+Expire\+Date\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/keypair\+\_\+details/Key\+Set\+Expire\+Date\+Dialog.\+h\item
+src/ui/keypair\+\_\+details/Key\+Set\+Expire\+Date\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5
index 9fbd5cae..c42d31e8 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5
@@ -1 +1 @@
-943a63cab2b445eba6d87e81cbf3fe2c
\ No newline at end of file
+1eb0c0c11f2a60b4d72fd4c9fd8b1dcc
\ No newline at end of file
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 8c76523b..ea864809 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5
index 6ca593b4..5b48ef76 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5
@@ -1 +1 @@
-c5f840f23387da01b55dcc2626c7d4f4
\ No newline at end of file
+c36845cd932122802e578bd9305599d5
\ No newline at end of file
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 5bb444ae..86878030 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.tex
index d40b9bf4..5ae3560f 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.tex
@@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+U\+I\+D\+Sign\+Dialog\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph}
+\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph}
\end{center}
\end{figure}
\doxysubsection*{Signals}
@@ -111,5 +111,5 @@ Referenced by Key\+U\+I\+D\+Sign\+Dialog().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/keypair\+\_\+details/Key\+U\+I\+D\+Sign\+Dialog.\+h\item
-src/ui/dialog/keypair\+\_\+details/Key\+U\+I\+D\+Sign\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/keypair\+\_\+details/Key\+U\+I\+D\+Sign\+Dialog.\+h\item
+src/ui/keypair\+\_\+details/Key\+U\+I\+D\+Sign\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5
index a6af0f7d..f7c64621 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5
@@ -1 +1 @@
-0ef6bd896408a2e48d930a89c769cdd5
\ No newline at end of file
+c039aa366d6520a41f54cc2ee1007dc9
\ No newline at end of file
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 51bbbd22..95c69445 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5
index 729b4882..324a490a 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5
@@ -1 +1 @@
-de1f55e951ad47d76d8d6eb35e704125
\ No newline at end of file
+0a8f354654fd5618766b55ed81271d92
\ No newline at end of file
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 fcb3b31a..352826af 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog.tex
index d94578ee..7b189e02 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog.tex
@@ -90,5 +90,5 @@ References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+St
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/import\+\_\+export/Key\+Upload\+Dialog.\+h\item
-src/ui/dialog/import\+\_\+export/Key\+Upload\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/import\+\_\+export/Key\+Upload\+Dialog.\+h\item
+src/ui/import\+\_\+export/Key\+Upload\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5
index fea1f127..05616cde 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5
@@ -1 +1 @@
-c1b43ca672fcf4f56267e30af2459b20
\ No newline at end of file
+96ad2a8132c70e2bd5fcfb6de5e3fb22
\ No newline at end of file
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 34febadf..24f25cf0 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5
index 6cf418f0..5daeac40 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5
@@ -1 +1 @@
-33f3748d3a6f6a75eca1c580301561d2
\ No newline at end of file
+a3f62bc7f393ed3c0a0de916e1f4336a
\ No newline at end of file
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 cd836ffe..c4f2929c 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab.tex
index aad10af0..45e545df 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab.tex
@@ -145,5 +145,5 @@ References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/settings/Settings\+Key\+Server.\+h\item
-src/ui/dialog/settings/Settings\+Key\+Server.\+cpp\end{DoxyCompactItemize}
+src/ui/settings/Settings\+Key\+Server.\+h\item
+src/ui/settings/Settings\+Key\+Server.\+cpp\end{DoxyCompactItemize}
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 fadbf8fa..fff71a8e 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 b082bbbf..f38da6ca 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 5c97d2e4..db00c5ee 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 d3f4bcb2..4c929d82 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 1e110924..b5fb38d8 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex
@@ -335,7 +335,6 @@ bool {\bfseries restart\+\_\+needed\+\_\+} \{\}
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a24e58eb0b84709ea665db95e54da865b}\label{classGpgFrontend_1_1UI_1_1MainWindow_a24e58eb0b84709ea665db95e54da865b}}
bool {\bfseries prohibit\+\_\+update\+\_\+checking\+\_\+} = false
\end{DoxyCompactItemize}
-\doxysubsection*{Additional Inherited Members}
\doxysubsection{Member Function Documentation}
@@ -464,7 +463,7 @@ References Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::\+Get\+Selected().
Load settings from ini-\/file.
-References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+U\+I\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::\+Set\+Checked(), and Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Sync\+Settings().
+References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+U\+I\+Settings(), import\+\_\+button\+\_\+, Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::\+Set\+Checked(), and Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Sync\+Settings().
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 40895a5a..c40f99b8 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 @@
-3f517014433c9310505067a95e0a324d
\ No newline at end of file
+9bec020ea29b71c2ca34a273ffab16bf
\ 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 02313bcd..afd39294 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 e54b3cc2..7c25377c 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 @@
-ba3df5c4ad8551efb7c2aa7af76d52b9
\ No newline at end of file
+128d563c81f667f0a9d9d3a9b6a4167e
\ 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 2ab40a00..ae3500aa 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab.tex
index fac64eb1..23126b96 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab.tex
@@ -136,5 +136,5 @@ Referenced by Network\+Tab().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/settings/Settings\+Network.\+h\item
-src/ui/dialog/settings/Settings\+Network.\+cpp\end{DoxyCompactItemize}
+src/ui/settings/Settings\+Network.\+h\item
+src/ui/settings/Settings\+Network.\+cpp\end{DoxyCompactItemize}
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 ca8a2a1a..80a634c7 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 8d0eaaa1..ba94b06f 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 2116a9c9..b35e9a18 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 e271a2d1..f999d01c 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_1ProxyConnectionTestThread__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__coll__graph.pdf
index 06567740..8bb5447a 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__inherit__graph.pdf
index f0c8adab..6286618b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex
index dd1cf930..4a4d5239 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex
@@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Quit\+Dialog\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[width=272pt]{classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph}
+\includegraphics[width=233pt]{classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph}
\end{center}
\end{figure}
\doxysubsection*{Public Member Functions}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5
index dce27b98..d38c1fb7 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5
@@ -1 +1 @@
-390ae9b3e4cc177c05fb43ddce6dba27
\ No newline at end of file
+e64fab54fd97907b7fe05d11cb028c08
\ No newline at end of file
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 72424d71..b9d5c04e 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5
index f15e30f1..d38c1fb7 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5
@@ -1 +1 @@
-8f10df66561459dd61399de5f43d7e23
\ No newline at end of file
+e64fab54fd97907b7fe05d11cb028c08
\ No newline at end of file
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 dbf43084..de2628ab 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex
index ecdce921..387d877c 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex
@@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Settings\+Dialog\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph}
+\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph}
\end{center}
\end{figure}
\doxysubsection*{Public Slots}
@@ -169,5 +169,5 @@ Referenced by Settings\+Dialog().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/settings/Settings\+Dialog.\+h\item
-src/ui/dialog/settings/Settings\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/settings/Settings\+Dialog.\+h\item
+src/ui/settings/Settings\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5
index d9d5653e..5ff28a8c 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5
@@ -1 +1 @@
-91c67dca3d43a739b98cadd1f784fc8b
\ No newline at end of file
+24f7d162e3b9d566761ed441dc4e927b
\ No newline at end of file
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 ac2f971d..817da629 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5
index 906c7d4e..0086ff0a 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5
@@ -1 +1 @@
-9108f9a99bf9d0d00e2976760d04ddb5
\ No newline at end of file
+40397567342ce0c558f8d4a5c3c2b853
\ No newline at end of file
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 0e4f7ed9..30687536 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject.tex
index dbeeea0a..5a0c6e7f 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject.tex
@@ -153,7 +153,7 @@ All the source code of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} wa
S\+P\+D\+X-\/\+License-\/\+Identifier\+: G\+P\+L-\/3.\+0-\/or-\/later
-Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::create\+\_\+combo\+Box(), Gpg\+Frontend\+::\+U\+I\+::\+Info\+Board\+Widget\+::\+Set\+Info\+Board(), Gpg\+Frontend\+::\+U\+I\+::\+Appearance\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Keyserver\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::slot\+\_\+open\+\_\+settings\+\_\+dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import(), and Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server().
+Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::create\+\_\+combo\+Box(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Key\+Server\+Import\+Dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::restore\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Info\+Board\+Widget\+::\+Set\+Info\+Board(), Gpg\+Frontend\+::\+U\+I\+::\+Appearance\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Keyserver\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::slot\+\_\+open\+\_\+settings\+\_\+dialog(), and Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server().
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 dea9a4f7..5f1a065c 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 13b8f7ed..27ac0097 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__coll__graph.pdf
index a60dcded..0a9dec89 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 e1944acf..405e1943 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex
index e99f6347..cb51bb4f 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex
@@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Signers\+Picker\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[width=220pt]{classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph}
+\includegraphics[width=217pt]{classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph}
\end{center}
\end{figure}
@@ -26,17 +26,12 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Signers\+Picker\+:
\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SignersPicker_a02c3ba737702894fc6d4ac1a1c543ccb}{Signers\+Picker}} (Q\+Widget $\ast$parent=nullptr)
\begin{DoxyCompactList}\small\item\em Construct a new Signers Picker object. \end{DoxyCompactList}\item
Gpg\+Frontend\+::\+Key\+Id\+Args\+List\+Ptr \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SignersPicker_a2e98dcdf647a2e0e6455998b018aed00}{Get\+Checked\+Signers}} ()
-\begin{DoxyCompactList}\small\item\em Get the Checked Signers object. \end{DoxyCompactList}\item
-bool \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SignersPicker_aba7633983da57c7a7eb2710a1f33f7ac}{Get\+Status}} () const
-\end{DoxyCompactItemize}
+\begin{DoxyCompactList}\small\item\em Get the Checked Signers object. \end{DoxyCompactList}\end{DoxyCompactItemize}
\doxysubsection*{Private Attributes}
\begin{DoxyCompactItemize}
\item
\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SignersPicker_a4daf860ef736aedd986e566383666be5}\label{classGpgFrontend_1_1UI_1_1SignersPicker_a4daf860ef736aedd986e566383666be5}}
\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyList}{Key\+List}} $\ast$ {\bfseries key\+\_\+list\+\_\+}
-\item
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SignersPicker_a524ee72ddb4fe397d71c0d4b5eb69171}\label{classGpgFrontend_1_1UI_1_1SignersPicker_a524ee72ddb4fe397d71c0d4b5eb69171}}
-bool {\bfseries accepted\+\_\+} = false
\end{DoxyCompactItemize}
@@ -80,18 +75,9 @@ Gpg\+Frontend\+::\+Key\+Id\+Args\+List\+Ptr
References Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::\+Get\+Private\+Checked().
-\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SignersPicker_aba7633983da57c7a7eb2710a1f33f7ac}\label{classGpgFrontend_1_1UI_1_1SignersPicker_aba7633983da57c7a7eb2710a1f33f7ac}}
-\index{GpgFrontend::UI::SignersPicker@{GpgFrontend::UI::SignersPicker}!GetStatus@{GetStatus}}
-\index{GetStatus@{GetStatus}!GpgFrontend::UI::SignersPicker@{GpgFrontend::UI::SignersPicker}}
-\doxysubsubsection{\texorpdfstring{GetStatus()}{GetStatus()}}
-{\footnotesize\ttfamily bool Gpg\+Frontend\+::\+U\+I\+::\+Signers\+Picker\+::\+Get\+Status (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const}
-
-\begin{DoxyReturn}{Returns}
-
-\end{DoxyReturn}
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/Signers\+Picker.\+h\item
-src/ui/dialog/Signers\+Picker.\+cpp\end{DoxyCompactItemize}
+src/ui/widgets/Signers\+Picker.\+h\item
+src/ui/widgets/Signers\+Picker.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5
index 47c84542..e60e475c 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5
@@ -1 +1 @@
-9fa5a542cbd9eadf39765024419c3f6e
\ No newline at end of file
+16870b70d2029f297e3a856d88d4455c
\ No newline at end of file
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 eda5a2a2..7a19a1d0 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5
index 9da28f30..17a0f0a6 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5
@@ -1 +1 @@
-8d9fc180702d9b949937d49d3f580bd8
\ No newline at end of file
+559b620c9043490de0a1406a363f14f0
\ No newline at end of file
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 e8ef0a3f..25efa661 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.tex
index 4f605d8c..3c2be55e 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.tex
@@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Subkey\+Generate\+Dialog\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph}
+\includegraphics[width=262pt]{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph}
\end{center}
\end{figure}
@@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Subkey\+Generate\+Dialog\+:
\begin{figure}[H]
\begin{center}
\leavevmode
-\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph}
+\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph}
\end{center}
\end{figure}
\doxysubsection*{Signals}
@@ -323,5 +323,5 @@ Referenced by set\+\_\+signal\+\_\+slot().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/key\+\_\+generate/Subkey\+Generate\+Dialog.\+h\item
-src/ui/dialog/key\+\_\+generate/Subkey\+Generate\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/key\+\_\+generate/Subkey\+Generate\+Dialog.\+h\item
+src/ui/key\+\_\+generate/Subkey\+Generate\+Dialog.\+cpp\end{DoxyCompactItemize}
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5
index bab5d288..07b7f8ed 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5
@@ -1 +1 @@
-8ddf8820b4cec63eab1b9ff1b19ad4a8
\ No newline at end of file
+08234630b34f8c654d491510750290bb
\ No newline at end of file
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 d0eec950..3a03ac0f 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5
index 18eda3cb..c63c0546 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5
@@ -1 +1 @@
-6c482fca932c77530efb70957cd2a486
\ No newline at end of file
+d06ea8e9397a338a57d1dae32d3c308e
\ No newline at end of file
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 2191e699..364a0b90 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 96846cec..1a18e21c 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 59308063..d107357e 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 d3b257de..e2aa6834 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 4414a1a7..634217bc 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab.tex
index 2c434ba8..feb4a03b 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab.tex
@@ -65,5 +65,5 @@ References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+St
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/help/About\+Dialog.\+h\item
-src/ui/dialog/help/About\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/help/About\+Dialog.\+h\item
+src/ui/help/About\+Dialog.\+cpp\end{DoxyCompactItemize}
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 f8843ba4..7d2e819f 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 ed262291..ff6ee77c 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab.tex
index 60d561a8..a62a1341 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab.tex
@@ -145,5 +145,5 @@ Referenced by get\+Latest\+Version().
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/help/About\+Dialog.\+h\item
-src/ui/dialog/help/About\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/help/About\+Dialog.\+h\item
+src/ui/help/About\+Dialog.\+cpp\end{DoxyCompactItemize}
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 540a3743..3fa06954 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 cd45db96..124a2dd3 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.tex
index b214ad23..e852545b 100644
--- a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.tex
+++ b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.tex
@@ -84,5 +84,5 @@ Construct a new Verify Details Dialog object.
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/details/Verify\+Details\+Dialog.\+h\item
-src/ui/dialog/details/Verify\+Details\+Dialog.\+cpp\end{DoxyCompactItemize}
+src/ui/details/Verify\+Details\+Dialog.\+h\item
+src/ui/details/Verify\+Details\+Dialog.\+cpp\end{DoxyCompactItemize}
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 90307eb6..7dade0d8 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 f30d07e5..34adea35 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 4628f5b5..b32f1f50 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 51e5d2bd..b6e92c70 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 fe15004d..47aee99e 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 e9c85476..4cd58f52 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 69355789..bdfb29a8 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 c2547bcf..2bf04338 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 dd18a5ec..a47fdfe9 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 3922e6f5..5afa9160 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 9d09bd3d..61e299bd 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.tex b/docs/latex/classSignatureDetailsDialog.tex
index b659a4cc..be2c748c 100644
--- a/docs/latex/classSignatureDetailsDialog.tex
+++ b/docs/latex/classSignatureDetailsDialog.tex
@@ -45,4 +45,4 @@ S\+P\+D\+X-\/\+License-\/\+Identifier\+: G\+P\+L-\/3.\+0-\/or-\/later
The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
\item
-src/ui/dialog/details/Signature\+Details\+Dialog.\+h\end{DoxyCompactItemize}
+src/ui/details/Signature\+Details\+Dialog.\+h\end{DoxyCompactItemize}
diff --git a/docs/latex/classSignatureDetailsDialog__coll__graph.pdf b/docs/latex/classSignatureDetailsDialog__coll__graph.pdf
index 4d493666..4894bce5 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 7c109502..4894bce5 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 7017e7f1..413c1f6f 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 808ff0bc..1e39dc8c 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 dab55238..adaeecd4 100644
--- a/docs/latex/hierarchy.tex
+++ b/docs/latex/hierarchy.tex
@@ -101,8 +101,6 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Gpg\+Frontend\+Application}{\pageref{classGpgFrontend_1_1UI_1_1GpgFrontendApplication}}{}
\end{DoxyCompactList}
\item Q\+Dialog\begin{DoxyCompactList}
-\item \contentsline{section}{Gpg\+Frontend\+::UI\+::General\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1GeneralDialog}}{}
-\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\+::Key\+Details\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1KeyDetailsDialog}}{}
@@ -117,7 +115,6 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Settings\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1SettingsDialog}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Signers\+Picker}{\pageref{classGpgFrontend_1_1UI_1_1SignersPicker}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Subkey\+Generate\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog}}{}
-\end{DoxyCompactList}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Verify\+Details\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1VerifyDetailsDialog}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Waiting\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1WaitingDialog}}{}
\item \contentsline{section}{Signature\+Details\+Dialog}{\pageref{classSignatureDetailsDialog}}{}
@@ -126,20 +123,15 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Verify\+Key\+Detail\+Box}{\pageref{classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox}}{}
\end{DoxyCompactList}
\item Q\+Main\+Window\begin{DoxyCompactList}
-\item \contentsline{section}{Gpg\+Frontend\+::UI\+::General\+Main\+Window}{\pageref{classGpgFrontend_1_1UI_1_1GeneralMainWindow}}{}
-\begin{DoxyCompactList}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Key\+Mgmt}{\pageref{classGpgFrontend_1_1UI_1_1KeyMgmt}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Main\+Window}{\pageref{classGpgFrontend_1_1UI_1_1MainWindow}}{}
\end{DoxyCompactList}
-\end{DoxyCompactList}
\item Q\+Object\begin{DoxyCompactList}
\item \contentsline{section}{Gpg\+Frontend\+::Core\+Common\+Util}{\pageref{classGpgFrontend_1_1CoreCommonUtil}}{}
\item \contentsline{section}{Gpg\+Frontend\+::Thread\+::Task}{\pageref{classGpgFrontend_1_1Thread_1_1Task}}{}
\begin{DoxyCompactList}
\item \contentsline{section}{Gpg\+Frontend\+::Thread\+::Ctx\+Check\+Task}{\pageref{classGpgFrontend_1_1Thread_1_1CtxCheckTask}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::File\+Read\+Task}{\pageref{classGpgFrontend_1_1UI_1_1FileReadTask}}{}
-\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Task}{\pageref{classGpgFrontend_1_1UI_1_1KeyServerImportTask}}{}
-\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Key\+Server\+Search\+Task}{\pageref{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Listed\+Key\+Server\+Test\+Task}{\pageref{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask}}{}
\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Version\+Check\+Task}{\pageref{classGpgFrontend_1_1UI_1_1VersionCheckTask}}{}
\end{DoxyCompactList}
diff --git a/docs/latex/namespaceGpgFrontend_1_1UI.tex b/docs/latex/namespaceGpgFrontend_1_1UI.tex
index edafe325..f5c06b4e 100644
--- a/docs/latex/namespaceGpgFrontend_1_1UI.tex
+++ b/docs/latex/namespaceGpgFrontend_1_1UI.tex
@@ -23,10 +23,6 @@ class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FileReadTask}{File\+Read\+Task}
\item
class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FindWidget}{Find\+Widget}}
\begin{DoxyCompactList}\small\item\em Class for handling the find widget shown at buttom of a textedit-\/page. \end{DoxyCompactList}\item
-class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralDialog}{General\+Dialog}}
-\item
-class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralMainWindow}{General\+Main\+Window}}
-\item
class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralTab}{General\+Tab}}
\item
class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GpgFrontendApplication}{Gpg\+Frontend\+Application}}
@@ -69,10 +65,6 @@ class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyPairUIDTab}{Key\+Pair\+U\+I\
\item
class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog}{Key\+Server\+Import\+Dialog}}
\item
-class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportTask}{Key\+Server\+Import\+Task}}
-\item
-class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}{Key\+Server\+Search\+Task}}
-\item
class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyserverTab}{Keyserver\+Tab}}
\item
class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog}{Key\+Set\+Expire\+Date\+Dialog}}
@@ -165,8 +157,6 @@ void \mbox{\hyperlink{namespaceGpgFrontend_1_1UI_a60b5887adabc74015700795dc3c07a
\item
void \mbox{\hyperlink{namespaceGpgFrontend_1_1UI_a3c971eeb5c620d08d6d92f0752ceaf9f}{process\+\_\+operation}} (Q\+Widget $\ast$parent, const std\+::string \&waiting\+\_\+title, const Thread\+::\+Task\+::\+Task\+Runnable func, const Thread\+::\+Task\+::\+Task\+Callback callback, Thread\+::\+Task\+::\+Data\+Object\+Ptr data\+\_\+object)
\item
-void \mbox{\hyperlink{namespaceGpgFrontend_1_1UI_aa346bd199cecc61b15ef406728b58770}{import\+\_\+key\+\_\+from\+\_\+keyserver}} (Q\+Widget $\ast$parent, const std\+::string \&key\+\_\+id, const std\+::string \&key\+\_\+server)
-\item
\mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_a4f6c9bfe9ecb5da132f2f6d2ba7eeb80}\label{namespaceGpgFrontend_1_1UI_a4f6c9bfe9ecb5da132f2f6d2ba7eeb80}}
std\+::string {\bfseries binary\+\_\+to\+\_\+string} (const std\+::string \&source)
\end{DoxyCompactItemize}
@@ -213,21 +203,6 @@ S\+P\+D\+X-\/\+License-\/\+Identifier\+: G\+P\+L-\/3.\+0-\/or-\/later
Enumeration for the status of Verify label
\doxysubsection{Function Documentation}
-\mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_aa346bd199cecc61b15ef406728b58770}\label{namespaceGpgFrontend_1_1UI_aa346bd199cecc61b15ef406728b58770}}
-\index{GpgFrontend::UI@{GpgFrontend::UI}!import\_key\_from\_keyserver@{import\_key\_from\_keyserver}}
-\index{import\_key\_from\_keyserver@{import\_key\_from\_keyserver}!GpgFrontend::UI@{GpgFrontend::UI}}
-\doxysubsubsection{\texorpdfstring{import\_key\_from\_keyserver()}{import\_key\_from\_keyserver()}}
-{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::import\+\_\+key\+\_\+from\+\_\+keyserver (\begin{DoxyParamCaption}\item[{Q\+Widget $\ast$}]{parent, }\item[{const std\+::string \&}]{key\+\_\+id, }\item[{const std\+::string \&}]{key\+\_\+server }\end{DoxyParamCaption})}
-
-
-\begin{DoxyParams}{Parameters}
-{\em parent} & \\
-\hline
-{\em key\+\_\+id} & \\
-\hline
-{\em key\+\_\+server} & \\
-\hline
-\end{DoxyParams}
\mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_a9ab218dde057182cb4911c4792acd925}\label{namespaceGpgFrontend_1_1UI_a9ab218dde057182cb4911c4792acd925}}
\index{GpgFrontend::UI@{GpgFrontend::UI}!import\_unknown\_key\_from\_keyserver@{import\_unknown\_key\_from\_keyserver}}
\index{import\_unknown\_key\_from\_keyserver@{import\_unknown\_key\_from\_keyserver}!GpgFrontend::UI@{GpgFrontend::UI}}
diff --git a/docs/latex/refman.tex b/docs/latex/refman.tex
index 0d8985dc..3518b085 100644
--- a/docs/latex/refman.tex
+++ b/docs/latex/refman.tex
@@ -211,8 +211,6 @@
\input{classGpgFrontend_1_1UI_1_1FilePage}
\input{classGpgFrontend_1_1UI_1_1FileReadTask}
\input{classGpgFrontend_1_1UI_1_1FindWidget}
-\input{classGpgFrontend_1_1UI_1_1GeneralDialog}
-\input{classGpgFrontend_1_1UI_1_1GeneralMainWindow}
\input{classGpgFrontend_1_1UI_1_1GeneralTab}
\input{classGpgFrontend_1_1GenKeyInfo}
\input{classGpgFrontend_1_1GlobalSettingStation}
@@ -263,8 +261,6 @@
\input{classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab}
\input{classGpgFrontend_1_1UI_1_1KeyPairUIDTab}
\input{classGpgFrontend_1_1UI_1_1KeyServerImportDialog}
-\input{classGpgFrontend_1_1UI_1_1KeyServerImportTask}
-\input{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}
\input{classGpgFrontend_1_1UI_1_1KeyserverTab}
\input{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog}
\input{structGpgFrontend_1_1UI_1_1KeyTable}
@@ -275,8 +271,8 @@
\input{classGpgFrontend_1_1UI_1_1NetworkTab}
\input{classGpgFrontend_1_1PassphraseGenerator}
\input{classGpgFrontend_1_1UI_1_1PlainTextEditorPage}
-\input{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}
\input{classProxyConnectionTestThread}
+\input{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}
\input{classGpgFrontend_1_1UI_1_1QuitDialog}
\input{classGpgFrontend_1_1UI_1_1SettingsDialog}
\input{classGpgFrontend_1_1UI_1_1SettingsObject}
diff --git a/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf
index 4ddbaa1a..5071770c 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__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf
index 3339ce3d..4851f1ea 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 ead7ab0b..c70615ef 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 1a130992..37839e93 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 6c6ae2e7..63ab8877 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 c5b12bc1..cf2a9946 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 9469396d..f640e8f4 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 8e4dc9b4..d08ecf43 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 d2879e14..cd94a8b2 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 92957bff..8e0371d6 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 940f24a6..230b8a81 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 6fb8e63f..2f0862d3 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 d08a9115..31ecdd55 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