childrenCollapsible : bool
This property holds whether child widgets can be resized down to size 0 by the user.
By default, children are collapsible. It is possible to enable and disable the collapsing of individual children using setCollapsible().
Access functions:
bool childrenCollapsible () const
void setChildrenCollapsible ( bool )
See also setCollapsible().