GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
29 #ifndef __KEYIMPORTDETAILSDIALOG_H__
30 #define __KEYIMPORTDETAILSDIALOG_H__
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__
Definition: FileReadTask.cpp:31
static QString get_status_string(int keyStatus)
Get the status string object.
Definition: KeyImportDetailDialog.cpp:167
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
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
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
std::string GetName() const
Definition: GpgKey.cpp:56