From 00a6151d9d2f974ee44ef7d8772be801090fa3fc Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 4 Feb 2012 19:46:49 +0000 Subject: beautified wizard git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@790 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'wizard.h') diff --git a/wizard.h b/wizard.h index 16bd58b..1db1c2d 100644 --- a/wizard.h +++ b/wizard.h @@ -63,9 +63,6 @@ class IntroPage : public QWizardPage public: IntroPage(QWidget *parent = 0); - QLabel *topLabel; - QLabel *langLabel; - QComboBox *langSelectBox; QHash languages; int nextId() const; @@ -99,7 +96,7 @@ private slots: /** * @details Import keys from gnupg-homedir, private or/and public depend on the checked boxes */ - bool importFormOlderGpg4usb(); + bool importFromOlderGpg4usb(); bool importConfFromGpg4usb(QString dir); private: @@ -109,7 +106,6 @@ private: GpgME::GpgContext *mCtx; QCheckBox *gpg4usbKeyCheckBox; QCheckBox *gpg4usbConfigCheckBox; - QPushButton *importFromGpg4usbButton; }; class ImportFromGnupgPage : public QWizardPage @@ -152,8 +148,6 @@ private slots: void generateKeyDialog(); private: - QLabel *topLabel; - QPushButton *createKeyButton; GpgME::GpgContext *mCtx; }; @@ -166,7 +160,6 @@ public: int nextId() const; private: - QLabel *bottomLabel; QCheckBox *dontShowWizardCheckBox; QCheckBox *openHelpCheckBox; }; -- cgit v1.2.3