diff options
author | Arno <am@disconnect.de> | 2013-03-17 09:30:45 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-03-17 09:30:45 +0100 |
commit | ffe0b7556907bc4c6dfaed87a98e7fe68378cfa2 (patch) | |
tree | 392ed3498245ef97691959dbb2f648f1d03c01e6 /configurationdialog.h | |
parent | 744c94e9a1197068457cc52dde57472cb89e1819 (diff) | |
download | SheMov-ffe0b7556907bc4c6dfaed87a98e7fe68378cfa2.tar.gz SheMov-ffe0b7556907bc4c6dfaed87a98e7fe68378cfa2.tar.bz2 SheMov-ffe0b7556907bc4c6dfaed87a98e7fe68378cfa2.zip |
Icons for SmDirModel
Made Icons for SmDirModel configurable. For now it's folders, movies,
pictures and others.
Diffstat (limited to 'configurationdialog.h')
-rw-r--r-- | configurationdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configurationdialog.h b/configurationdialog.h index b6bf0a8..f678f65 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -69,6 +69,9 @@ class ConfigurationDialog : public SmDialog { QLineEdit *mStripPath; QLineEdit *mGrabFrameFrom; QComboBox *mIconForFolder; + QComboBox *mIconForMovie; + QComboBox *mIconForPic; + QComboBox *mIconForOther; QComboBox *mInfoBox; QComboBox *mMapBox; QCheckBox *mHoverPics; |