Squeezer.homogeneous

Set homogeneous property.

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

Parameters

propval bool

Whether all children have the same size for the opposite orientation.

For example, if a squeezer is horizontal and is homogeneous, it will request the same height for all its children. If it isn't, the squeezer may change size when a different child becomes visible.

Detailed Description

Deprecated: See the migration guide