18 #ifndef QGST_UI_GRAPHICSVIDEOWIDGET_H
19 #define QGST_UI_GRAPHICSVIDEOWIDGET_H
21 #include "graphicsvideosurface.h"
22 #include <QtGui/QGraphicsWidget>
47 virtual void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option, QWidget *widget = 0);
53 QWeakPointer<GraphicsVideoSurface> m_surface;
59 #endif // QGST_UI_GRAPHICSVIDEOWIDGET_H