On Fri, 2008-11-14 at 16:37 +0100, [EMAIL PROTECTED] wrote:
> OK, I forgot to mention that you need to call the base class's
> keyPressEvent()
> method to handle any key presses that you aren't interested in.
> 
> Try adding an "else" clause to your keyPressEvent() implementation:
> 
>   else:
>       QGraphicsView.keyPressEvent(self, event)

Got it. Thanx.




_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to