圆形头像效果:

qml代码:
import QtQuick 2.3
import QtGraphicalEffects 1.0
Rectangle {
id: img
width: 150
height: 150
radius: width/2
color: "black"
Image {
id: _image
smooth: true
visible:
圆形头像效果:

qml代码:
import QtQuick 2.3
import QtGraphicalEffects 1.0
Rectangle {
id: img
width: 150
height: 150
radius: width/2
color: "black"
Image {
id: _image
smooth: true
visible:
679

被折叠的 条评论
为什么被折叠?