PointHand cursor when "upload profile pic" hovered

This commit is contained in:
miruka 2020-03-15 16:16:37 -04:00
parent 73d54b5788
commit d00db2256d

View File

@ -87,6 +87,14 @@ HGridLayout {
HoverHandler { id: overlayHover }
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.NoButton
cursorShape:
overlayHover.hovered ?
Qt.PointingHandCursor : Qt.ArrowCursor
}
HColumnLayout {
anchors.centerIn: parent
spacing: currentSpacing