import QtQuick 1.0 import qmlLabel 1.0 Rectangle { width: 360 height: 360 QmlLabel { x:100; y:100 text: "QML Label" } }
確定! 回上一頁