diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-11 11:28:21 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-11 11:28:21 +0000 |
commit | 8c8070bbfcf56e3d79d873b41506921d4afc2a74 (patch) | |
tree | cc4e16eefae2590d69ca7470a89e51dfe0db8191 /settingsdialog.h | |
parent | key mgmt position and size is saved (if it is wished) (diff) | |
download | gpg4usb-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-x | settingsdialog.h | 2 |
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; |