]> git.sesse.net Git - kdenlive/blob - src/titlewidget.h
first titler test
[kdenlive] / src / titlewidget.h
1 #ifndef TITLEWIDGET_H
2 #define TITLEWIDGET_H
3
4 #include "ui_titlewidget_ui.h"
5 #include <QDialog>
6
7 class TitleWidget : public QDialog , public Ui::TitleWidget_UI{
8         Q_OBJECT
9 public:
10                 TitleWidget(QDialog *parent=0);
11 public slots:
12         void slotNewText();
13         void slotChangeBackground();
14         void selectionChanged();
15         void textChanged();
16 };
17
18
19 #endif