At diagramscene example I see :

Qt Code:
  1. scene->update();
  2. view->update();
To copy to clipboard, switch view to plain text mode 

I also see :
Qt Code:
  1. DiagramScene::mousePressEvent(QGraphicsSceneMouseEvent *mouseEvent)
To copy to clipboard, switch view to plain text mode 

The model-view applied to this is some confused.....
It is as the two objects were sharing something ....
Who is the responsible of draw ?
Can I create a mix - object ? (On object with the mixed of both)
Is it possible ? It is a bad - good idea ?

Any explication?
Thanks