How to update a moved Qt graphics item to Qt graphics scene which was added earlier to scene
Unsolved
General and Desktop
-
QGraphicsItem's are generally added to QGraphicsScene. When later the movable graphic item is moved to different position using the mouse, Will QGraphicsScene is updated with the new location of this Qt Graphics item ? If not how should we update the Qt Graphics scene about this new position?
I need the information very urgently. Please help.
-
Hi,
Yes