diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-04 16:02:20 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-04 16:02:20 +0000 |
commit | 4158418b7f97d1286f943c9b1a1fad0b926e7ac7 (patch) | |
tree | 496e16532256dc6e16eb9d7a43390a4df8e4d5fe /wizard.h | |
parent | changed qplaintextedit to qtextedit (diff) | |
download | gpg4usb-4158418b7f97d1286f943c9b1a1fad0b926e7ac7.tar.gz gpg4usb-4158418b7f97d1286f943c9b1a1fad0b926e7ac7.zip |
added import of private and/or public from older gpg4usb to wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@653 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r-- | wizard.h | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -96,11 +96,13 @@ private: */ QString getGnuPGHome(); - QLabel *topLabel; + QLabel *gnupgLabel; QVBoxLayout *layout; GpgME::GpgContext *mCtx; - QCheckBox *privateKeysCheckBox; - QCheckBox *publicKeysCheckBox; + QCheckBox *gnupgPrivKeyCheckBox; + QCheckBox *gnupgpPubKeyCheckBox; + QCheckBox *gpg4usbPrivKeyCheckBox; + QCheckBox *gpg4usbPubKeyCheckBox; QPushButton *importFromGnupgButton; QPushButton *importFromGpg4usbButton; }; |