From ec640dcd1b29d7460973e96d9e59674614072fd2 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 28 Apr 2018 18:14:13 +0200 Subject: [PATCH] Cursor pointer on link hover --- pages/Settings.qml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/Settings.qml b/pages/Settings.qml index a9389ee4..fac31037 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -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 {