PointHand cursor when "upload profile pic" hovered
This commit is contained in:
parent
73d54b5788
commit
d00db2256d
|
@ -87,6 +87,14 @@ HGridLayout {
|
||||||
|
|
||||||
HoverHandler { id: overlayHover }
|
HoverHandler { id: overlayHover }
|
||||||
|
|
||||||
|
MouseArea {
|
||||||
|
anchors.fill: parent
|
||||||
|
acceptedButtons: Qt.NoButton
|
||||||
|
cursorShape:
|
||||||
|
overlayHover.hovered ?
|
||||||
|
Qt.PointingHandCursor : Qt.ArrowCursor
|
||||||
|
}
|
||||||
|
|
||||||
HColumnLayout {
|
HColumnLayout {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: currentSpacing
|
spacing: currentSpacing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user