Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / size_read.qml
1 import Test 1.0
2
3 MyTypeObject {
4     property int s_width: size.width
5     property int s_height: size.height
6     property variant copy: size
7 }
8