Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
4.4.1
-
None
Description
Qt is designed to propagate a widget's unhandled events to its parent.
In some cases, it is useful to forward these events to another widget as opposed to its parent.
It would be nice to have a forwardEventsToWidget() function or something similar to handles propagation in these circumstances. Installing an event filter and sending the events manually is not always simple or convenient.