DEBSOURCES
Skip Quicknav
sources / qtquick1-opensource-src / 5.3.2-3 / tests / auto / declarative / qdeclarativeecmascript / data / objectName.qml
12345678
import QtQuick 1.0 QtObject { objectName: "hello" property string test1: objectName property string test2: objectName.substr(1, 3) }