Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Rectangle { width: 360; height: 360
- Text { id: foo; text: qsTr("Hello World"); y: 10 }
- Text { id: bar; text: qsTr("Hello Rect"); y: 100 }
- MouseArea { anchors.fill: parent; onClicked: { bar.text = "foo" } }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement