mmsharing/livecommsui/lcui/tsrc/ut_lcui/src/ut_lcvideowidget.cpp
changeset 26 5554410e16f5
parent 22 496ad160a278
--- a/mmsharing/livecommsui/lcui/tsrc/ut_lcui/src/ut_lcvideowidget.cpp	Wed Jun 23 18:09:54 2010 +0300
+++ b/mmsharing/livecommsui/lcui/tsrc/ut_lcui/src/ut_lcvideowidget.cpp	Tue Jul 06 14:13:16 2010 +0300
@@ -66,6 +66,7 @@
 {
     QPainter painter;
     QStyleOptionGraphicsItem style;
+    mVideoWidget->setPos(QPointF(10,100));
     mVideoWidget->paint(&painter,&style,0);
     mVideoWidget2->paint(&painter,&style,0);
 }