GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
Public Member Functions | |
KeyImportDetailDialog (std::shared_ptr< GpgImportInformation > result, QWidget *parent=nullptr) | |
Construct a new Key Import Detail Dialog object. More... | |
Public Member Functions inherited from GpgFrontend::UI::GeneralDialog | |
GeneralDialog (QString name, QWidget *parent=nullptr) | |
Private Member Functions | |
void | create_general_info_box () |
Create a general info box object. | |
void | create_keys_table () |
Create a keys table object. | |
void | create_button_box () |
Create a button box object. | |
Static Private Member Functions | |
static auto | get_status_string (int) -> QString |
Get the status string object. More... | |
Private Attributes | |
QTableWidget * | keys_table_ {} |
QGroupBox * | general_info_box_ {} |
QGroupBox * | key_info_box_ {} |
QDialogButtonBox * | button_box_ {} |
std::shared_ptr< GpgImportInformation > | m_result_ |
Additional Inherited Members | |
Protected Member Functions inherited from GpgFrontend::UI::GeneralDialog | |
void | setPosCenterOfScreen () |
void | movePosition2CenterOfParent () |
auto | isRectRestored () -> bool |
void | showEvent (QShowEvent *event) override |
|
explicit |
Construct a new Key Import Detail Dialog object.
result | |
automatic | |
parent |
References create_button_box(), create_general_info_box(), and create_keys_table().
|
staticprivate |
Get the status string object.
keyStatus |
Referenced by create_keys_table().