mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
12 lines
117 B
QML
12 lines
117 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
id: root
|
|
|
|
color: "transparent"
|
|
|
|
Behavior on color {
|
|
CAnim {}
|
|
}
|
|
}
|