BoxLayout.setHomogeneous
void setHomogeneous(bool homogeneous)Sets whether the box layout will allocate the same size to all children.
Parameters
homogeneous | true to set the box layout as homogeneous |
void setHomogeneous(bool homogeneous)Sets whether the box layout will allocate the same size to all children.
homogeneous | true to set the box layout as homogeneous |