From c3404936fd9a442e899eca6ee644ff7ed2ef3da7 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 24 Mar 2025 21:55:17 -0400 Subject: [PATCH] Set the pointing hand cursor shape on link previews Our HIG explicitly says we can do this for links, and these components are literally giant links. This might also help differentiate these from similar looking components like quotes for desktop users. --- src/timeline/LinkPreviewComponent.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/timeline/LinkPreviewComponent.qml b/src/timeline/LinkPreviewComponent.qml index 4dbee5b1d..c51f71fc0 100644 --- a/src/timeline/LinkPreviewComponent.qml +++ b/src/timeline/LinkPreviewComponent.qml @@ -123,6 +123,10 @@ QQC2.Control { } } + HoverHandler { + cursorShape: Qt.PointingHandCursor + } + QQC2.Button { id: closeButton anchors.right: parent.right