aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-15 22:09:03 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-15 22:09:03 +0000
commitecd73365728f03123cb2b412ae11d49610b4a12f (patch)
treef5e52465f5e09bb6790f89c30e2930db8c32afbd /wizard.h
parentrestart app after loading old qgq4usb config (diff)
downloadgpg4usb-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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/wizard.h b/wizard.h
index 0404c48..192b630 100644
--- a/wizard.h
+++ b/wizard.h
@@ -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