qtdeclarative/tests/auto/qml/qqmlecmascript/data/CustomObject.qml

6 lines
77 B
QML

import QtQuick 2.0
QtObject {
property string greeting: "hello world"
}