Cursor pointer on link hover

pull/2/head
Sander Ferdinand 6 years ago
parent 199aedf60a
commit ec640dcd1b

@ -719,6 +719,12 @@ Rectangle {
inputDialog.onRejectedCallback = null; inputDialog.onRejectedCallback = null;
inputDialog.open() inputDialog.open()
} }
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.NoButton
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
}
} }
TextBlock { TextBlock {