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

MyTypeObject {
    vector4.x: if (true) -0.3
    vector4.y: if (true) -12.9
    vector4.z: if (true) 907.4
    vector4.w: if (true) 88.5
}