Change mouse icon on link hover

This commit is contained in:
Vladyslav Miachkov
2024-05-14 16:35:40 +03:00
parent 1bc43a9c06
commit e672a4a471
+6
View File
@@ -62,6 +62,12 @@ Popup {
}
text: root.text
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.NoButton
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
}
}
Item {