Dear all, I'm facing the following issue. I would like to forward events (keys, mouse, etc...) from a widget to a child widget. I have tried calling sendEvent(child, event) from reimplemented event handlers.
However, if the child ignores the event, this is re-propagated to its parent, and this crashes due to recursion. Is there an elegant simple way to make this work? Thanks, Etienne
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest