diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-19 22:19:26 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-19 22:19:26 +0000 |
commit | f52aacbc3db505dc1aa692327180e5765012bed1 (patch) | |
tree | c14210ac5e4fa568fa15b88cd8975be2e367fe0c /settingsdialog.h | |
parent | decode quoted printable (diff) | |
download | gpg4usb-f52aacbc3db505dc1aa692327180e5765012bed1.tar.gz gpg4usb-f52aacbc3db505dc1aa692327180e5765012bed1.zip |
start implementing 'open file with' for attachments. very rough for now, needs more work
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@364 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'settingsdialog.h')
-rwxr-xr-x | settingsdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settingsdialog.h b/settingsdialog.h index a1480b8..ce558bf 100755 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -62,6 +62,7 @@ private: QCheckBox *saveCheckedKeysCheckBox; QCheckBox *mimeParseCheckBox; QCheckBox *mimeQPCheckBox; + QCheckBox *mimeOpenAttachmentCheckBox; QComboBox *langSelectBox; QHash<QString, QString> lang; @@ -69,7 +70,7 @@ private: QHBoxLayout *iconStyleBoxLayout; QHBoxLayout *windowSizeBoxLayout; QHBoxLayout *saveCheckedKeysBoxLayout; - QHBoxLayout *mimeParseBoxLayout; + QVBoxLayout *mimeParseBoxLayout; QVBoxLayout *vbox; void setSettings(); |