Hi,

I have a problem in keyPressEvent().

I have a customized scene which contains n numbers of customized QGraphicsItem.

I have reimplemented keyPressEvent() in QCustomScene.

In addition i have also reimplemented keyPressEvent() in my customized item.

In such situation, only QCustomScene keyPressEvent() is called.

Is there any way so that i can send keyPressEvent() to currently focused item.

Regards,
~Sanjay