make cursor shape pointing hand on button hover

This commit is contained in:
end-4
2025-04-17 16:39:23 +02:00
parent 873cb24642
commit f798b912a6
9 changed files with 24 additions and 5 deletions
@@ -16,7 +16,8 @@ Button {
implicitHeight: columnLayout.implicitHeight
implicitWidth: columnLayout.implicitWidth
background: Item{} // No ugly bg
background: Item {}
PointingHandInteraction {}
// Real stuff
ColumnLayout {