after you have added the item call setSceneRect() with QGraphicsScene::itemsBoundingRect(), then you should scroll to each item.
EDIT: It it is maybe hidden by another item? Try to "play" with the z value of the item.
after you have added the item call setSceneRect() with QGraphicsScene::itemsBoundingRect(), then you should scroll to each item.
EDIT: It it is maybe hidden by another item? Try to "play" with the z value of the item.
Bookmarks