SizeGroupMode#

class SizeGroupMode#

The mode of the size group determines the directions in which the size group affects the requested sizes of its component widgets.

Fields#

class SizeGroupMode
BOTH#

Group affects both horizontal and vertical requisition

HORIZONTAL#

Group affects horizontal requisition

NONE#

Group has no effect

VERTICAL#

Group affects vertical requisition