import QtQuick 1.0 Rectangle { width:400 height:400 Rectangle { id:btn width: 122 height: 30 color: "red" Text { text: "Welcome to China" } ...
確定! 回上一頁