QWidget.widgetSizeRatio

specifies that how much height (in horizontal layout) or width (in vertical) is given to this widget. The ratio of all widgets is added up and height/width for each widget is then calculated using this

class QWidget
protected
uinteger widgetSizeRatio;

Meta