hefty: bar: ws: bouncy special ws

This commit is contained in:
end-4
2026-02-06 22:38:58 +01:00
parent 4718922c55
commit 74368ad25a
2 changed files with 14 additions and 8 deletions
@@ -0,0 +1,9 @@
pragma ComponentBehavior: Bound
import QtQuick
// MouseArea that contains good defaults for buttons
MouseArea {
id: root
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
}