qtdeclarative/tests/auto/qml/qmlcppcodegen/data/stringLength.qml

7 lines
103 B
QML

import QtQml
QtObject {
objectName: "astringb"
property int stringLength: objectName.length
}