Controls 1.4 ApplicationWindow { visible: true width: 640 height: 480 title: qsTr("Hello World") GridLayout { anchors.fill: parent columns: 5 rows: 2 ...
確定! 回上一頁