diff options
author | Arno <am@disconnect.de> | 2013-07-26 15:01:19 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-07-26 15:01:19 +0200 |
commit | 46a552d89c70895abc75d94f3c647be29873afd9 (patch) | |
tree | d87dfdb44b343f51b2d5783d609a635154634703 /archiveview.h | |
parent | 333fcd118f601efa36a272f4e6a0f4525a3a0626 (diff) | |
download | SheMov-46a552d89c70895abc75d94f3c647be29873afd9.tar.gz SheMov-46a552d89c70895abc75d94f3c647be29873afd9.tar.bz2 SheMov-46a552d89c70895abc75d94f3c647be29873afd9.zip |
Use new icon scheme
Use new icon configuration consistently in:
* Filemanager
* NewMovieWizard
* Experimental view
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiveview.h b/archiveview.h index e3dfba6..6627508 100644 --- a/archiveview.h +++ b/archiveview.h @@ -144,6 +144,7 @@ class MappingEditorWidget : public QWidget { void fillCompleter(const QStringList &completions); void setCurrentItems(const QStringList &items); QStringList items() const; + void setDecorationItem(const QIcon &icon) { mDecorationIcon = icon; } public slots: void clear(); @@ -162,6 +163,7 @@ class MappingEditorWidget : public QWidget { QCompleter *mCompleter; QStringListModel *mCompleterModel; QString mCaption; + QIcon mDecorationIcon; }; /* dialog putting MappingEditorWidget and |