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
50 void on_treeWidget_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
53 Ui::OpenOtherDialog *ui;
55 QPushButton *m_addTimelineButton;
57 Mlt::Producer *newProducer(Mlt::Profile &, QObject *widget)
const;
58 void selectTreeWidget(
const QString &s);