Advertisement
Guest User

Untitled

a guest
Feb 7th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Rectangle { width: 360; height: 360
  2. Text { id: foo; text: qsTr("Hello World"); y: 10 }
  3. Text { id: bar; text: qsTr("Hello Rect"); y: 100 }
  4. MouseArea { anchors.fill: parent; onClicked: { bar.text = "foo" } }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement