What do you mean with synchronize? Do you mean that all the objects jump around?
Sure, but it's pointless as the view is a container for items that are drawn on top of it.I have one more doubt that can I use QPainter drawing in "QGraphicsView".
The correct way to do this is create a custom QGraphicsItem and implement the paint function. See the QGraphicsItem documentation.
Bookmarks