我想遍历QML Grid的子项,并使用Javascript销毁它们中的每个子项。 Grid { id: contentGrid spacing: 10 ImageItem { imageSource: "file:/foo.jpeg" } // destroy ...
確定! 回上一頁