import QtQuick 2.0Rectangle { color: “yellow” width: 100; height: 100 MouseArea { anchors.fill: parent onClicked: console.log("clicked ...
確定! 回上一頁