QML Positioning Elements

Column

The Column item arranges its children vertically.

Row

The Row item arranges its children horizontally.

Grid

The Grid item positions its children in a grid.

Flow

The Flow item arranges its children side by side, wrapping as necessary.

Groups Of Related QML Elements

If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here.

Column

The Column item arranges its children vertically.

Row

The Row item arranges its children horizontally.

Grid

The Grid item positions its children in a grid.

Flow

The Flow item arranges its children side by side, wrapping as necessary.

Groups Of Related QML Elements

If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here.