aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-04 16:02:20 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-04 16:02:20 +0000
commit4158418b7f97d1286f943c9b1a1fad0b926e7ac7 (patch)
tree496e16532256dc6e16eb9d7a43390a4df8e4d5fe /wizard.h
parentchanged qplaintextedit to qtextedit (diff)
downloadgpg4usb-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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/wizard.h b/wizard.h
index 120bc2f..c91bfd0 100644
--- a/wizard.h
+++ b/wizard.h
@@ -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;
};