diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 19:46:49 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 19:46:49 +0000 |
commit | 00a6151d9d2f974ee44ef7d8772be801090fa3fc (patch) | |
tree | 8fbe9d3cb443d9ceebcc692d6d493dbab056ffe7 /wizard.h | |
parent | add conpets docu from gpg-mini-howto (diff) | |
download | gpg4usb-00a6151d9d2f974ee44ef7d8772be801090fa3fc.tar.gz gpg4usb-00a6151d9d2f974ee44ef7d8772be801090fa3fc.zip |
beautified wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@790 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r-- | wizard.h | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -63,9 +63,6 @@ class IntroPage : public QWizardPage public: IntroPage(QWidget *parent = 0); - QLabel *topLabel; - QLabel *langLabel; - QComboBox *langSelectBox; QHash<QString,QString> 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; }; |