summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevaluetypes/data/rectf_read.qml
blob: aeb9f413f8624711ac5807caecd98969ac7b4728 (plain)
1
2
3
4
5
6
7
8
9
10
import Test 1.0

MyTypeObject {
    property real r_x: rectf.x
    property real r_y: rectf.y
    property real r_width: rectf.width
    property real r_height: rectf.height
    property var copy: rectf
}