QML Positioning Elements
The Column item arranges its children vertically. | |
The Row item arranges its children horizontally. | |
The Grid item positions its children in a grid. | |
The Flow item arranges its children side by side, wrapping as necessary. | |
If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here. |
The Column item arranges its children vertically. | |
The Row item arranges its children horizontally. | |
The Grid item positions its children in a grid. | |
The Flow item arranges its children side by side, wrapping as necessary. | |
If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here. |