I think you won't be able to achieve that without subclassing QGraphicsItemGroup. Basically that class is a QGraphicsItem subclass which by itself doesn't allow text interaction (as it doesn't even know what text is). So the thing you should probably do is to subclass the group item and introduce that functionality (by forwarding whatever needs to be forwarded to activate the text edition of the text item).





Reply With Quote

Bookmarks