Properly removing items from QGraphicsScene/QgraphicsItemGroup/QGraphicsView
问题 I'm trying to make a plot with movable control points usig QGraphicsView , QGraphicsScene && QGraphicsItemGroup . The problem I've encountered is I can't find any method of removing/deleting the item. My thoughts are following: I'm going to have a QGraphicsView, on it are going to be movable interpolation points and under it a plot going through those points is going to be drawn. To achieve this I'm thinking of using two(or more) QGraphicsItemGroups . - one for interpolation points, which