سؤال

I do not seem to find anywhere in the documentation how to find which QGraphicsItem belongs to a QGraphicsItemGroup knowing the group. Is this possible?

هل كانت مفيدة؟

المحلول

From the documentation:

A QGraphicsItemGroup is a special type of compound item that treats itself and all its children as one item.

So all group's children belong to the group.

QGraphicsItemGroup is derived from QGraphicsItem, which has this function:

QList<QGraphicsItem *> QGraphicsItem::childItems() const
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top