mmsharing/livecommsui/lcui/tsrc/ut_lcui/src/ut_lcvideowidget.cpp
changeset 26 5554410e16f5
parent 22 496ad160a278
equal deleted inserted replaced
25:53c1c4459a94 26:5554410e16f5
    64 
    64 
    65 void UT_LcVideoWidget::testPaint()
    65 void UT_LcVideoWidget::testPaint()
    66 {
    66 {
    67     QPainter painter;
    67     QPainter painter;
    68     QStyleOptionGraphicsItem style;
    68     QStyleOptionGraphicsItem style;
       
    69     mVideoWidget->setPos(QPointF(10,100));
    69     mVideoWidget->paint(&painter,&style,0);
    70     mVideoWidget->paint(&painter,&style,0);
    70     mVideoWidget2->paint(&painter,&style,0);
    71     mVideoWidget2->paint(&painter,&style,0);
    71 }
    72 }
    72 
    73