Merge pull request #111 from mentalfl0w/dev

Improve FluAcrylic.
This commit is contained in:
zhuzichu
2023-05-17 19:57:14 +08:00
committed by GitHub
2 changed files with 14 additions and 1 deletions

View File

@ -22,6 +22,7 @@ FluScrollablePage{
Layout.fillWidth: true
height: 320
Image {
id: bg
fillMode:Image.PreserveAspectCrop
anchors.fill: parent
verticalAlignment: Qt.AlignTop
@ -61,6 +62,7 @@ FluScrollablePage{
}
clip: false
delegate:Item{
id: control
width: 220
height: 240
FluArea{
@ -68,6 +70,15 @@ FluScrollablePage{
width: 200
height: 220
anchors.centerIn: parent
color: 'transparent'
FluAcrylic {
sourceItem:bg
anchors.fill: parent
color: FluTheme.dark ? 'black' : 'white'
rectX: control.parent.x-control.parent.contentX+10+(control.width)*index
rectY: control.parent.y+10
acrylicOpacity:0.5
}
Rectangle{
anchors.fill: parent
radius: 8