Squeezer.allowNone

Set allowNone property.

More...
  1. bool allowNone [@property getter]
  2. bool allowNone [@property setter]
    class Squeezer
    @property
    void
    allowNone
    (
    bool propval
    )

Parameters

propval bool

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.

Detailed Description

Deprecated: See the migration guide