RowLayout.type

type specifies whether the layout places controls in rows or columns.

The default value is HORIZONTAL.

Possible values are: <ul> <li>HORIZONTAL: Position the controls horizontally from left to right</li> <li>VERTICAL: Position the controls vertically from top to bottom</li> </ul>

@since 2.0

class RowLayout
int type;

Meta