Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Text {
- anchors.fill: parent
- id: text1
- }
- property alias txt1: text1.text
- function setText(value1) {
- txt1 = value1 // doesn't change anything
- console.log(txt1) // returns good value
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement