You can also consider the following design -
Have a list of points associated with each graphics item. And use these points to in QGraphicsScene::drawBackground to draw the trails.
You can also have a pixmap for background, and you need to update the pixmap on itemChange signal . This approach might save you from using item for the trails.




Reply With Quote

Bookmarks