18 #ifndef OPENOTHERDIALOG_H
19 #define OPENOTHERDIALOG_H
22 #include <QTreeWidgetItem>
25 class OpenOtherDialog;
33 class OpenOtherDialog :
public QDialog
38 explicit OpenOtherDialog(QWidget *parent = 0);
41 Mlt::Producer *newProducer(Mlt::Profile &)
const;
42 void load(Mlt::Producer *);
43 QWidget *currentWidget()
const
49 void on_treeWidget_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
52 Ui::OpenOtherDialog *ui;
55 Mlt::Producer *newProducer(Mlt::Profile &, QObject *widget)
const;
56 void selectTreeWidget(
const QString &s);