标签: qt qgraphicsitem qgraphicsscene
我无法在光标下方获取QGraphicsItemGroup的指针。 QGraphicsScene::ItemAt返回组中的一个对象,但不返回自身的ItemGroup。
QGraphicsScene::ItemAt
有任何线索如何做到这一点?
THX
答案 0 :(得分:3)
您可以在QGraphicsItem::group()返回的QGraphicsItem上调用QGraphicsScene::itemAt()。
QGraphicsItem::group()
QGraphicsScene::itemAt()