aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-18 21:15:00 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-18 21:15:00 +0000
commitd7abab29704e086c013530b90ab7ed4e69784ba4 (patch)
treebbbe71d356de5d9901ca1b0313aa337a8680f352 /wizard.h
parentadd language select combobox to wizard (diff)
downloadgpg4usb-d7abab29704e086c013530b90ab7ed4e69784ba4.tar.gz
gpg4usb-d7abab29704e086c013530b90ab7ed4e69784ba4.zip
instantly apply language selection in wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@752 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 a7b2f0e..bd76ff6 100644
--- a/wizard.h
+++ b/wizard.h
@@ -58,7 +58,11 @@ public:
QLabel *topLabel;
QLabel *langLabel;
QComboBox *langSelectBox;
+ QHash<QString,QString> languages;
int nextId() const;
+
+private slots:
+ void langChange(QString lang);
};
class ImportFromGpg4usbPage : public QWizardPage