Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / valueTypeFunctions.qml
1 import Qt.test 1.0
2
3 MyTypeObject {
4     rectProperty: Qt.rect(0,0,100,100)
5     rectFProperty: Qt.rect(0,0.5,100,99.5)
6 }