Files
z-bar-qt/Components/CustomRect.qml
T
Zacharias-Brohn 22015bf61d custom switch
2026-02-23 21:38:45 +01:00

12 lines
117 B
QML

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