diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-15 22:09:03 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-15 22:09:03 +0000 |
commit | ecd73365728f03123cb2b412ae11d49610b4a12f (patch) | |
tree | f5e52465f5e09bb6790f89c30e2930db8c32afbd /wizard.h | |
parent | restart app after loading old qgq4usb config (diff) | |
download | gpg4usb-ecd73365728f03123cb2b412ae11d49610b4a12f.tar.gz gpg4usb-ecd73365728f03123cb2b412ae11d49610b4a12f.zip |
reopen wizard on specified page after restart
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@743 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r-- | wizard.h | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -27,6 +27,7 @@ #include "keygendialog.h" #include "keymgmt.h" #include "gpgconstants.h" +#include "settingsdialog.h" class QCheckBox; class QLabel; @@ -57,6 +58,17 @@ public: int nextId() const; }; +class LanguagePage : public QWizardPage +{ + Q_OBJECT + +public: + LanguagePage(QWidget *parent = 0); + QLabel *topLabel; + + int nextId() const; +}; + class KeyGenPage : public QWizardPage { Q_OBJECT |