Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / rect_write.qml
1 import Test 1.0
2
3 MyTypeObject {
4     rect.x: if (true) 1234
5     rect.y: if (true) 7
6     rect.width: if (true) 56
7     rect.height: if (true) 63
8 }
9