hefty: bar: ws: bouncy special ws

This commit is contained in:
end-4
2026-02-06 22:38:58 +01:00
parent ea35ca1582
commit 8b84537579
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
}