Construct a BoxLayout for arranging widgets in a linear direction.
Whether the layout is active and responsive to user input.
ReadonlyisWhether this object references a valid layout.
Distance between widgets in the layout.
Adds a child layout to this BoxLayout. The child layout is appended in the current direction (left-to-right or top-to-bottom).
Adds a stretch space (spacer) with the specified stretch factor. Higher stretch values take more available space proportionally. Default factor is 0 (fixed space).
Remove all widgets from the layout with specified cleanup behavior.
Schedule layout for deletion after event processing.
Returns the name of this object's type.
Returns true if the object is of the specified type.
Returns true if this object refers to the same instance as the given object.
Set the margins around layout contents.
Sets the layout direction (LeftToRight, RightToLeft, TopToBottom, BottomToTop). Controls whether widgets are arranged horizontally or vertically.
Layout manager arranging widgets in a row or column.