Hello!

I have a QGraphicsView to which I connected a QScene. Now I'd like to intercept key pressed events on my QGraphicsView but there aren't SIGNALS allowing that...what are the functions to do so?

Thanks