manish.s.sharma at Nokia.com wrote: > Hi All, > > Is there any direct way to get the notification whenever there is a new > item added to the scene? > Depend on why you want this but there is a QGraphicsItem::ItemChildAddedChange that a parent item gets when a child is added. Girish