Panda in PyQt

On Ubuntu I just click inside the panda window in order to regain focus, on Windows I can’t test, maybe try to set the focus policy on the pandaContainer widget explicitely:

self.pandaContainer.setFocusPolicy(Qt.StrongFocus)

It’s just a wild guess I don’t know if it’ll works.