ClampLayout.maximumSize

int maximumSize() @property

Get maximumSize property.

Returns

The maximum size to allocate to the children.

It is the width if the layout is horizontal, or the height if it is vertical.

void maximumSize(int propval) @property

Set maximumSize property.

Parameters

propvalThe maximum size to allocate to the children. It is the width if the layout is horizontal, or the height if it is vertical.