Is there any way to catch events in a custom delegate without having to subclass the view? I'm creating a delegate and I would like to add some labels that will act as "links" (like in the Download Manager of Firefox). Thus, I need to catch a hover event to change the mouse pointer and a click event to launch the corresponding signal. I've tried reimplementing the editorEvent() method without luck. Any ideas?