PDA

View Full Version : A simple positioning example



franky
7th October 2017, 18:15
Hello,

Please take a look at this example (https://qmlbook.github.io/en/ch04/index.html#positioning-elements).
I've created a Qt Quick Application named position and coded what the example said on it which is shown in the following:

12605

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?