aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-05 23:10:23 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-05 23:10:23 +0000
commitb9308d094c76779277f2002a776769b43f17798c (patch)
treef8d076a0dd40930b56feeb817bda935d0d0f6156 /mainwindow.h
parentimport from gnupg in wizard home works in windows now (still untested, but it... (diff)
downloadgpg4usb-b9308d094c76779277f2002a776769b43f17798c.tar.gz
gpg4usb-b9308d094c76779277f2002a776769b43f17798c.zip
added start wizard to help menu
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@600 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 21939e0..b73fec2 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -104,6 +104,8 @@ private slots:
void showKeyDetails();
+ void startWizard();
+
/**
* @details Import keys from currently active tab to keylist if possible.
*/
@@ -276,6 +278,8 @@ private:
QAction *openTranslateAct; /** Action to open translate doc*/
QAction *openTutorialAct; /** Action to open tutorial */
QAction *showKeyDetailsAct; /** Action to open key-details dialog */
+ QAction *startWizardAct; /** Action to open the wizard */
+
QLineEdit *nameEdit; /**< TODO */
QLineEdit *emailEdit; /**< TODO */
QLineEdit *commentEdit; /**< TODO */