I guess the binding does not take effect immediately. import QtQuick import QtQuick.Control Button { onClicked: { console.log('clicked') this.enabled = false ...
確定! 回上一頁