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.
This commit is contained in:
Joshua Goins
2025-03-24 21:55:17 -04:00
parent ec635d7de3
commit c3404936fd

View File

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