X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftitlewidget.h;h=80ab343f6f94432cc9f44bfe0a3e06615b1b2c1c;hb=842651f00a7a00587efdcb8f1bbf4ef86988461e;hp=ec5cb52e2e49679f6f46da80a0fc5a975d036bf6;hpb=58f9476d6a9793bfbbf09a208e366bf80814b1cc;p=kdenlive diff --git a/src/titlewidget.h b/src/titlewidget.h index ec5cb52e..80ab343f 100644 --- a/src/titlewidget.h +++ b/src/titlewidget.h @@ -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(); };