SVN commit 1109732 by adasilva: Small tweaks on the view. M +3 -0 javascriptanimationtest.cpp --- trunk/playground/base/plasma/libs/jsanimation/javascriptanimationtest.cpp #1109731:1109732 @@ -97,6 +97,9 @@ QObject::connect(first, SIGNAL(clicked()), group, SLOT(start())); + view->setViewportUpdateMode(QGraphicsView::BoundingRectViewportUpdate); + view->setRenderHints(QPainter::Antialiasing | QPainter::SmoothPixmapTransform); + #if defined(Q_OS_SYMBIAN) view->showFullScreen(); #else