PDA

View Full Version : Related to Zooming of GraphicsView



Veeru
30th April 2008, 08:42
Hi All ,


This is Veeru. I have an issue , when i impliment ZoomIn ZoomOut in My work the
Background map which i have added to Graphics Scene is when the zoomout the
map is showing so many times , like small images.

This view is implented using Designer

scene->setBackGroundMap(background);
graphicsView->setScene(scene);
graphicsView->setCacheMode(QGraphicsView::CacheBackground);


Regards
Veeru