For QGraphicsScene::drawItems
the reference says:
Reimplement this function to provide custom painting of all items for the scene; gaining complete control over how each item is drawn.
But this function is marked as obsolete. Is there any new equivalent method?