Hello

Following structure:
Scene -> MainWindow -> Another Item -> QGraphicSimpleText

How can I know in the MainWindow, if someone clicked on the text?
I didn't find anything in the MouseEvent class which would suggest me a simple solution.

Can someone give me a piece of advice?