【发布时间】:2015-12-30 09:55:20
【问题描述】:
我想知道为什么 Item 会这样:
Item {
id: root
width: 640
height: 480
MouseArea {
anchors.fill: (root or parent. It doesn't matter)
onClicked: console.log("clicked")
}
}
但对于Window 却没有。只有通过父锚定有效,但通过 id 锚定会失败。
【问题讨论】: