Cursor pointer on link hover

This commit is contained in:
Sander Ferdinand 2018-04-28 18:14:13 +02:00
parent 199aedf60a
commit ec640dcd1b

View file

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