Hi guys,

I was trying to add a wdiget on my scene using QGraphicsScene::addWidget() and one of the requirement of the widget to be added is "thou shall not be a child of any widget" . Now my question would be who's gonna clean up when the world ends. I will re-phrase my question "Will the QGraphicsScene own the widget and delete them as they go extinct?

baray98