-2
全画面を中央の横にbluredする必要があります。 どうすれば作れますか?QMLのぼかしの効果
FastBlur
{
x: 0
y: 0
height: Screen.desktopAvailableHeight
width: Screen.desktopAvailableWidth
source: video
radius: 100
}
//私はぼかし
Rectangle
{
x: 100
y: 100
height: 250
width: 250
color: "red"
}
いいえ、私のfastblurソースはvideooutputで、センターはクリアでなければなりません –