Qt Quick Layouts - Basic Example#
Demonstrates how to use layout types to arrange a UI.
This example shows how to easily arrange UI components into layouts with GridLayout , RowLayout , and ColumnLayout .
Running the Example#
To run the example from Qt Creator, open the Welcome mode and select the example from Examples. For more information, visit Building and Running an Example.