Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / rect_read.qml
1 import Test 1.0
2
3 MyTypeObject {
4     property int r_x: rect.x
5     property int r_y: rect.y
6     property int r_width: rect.width
7     property int r_height: rect.height
8     property variant copy: rect
9 }
10