aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlvaluetypes/data/rect_read.qml
blob: c3b37a7099d8d3892cc18dcbb97654f8760ccc8e (plain)
1
2
3
4
5
6
7
8
9
10
import Test 1.0

MyTypeObject {
    property int r_x: rect.x
    property int r_y: rect.y
    property int r_width: rect.width
    property int r_height: rect.height
    property variant copy: rect
}