Qt Quick Layouts - Basic Example¶
Demonstrates how to use layout types to arrange a UI
layouts.qml Example File¶
main.cpp Example File¶
layouts.pro Example File¶
layouts.qmlproject Example File¶
layouts.qrc Example File¶
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.