Zoom in QGraphicsView
Solved
General and Desktop
-
@Walux
using QTransform and do scaling on it. Then set the trasnformation on the view (QGraphicsView::setTransform()). -
You can also directly use
QGraphicsView::scale()
. -
They're all good answers :)
Thank you very much :)