aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevaluetypes/data/rectf_read.qml
blob: 6ff3ce30bf2bb02bc93d7a3b60a7278e3e2c2bf3 (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 variant copy: rectf
}