Hi friends!

I created a class that derives from QGLWidget, and I rewrote keyPressEvent:

void CGLEditorRenderer::keyPressEvent(QKeyEvent* e) {
qDebug("keyPressEvent");
}

But if I press a key I never see that message.

What's going on? Any idea?

Thanks.