aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-19 09:05:23 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-19 09:05:23 +0000
commita9242b3a1dfd0bb3b8d93b809fe6587e8938e410 (patch)
tree4cd8550174fb65852c50a3fb655569cd93d7924f /wizard.h
parentcorrect boolean for settings/showWizard (diff)
downloadgpg4usb-a9242b3a1dfd0bb3b8d93b809fe6587e8938e410.tar.gz
gpg4usb-a9242b3a1dfd0bb3b8d93b809fe6587e8938e410.zip
add OpenHelp on final page
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@763 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wizard.h b/wizard.h
index c4a8398..e1bee05 100644
--- a/wizard.h
+++ b/wizard.h
@@ -50,6 +50,9 @@ private:
private slots:
void wizardAccepted();
+
+signals:
+ void openHelp(QString page);
};
class IntroPage : public QWizardPage
@@ -153,6 +156,7 @@ public:
private:
QLabel *bottomLabel;
QCheckBox *dontShowWizardCheckBox;
+ QCheckBox *openHelpCheckBox;
};
#endif