]> git.sesse.net Git - kdenlive/blob - src/titlewidget.h
rect in titlewidget
[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 slotNewRect();
14         void slotChangeBackground();
15         void selectionChanged();
16         void textChanged();
17 };
18
19
20 #endif