Hi. I'm trying to get at the raw x11 events by overriding the x11ProcessEvent() method in my PyQt QApplication-derived class, but it's never being called. In fact, QApplication doesn't seem to have a x11ProcessEvent() method that I could override. Is this by design or am I doing something wrong? Thanks, Tro