Squeezer.homogeneous

bool homogeneous() @property

Get homogeneous property.

Returns

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.

Deprecated

void homogeneous(bool propval) @property

Set homogeneous property.

Parameters

propvalWhether 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.

Deprecated