animations...

This commit is contained in:
Zacharias-Brohn
2025-11-03 14:47:25 +01:00
parent 2da31b485e
commit 2fea7d56bc
4 changed files with 171 additions and 38 deletions
+2
View File
@@ -20,8 +20,10 @@ Rectangle {
id: repeater
model: SystemTray.items
TrayItem {
id: trayItem
required property SystemTrayItem modelData
item: modelData
bar: root.bar
}
}
}