PDA

View Full Version : What happens with X11 events after x11EventFilter?



krivenok
30th August 2006, 16:41
Hello All!

MyApplication::x11EventFilter(XEvent* ev) returns false.
What happens with X11 events after x11EventFilter?

Thank you beforehand!

wysota
30th August 2006, 19:47
Qt handles them if it can. Just like with Qt events and eventFilter().