-
Suggestion
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
None
Feature Request :
QLayout/QVBoxLayout has a feature that distributes widgets with equally spaced "emptiness" in between in case that widgets may not fill entire layout. For example, when sizes of widgets are restrained (line edits etc.).
Typically, one wants to add adjustable space at the bottom or at the right side of the parent widget. This is done usually by inserting a spacer.
Considering how often this is required, could you please add an attribute that tells the layout that instead of equally spacing widgets it should instead cluster them to the left/top of the widget?