equally among the children.
BoxLayout.homogeneous
bool homogeneous() @propertyGet homogeneous property.
Returns
Whether the box layout should distribute the available space
void homogeneous(bool propval) @propertySet homogeneous property.
Parameters
propval | Whether the box layout should distribute the available space equally among the children. |