Squeezer.allowNone

bool allowNone() @property

Get allowNone property.

Returns

Whether to allow squeezing beyond the last child's minimum size.

If set to TRUE, the squeezer can shrink to the point where no child can be shown. This is functionally equivalent to appending a widget with 0×0 minimum size.

Deprecated

void allowNone(bool propval) @property

Set allowNone property.

Parameters

propvalWhether to allow squeezing beyond the last child's minimum size. If set to TRUE, the squeezer can shrink to the point where no child can be shown. This is functionally equivalent to appending a widget with 0×0 minimum size.

Deprecated