From 4158418b7f97d1286f943c9b1a1fad0b926e7ac7 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 4 Dec 2011 16:02:20 +0000 Subject: 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 --- wizard.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'wizard.h') 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; }; -- cgit v1.2.3