blob: 3a48c8bdb1d8dfc383d6526cf59276b1331f08ba [file] [log] [blame]
import Test 1.0
MyTypeObject {
property variant object
object: MyTypeObject {
rect.x: 19
rect.y: 33
rect.width: 5
rect.height: 99
}
rect: object.rect
}