diff options
| author | Arno Moeller <arno.moeller@bit.bremerhaven.de> | 2013-07-19 14:08:04 +0200 | 
|---|---|---|
| committer | Arno Moeller <arno.moeller@bit.bremerhaven.de> | 2013-07-19 14:08:04 +0200 | 
| commit | 99a05672a62b406178630aa87bf675b2fda3be76 (patch) | |
| tree | e30745fe3b8e4eb33e49ae26f0fada6ced8dd4a7 /configurationdialog.h | |
| parent | bd1d496bd1699f4b46cd5b9374b0113dc5c1b842 (diff) | |
| download | SheMov-99a05672a62b406178630aa87bf675b2fda3be76.tar.gz SheMov-99a05672a62b406178630aa87bf675b2fda3be76.tar.bz2 SheMov-99a05672a62b406178630aa87bf675b2fda3be76.zip  | |
Streamline configurable icons
Make icons configurable by:
* folders
* files
* series
* genres
* actors
Weed out old usage. New usage not yet implemented.
Diffstat (limited to 'configurationdialog.h')
| -rw-r--r-- | configurationdialog.h | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/configurationdialog.h b/configurationdialog.h index 86d816a..c266d37 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -69,9 +69,10 @@ class ConfigurationDialog : public SmDialog {  		QLineEdit *mStripPath;  		QLineEdit *mGrabFrameFrom;  		QComboBox *mIconForFolder; -        QComboBox *mIconForMovie; -        QComboBox *mIconForPic; -        QComboBox *mIconForOther; +        QComboBox *mIconForFile; +        QComboBox *mIconForSeries; +        QComboBox *mIconForActor; +        QComboBox *mIconForGenre;          QComboBox *mInfoBox;          QComboBox *mMapBox;  		QCheckBox *mHoverPics;  | 
