This is more a Qt than a PyQt question, but Pythoneers are so knowledgeble... :-) I am trying to get control over the tab key in my application's main widget. But even redefining keyPressEvent() for the main widget doesn't help, the tab key events never arrive. At what level are they filtered out, and what can I do against that? Konrad.