If I define a LAYOUT_ROLE to something like XYLayoutPolicy, then I can
resize the children, but not the parent. IF its a ResizableEditPolicy,
the parent can be resized, but not the childres.
Should I implement a new policy? If so, any tips how? I want that
whenever the parent resizes, so does the children. But the opposite is
not always true.