From a9242b3a1dfd0bb3b8d93b809fe6587e8938e410 Mon Sep 17 00:00:00 2001 From: ubbo Date: Thu, 19 Jan 2012 09:05:23 +0000 Subject: add OpenHelp on final page git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@763 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wizard.h') 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 -- cgit v1.2.3