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