QGraphicsScene + subtract and move
-
Is it possible to do this with QGraphicsView + QGraphicsScene?
!http://i44.tinypic.com/5k53ed.jpg(Image)!
I mean adding for example a QGraphicsPixmapItem, then subtract some part of it and move this part such as individual item. -
Yes it is.
You basically already told the solution.
Detect selected area,
Copy everything in that are into new QGraphicsPixmap item,
Fill the original with white, transparent or whatever you want,
And display the new one as seperate item.Hope it helps,
Regards,
Jake