1、绑定,使用冒号
x:root.x
2、解绑,使用等号
x = 0;
3、js绑定
button.text = Qt.binding(function(){return textField.text;});