added caching of servers and containers in models

This commit is contained in:
vladimir.kuznetsov 2023-06-07 13:17:48 +03:00
parent 68d9394d9f
commit c3f39ad24d
8 changed files with 69 additions and 70 deletions

View file

@ -34,22 +34,6 @@ Item {
Layout.fillWidth: true
color: "transparent"
ShaderEffectSource {
id: effectSource
sourceItem: background
anchors.fill: background
sourceRect: Qt.rect(x,y, width, height)
}
FastBlur {
id: blur
anchors.fill: effectSource
source: effectSource
radius: 100
}
}
}
}