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

MyTypeObject {
    rectf.x: if (true) 70.1
    rectf.y: if (true) -113.2
    rectf.width: if (true) 80924.8
    rectf.height: if (true) 99.2
}