键QML类型 ... onPressed: (event)=> { if (event.key == Qt.Key_Left) { console.log("move left"); ... 如果项目接受了键事件,它将不会被Keys附加属性处理程序处理。
確定! 回上一頁