qmlbook / qt6book

The Qt 6 Book - A book about QML
https://www.qt.io/product/qt6/qml-book
Other
335 stars 110 forks source link

Bad reading in Quick Starter / Positioning Elements #189

Open Samuel-Ghinet opened 2 years ago

Samuel-Ghinet commented 2 years ago

A repeater injects the index property into the repeater. It contains the current loop-index. (0,1,..15).

I believe it meant something like,

A repeater injects the index property into the delegate.