GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
Public Member Functions | |
VerifyKeyDetailBox (const GpgSignature &signature, QWidget *parent) | |
Construct a new Verify Key Detail Box object. More... | |
Private Slots | |
void | slot_import_form_key_server () |
Private Member Functions | |
QGridLayout * | create_key_info_grid (const GpgSignature &signature) |
Create a key info grid object. More... | |
Private Attributes | |
QString | fpr_ |
fingerprint of the key | |
|
explicit |
Construct a new Verify Key Detail Box object.
signature | |
parent |
References create_key_info_grid(), fpr_, GpgFrontend::GpgSignature::GetFingerprint(), GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance(), and GpgFrontend::GpgSignature::GetStatus().
|
private |
Create a key info grid object.
signature |
References GpgFrontend::BeautifyFingerprint(), and GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance().
Referenced by VerifyKeyDetailBox().