It is the width if the clamp is horizontal, or the height if it is vertical.
Clamp.maximumSize
int maximumSize() @propertyGet maximumSize property.
Returns
The maximum size allocated to the child.
void maximumSize(int propval) @propertySet 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. |