From kde-commits Wed Mar 31 22:06:30 2010 From: Adenilson Cavalcanti Da Silva Date: Wed, 31 Mar 2010 22:06:30 +0000 To: kde-commits Subject: playground/base/plasma/libs/jsanimation Message-Id: <20100331220630.5F9D4AC88B () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127007311501867 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