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.

(cherry picked from commit c3404936fd)
This commit is contained in:
Joshua Goins
2025-03-24 21:55:17 -04:00
committed by Tobias Fella
parent 45f9aeb5bf
commit 299d8e9c40

View File

@@ -128,6 +128,10 @@ QQC2.Control {
}
}
HoverHandler {
cursorShape: Qt.PointingHandCursor
}
QQC2.Button {
id: closeButton
anchors.right: parent.right