@raven-worx said in QWheelEvent & Siblings/Children:
@J.Hilk said in QWheelEvent & Siblings/Children:
Currently I do this with a signal that has the QWheelEvent* as argument
why not directly forward the event to the child widget instead?
(using QCoreApplication::sendEvent())
Well, yes, that seems exactly like the proper way to do it!
I'll look further into it, thanks!
Yes this is exactly what I was looking for. Solved!