Given this QML: ApplicationWindow { id: window width: 640 height: 480 visible: true color: "black" ListView { id: myView anchors.fill: ...
確定! 回上一頁