animations...

This commit is contained in:
Zacharias-Brohn
2025-11-05 13:41:44 +01:00
parent 2fea7d56bc
commit 70916e4755
3 changed files with 40 additions and 60 deletions
+6 -16
View File
@@ -30,22 +30,12 @@ MouseArea {
IconImage {
id: icon
anchors.fill: parent
layer.enabled: true
layer.onEnabledChanged: {
if (layer.enabled && status === Image.Ready)
analyser.requestUpdate();
}
onStatusChanged: {
if (layer.enabled && status === Image.Ready)
analyser.requestUpdate();
}
source: GetIcons.getTrayIcon(root.item.id, root.item.icon)
mipmap: false
anchors.centerIn: parent
height: 22
width: 22
source: root.item.icon
mipmap: true
smooth: false
asynchronous: true
ImageAnalyser {