With a complex layout, what would the easies way be to get a signal to a parent QWidget if a child has got focus?
One idea would be to somehow install event filters on all child QWidgets, but that seems somewhat silly.
Doesn't a parent QWidget really just somehow know that one of it's children has the focus?
EDIT: Found this, maybe it's the only way then
How to change a parent widget's background when a child widget has focus?