Panda in PyQt

I’ve been using your hints to create a Panda+PyQt-based viewer for a non-standard 3d geometry file format. However, I’m facing the problem of not being able to control the scene with mouse and keyboard, in Windows, as reported by others.

Has anyone of you ever wondered some workaround for it? I was wondering about intercepting mouse and keboard controls over the viewer widget in Qt’s main loop and then passing them to Panda… what do you think about it? Does Panda provide some way to do this?