I have a main display widget that has one standard grid layout managing multiple child widgets.

How do I paint (overlay) across all the child widgets?

(Currently, as a work aroud I'm just using a dummy borderless widget with masked pixmap background on top... but I like to be able to blindly paint over all the widgets)

-r.