page1.qml. import QtQuick 2.0 Rectangle { width: 360 height: 100 color: "red" focus: true Text { id: txt text: qsTr("Page1") anchors.fill: ...
確定! 回上一頁