DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src-gles / 5.15.17%2Bdfsg-1 / tests / auto / quick / qquickrepeater / data / properties.qml
1234567891011
import QtQuick 2.0 Row { Repeater { objectName: "repeater" model: 5 Text { text: "I'm item " + index } } }