|
void | SignalSubKeyGenerated () |
|
|
GpgKey | key_ |
|
std::unique_ptr< GenKeyInfo > | gen_key_info_ |
|
QGroupBox * | key_usage_group_box_ {} |
|
QDialogButtonBox * | button_box_ |
| Box for standard buttons.
|
|
QLabel * | error_label_ {} |
| Label containing error message.
|
|
QSpinBox * | key_size_spin_box_ {} |
| Spinbox for the keys size (in bit)
|
|
QComboBox * | key_type_combo_box_ {} |
| Combobox for Key tpe.
|
|
QDateTimeEdit * | date_edit_ {} |
| Date edit for expiration date.
|
|
QCheckBox * | expire_check_box_ {} |
| Checkbox, if key should expire.
|
|
std::vector< QCheckBox * > | key_usage_check_boxes_ |
| ENCR, SIGN, CERT, AUTH.
|
|
QDateTime | max_date_time_ |
|
◆ 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 |
◆ 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: