Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.2.0
-
None
-
253657
Description
Consider replacing QCoreApplication::setEventFilter() (which allows an application to only set a single event filter) with an API for managing a chain of event filters, which would be called in reverse order. This is how QObject::installEventFilter() and friends work. It would be nice to have the same type of mechanism for window system events as well.