18 #ifndef SLIDESHOWGENERATORDIALOG_H
19 #define SLIDESHOWGENERATORDIALOG_H
21 #include <MltPlaylist.h>
25 class SlideshowGeneratorWidget;
26 class QAbstractButton;
27 class QDialogButtonBox;
29 class SlideshowGeneratorDialog :
public QDialog
34 explicit SlideshowGeneratorDialog(QWidget *parent, Mlt::Playlist &clips);
35 Mlt::Playlist *getSlideshow();
38 void clicked(QAbstractButton *button);
41 SlideshowGeneratorWidget *m_sWidget;
42 QDialogButtonBox *m_buttonBox;