aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevaluetypes/data/sizef_read.qml
blob: 96cd425f17a166e296d6b20427d022171f2e206e (plain)
1
2
3
4
5
6
7
8
9
import Test 1.0

MyTypeObject {
    property real s_width: sizef.width
    property real s_height: sizef.height
    property variant copy: sizef
}