Hi, I'd like to know if there is a way to delete all members in a QGraphicsItemGroup, without delete it.
I created a class that inherits QGraphicsItemGroup, with a lot more data. So, I would like to keep this data, but delete all itens inside this QGraphicsItemGroup..
Thanks