It is the width if the clamp is horizontal, or the height if it is vertical.
Clamp.maximumSize
int maximumSize() @property nothrowGet maximumSize property.
Returns
The maximum size allocated to the child.
void maximumSize(int propval) @property nothrowSet maximumSize property.
Parameters
propval | The maximum size allocated to the child. It is the width if the clamp is horizontal, or the height if it is vertical. |