Hi,
I have added few QGraphicsItems to a parent QGraphicsItem.Then I need to remove some child items from the parent QGraphicsItem. But there seems to be no function to remove child QGraphicsItems. QGraphicsScene provides functions(addItem and removeItem). Is there any way to remove child QGraphicsItems from the parent QGraphicsItem.

Thanks,
Mangesh