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