18 #ifndef OPENOTHERDIALOG_H
19 #define OPENOTHERDIALOG_H
22 #include <QTreeWidgetItem>
25 class OpenOtherDialog;
34 class OpenOtherDialog :
public QDialog
39 explicit OpenOtherDialog(QWidget *parent = 0);
42 Mlt::Producer *newProducer(Mlt::Profile &)
const;
43 void load(Mlt::Producer *);
44 QWidget *currentWidget()
const {
return m_current; }
47 void on_treeWidget_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
50 Ui::OpenOtherDialog *ui;
52 QPushButton *m_addTimelineButton;
54 Mlt::Producer *newProducer(Mlt::Profile &, QObject *widget)
const;
55 void selectTreeWidget(
const QString &s);