我需要QML ListView中元素之间的边距。有了这段代码,我得到了元素列的边距,但是我需要每个元素之间的边距: ListModel { id: listModel ListElement { name: "Apple" } ...
確定! 回上一頁