aboutsummaryrefslogtreecommitdiffstats
path: root/settingsdialog.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-04-11 11:28:21 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-04-11 11:28:21 +0000
commit8c8070bbfcf56e3d79d873b41506921d4afc2a74 (patch)
treecc4e16eefae2590d69ca7470a89e51dfe0db8191 /settingsdialog.h
parentkey mgmt position and size is saved (if it is wished) (diff)
downloadgpg4usb-8c8070bbfcf56e3d79d873b41506921d4afc2a74.tar.gz
gpg4usb-8c8070bbfcf56e3d79d873b41506921d4afc2a74.zip
language-select now has some effect.
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@295 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'settingsdialog.h')
-rwxr-xr-xsettingsdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/settingsdialog.h b/settingsdialog.h
index 429637c..4067e86 100755
--- a/settingsdialog.h
+++ b/settingsdialog.h
@@ -53,6 +53,8 @@ private:
QRadioButton *iconIconsButton;
QRadioButton *iconAllButton;
QCheckBox *windowSizeCheckBox;
+ QComboBox *langSelectBox;
+ QHash<QString, QString> lang;
QHBoxLayout *iconSizeBoxLayout;
QHBoxLayout *iconStyleBoxLayout;