Hi,
I have made a custom widget with several widgets, also including Overlay Widgets.
These Overlay Widgets contain stuff.
Depending on certain conditions this stuff is visible or collapsed.
When this stuff is collapsed within an Overlay Widget, the Overlay Widget should be empty and therefore should not take any layout space, but this is not the case.
Here is a picture:
As you can see, an empty Overlay Widget takes layout space.
I need a solution to set the Size of the Overlay Widget to 0,0.
I tried many things, e.g. wrap this Overlay Widget with a Size Box, or collapse the Overlay Widget, and so on.
Maybe someone out there can solve this issue. I would appreciate