Hello,

Please take a look at this example.
I've created a Qt Quick Application named position and coded what the example said on it which is shown in the following:

Capture.jpg

I've used some squares in main.qml but my question is: What those other components with first letter in lower case ( say, grid.qml, flow.qml and others) are for? That is, what are their use or how to use them in that example/project?