Hey there,

I have a parent widget containing a layout of widgets and a big raised transparent widget above everything : covering the entire area of the parent.

Since this widget occupies the entire area the mouse events aren't propagated to the underneath widgets anymore.

Since I'm only using the paintEvent of the raised widget, Is there a way to ignore every other single event and propagate them to the other widgets, without implementing a tedious filtering process.