]> git.sesse.net Git - kdenlive/blobdiff - src/titlewidget.h
start/endviewport not setup'able
[kdenlive] / src / titlewidget.h
index ec5cb52e2e49679f6f46da80a0fc5a975d036bf6..80ab343f6f94432cc9f44bfe0a3e06615b1b2c1c 100644 (file)
@@ -1,3 +1,20 @@
+/***************************************************************************
+                          titlewidget.h  -  description
+                             -------------------
+    begin                : Feb 28 2008
+    copyright            : (C) 2008 by Marco Gittler
+    email                : g.marco@freenet.de
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
+
 #ifndef TITLEWIDGET_H
 #define TITLEWIDGET_H
 
@@ -8,6 +25,8 @@ class TitleWidget : public QDialog , public Ui::TitleWidget_UI{
        Q_OBJECT
 public:
        TitleWidget(QDialog *parent=0);
+private:
+       QGraphicsPolygonItem *startViewport,*endViewport;
 public slots:
        void slotNewText();
        void slotNewRect();
@@ -15,6 +34,8 @@ public slots:
        void selectionChanged();
        void textChanged();
        void rectChanged();
+       void fontBold();
+       void setupViewports();
 };