Files
I-DeskPet/components/StyledRect.qml
T
2025-10-20 10:53:55 +02:00

12 lines
117 B
QML

import QtQuick
Rectangle {
id: root
color: "transparent"
Behavior on color {
CAnim {}
}
}