diff options
author | nils <[email protected]> | 2016-02-07 22:05:22 +0000 |
---|---|---|
committer | nils <[email protected]> | 2016-02-07 22:05:22 +0000 |
commit | 6e4652597a4ea36cf6bae7ba6dae1dece0916f64 (patch) | |
tree | 6f958cf26aaeccecdd17081141275ed0d1a8d6f7 /keygendialog.h | |
parent | added findwidget (diff) | |
download | gpg4usb-6e4652597a4ea36cf6bae7ba6dae1dece0916f64.tar.gz gpg4usb-6e4652597a4ea36cf6bae7ba6dae1dece0916f64.zip |
keygeneration for both rsa and dsa keys
Diffstat (limited to 'keygendialog.h')
-rw-r--r-- | keygendialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keygendialog.h b/keygendialog.h index 8455387..bc61314 100644 --- a/keygendialog.h +++ b/keygendialog.h @@ -61,6 +61,7 @@ private: QLineEdit *passwordEdit; /** Lineedit for the keys password */ QLineEdit *repeatpwEdit; /** Lineedit for the repetition of the keys password */ QSpinBox *keySizeSpinBox; /** Spinbox for the keys size (in bit) */ + QComboBox *keyTypeComboBox; /** Combobox for Keytpe */ QDateTimeEdit *dateEdit; /** Dateedit for expiration date */ QCheckBox *expireCheckBox; /** Checkbox, if key should expire */ QSlider *pwStrengthSlider; /** Slider showing the password strength */ |