blob: ce2e82d0f87ffb7234f6fe209fc8f3db9ab17f72 [file] [log] [blame]
import Test 1.0
MyTypeObject {
property int value: 10
rect.x: value
onRunScript: { rect = Qt.rect(10, 10, 10, 10) }
}