DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qqmlecmascript / data / objectName.qml
12345678
import QtQuick 2.0 QtObject { objectName: "hello" property string test1: objectName property string test2: objectName.substr(1, 3) }