@AdrianCruz
hi
Super :)
just as a note
To avoid getting possible NULLs in the list, i would suggest doing

QGraphicsItem *item = qgraphicsitem_cast<QGraphicsItem*>(text); if (item) list.push_back(item);