Add pointing hand cursor shape

This commit is contained in:
Loren Burkholder 2021-11-13 14:32:11 -05:00
parent 07aa89cca1
commit f095352a2c
1 changed files with 5 additions and 0 deletions

View File

@ -147,6 +147,11 @@ ApplicationWindow {
}
CursorShape {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
}
}
}