我想在Qt Qml中實現圓形圖像。我正在使用以下代碼的圖像元素。 Rectangle { id: mask anchors.centerIn: parent width: 200 height: 200 radius: 100 clip:true } ...
確定! 回上一頁