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

9 lines
161 B
QML

import QtQml
import QmlBench
QtObject {
property real x: Globals.realProp
property real y: Globals.intProp
property bool smooth: Globals.boolProp
}