added caching of servers and containers in models
This commit is contained in:
parent
68d9394d9f
commit
c3f39ad24d
8 changed files with 69 additions and 70 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue