aboutsummaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
authornils <[email protected]>2016-02-07 22:05:22 +0000
committernils <[email protected]>2016-02-07 22:05:22 +0000
commit6e4652597a4ea36cf6bae7ba6dae1dece0916f64 (patch)
tree6f958cf26aaeccecdd17081141275ed0d1a8d6f7 /keygendialog.h
parentadded findwidget (diff)
downloadgpg4usb-6e4652597a4ea36cf6bae7ba6dae1dece0916f64.tar.gz
gpg4usb-6e4652597a4ea36cf6bae7ba6dae1dece0916f64.zip
keygeneration for both rsa and dsa keys
Diffstat (limited to 'keygendialog.h')
-rw-r--r--keygendialog.h1
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 */