Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法在光标下方获取 QGraphicsItemGroup 的指针。QGraphicsScene::ItemAt返回组的对象之一,但不是 ItemGroup 它自己。
QGraphicsScene::ItemAt
任何线索如何做到这一点?
谢谢
您可以调用QGraphicsItem::group()返回的 QGraphicsItem QGraphicsScene::itemAt()。
QGraphicsItem::group()
QGraphicsScene::itemAt()