diff options
author | Arno <am@disconnect.de> | 2013-07-12 11:22:17 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-07-12 11:22:17 +0200 |
commit | cbba8c474d5e90c4af05783e012415102f162c0e (patch) | |
tree | 8b1dc2972beb70d0bbc16e7165d23638b22be1bf /archiveview.h | |
parent | 96df0c7b20a6f3e8c118d373f52193f71ab4b521 (diff) | |
download | SheMov-cbba8c474d5e90c4af05783e012415102f162c0e.tar.gz SheMov-cbba8c474d5e90c4af05783e012415102f162c0e.tar.bz2 SheMov-cbba8c474d5e90c4af05783e012415102f162c0e.zip |
Use MappingEditorWidget in NewMovieWizard
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiveview.h b/archiveview.h index 36c3eb4..ed19e4e 100644 --- a/archiveview.h +++ b/archiveview.h @@ -144,6 +144,9 @@ class MappingEditorWidget : public QWidget { void setCurrentItems(const QStringList &items); QStringList items() const; + public slots: + void clear(); + private slots: void addItem(); void removeItem(); @@ -157,6 +160,7 @@ class MappingEditorWidget : public QWidget { QLineEdit *mEditor; QCompleter *mCompleter; QStringListModel *mCompleterModel; + QString mCaption; }; /* dialog putting MappingEditorWidget and |