4.24. Split widget class

The Split class inherits QSplitter Qt class.

Widget's attributes

orientation
This attribute holds the orientation of the splitter. Possible values are horizontal or vertical. The default is horizontal.
opaque
This attribute holds if resizing is opaque. Opaque resizing is on by default.
collapse
This attribute holds if child widgets can be resized down to size 0 by the user. By default, children are collapsible.