|
void | SignalSubKeyGenerated () |
|
|
void | setPosCenterOfScreen () |
|
void | movePosition2CenterOfParent () |
|
bool | isRectRestored () |
|
void | showEvent (QShowEvent *event) override |
|
◆ SubkeyGenerateDialog()
GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog |
( |
const KeyId & |
key_id, |
|
|
QWidget * |
parent |
|
) |
| |
|
explicit |
◆ create_basic_info_group_box()
QGroupBox * GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box |
( |
| ) |
|
|
private |
◆ create_key_usage_group_box()
QGroupBox * GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box |
( |
| ) |
|
|
private |
◆ refresh_widgets_state()
void GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state |
( |
| ) |
|
|
private |
◆ slot_activated_key_type
void GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type |
( |
int |
index | ) |
|
|
privateslot |
◆ slot_authentication_box_changed
void GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed |
( |
int |
state | ) |
|
|
privateslot |
◆ slot_certification_box_changed
void GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed |
( |
int |
state | ) |
|
|
privateslot |
◆ slot_encryption_box_changed
void GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed |
( |
int |
state | ) |
|
|
privateslot |
◆ slot_expire_box_changed
void GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed |
( |
| ) |
|
|
privateslot |
◆ slot_key_gen_accept
void GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept |
( |
| ) |
|
|
privateslot |
check all line edits for false entries. Show error, when there is one, otherwise generate the key
primary keys should have a reasonable expiration date (no more than 2 years in the future)
create error message
References GpgFrontend::check_gpg_error_2_err_code(), date_edit_, error_label_, expire_check_box_, GpgFrontend::GpgKeyOpera::GenerateSubkey(), GpgFrontend::CoreCommonUtil::GetInstance(), GpgFrontend::SingletonFunctionObject< GpgKeyOpera >::GetInstance(), key_size_spin_box_, GpgFrontend::CoreCommonUtil::ResetTempCacheValue(), and GpgFrontend::CoreCommonUtil::SetTempCacheValue().
Referenced by set_signal_slot().
◆ slot_signing_box_changed
void GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed |
( |
int |
state | ) |
|
|
privateslot |
◆ gen_key_info_
std::unique_ptr<GenKeyInfo> GpgFrontend::UI::SubkeyGenerateDialog::gen_key_info_ |
|
private |
Initial value:=
std::make_unique<GenKeyInfo>(true)
The documentation for this class was generated from the following files: