At diagramscene example I see :
scene->update();
view->update();
scene->update();
view->update();
To copy to clipboard, switch view to plain text mode
I also see :
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
Bookmarks