Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / sizef_write.qml
1 import Test 1.0
2
3 MyTypeObject {
4     sizef.width: if (true) 44.3
5     sizef.height: if (true) 92.8
6 }