It is the width if the layout is horizontal, or the height if it is vertical.
ClampLayout.maximumSize
int maximumSize() @property nothrowGet maximumSize property.
Returns
The maximum size to allocate to the children.
void maximumSize(int propval) @property nothrowSet maximumSize property.
Parameters
propval | The maximum size to allocate to the children. It is the width if the layout is horizontal, or the height if it is vertical. |