main
朱子楚\zhuzi 2023-05-13 17:56:26 +08:00
parent 8475ec7f03
commit 84e863f664
2 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,7 @@ Item {
property alias color: rect.color
property alias acrylicOpacity: rect.opacity
property var sourceItem: control.parent
Rectangle {
id: rect
@ -18,7 +19,7 @@ Item {
ShaderEffectSource {
id: effect_source
anchors.fill: parent
sourceItem: control.parent
sourceItem: control.sourceItem
sourceRect: Qt.rect(control.x, control.y, control.width, control.height)
}

View File

@ -22,10 +22,9 @@ Item {
Row{
id: content
height: control.height
spacing: 25
spacing: 10
padding: 10
FluToggleButton{
visible: control.pageCount>1
disabled: control.pageCurrent<=1