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:
@@ -123,6 +123,10 @@ QQC2.Control {
|
||||
}
|
||||
}
|
||||
|
||||
HoverHandler {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
|
||||
QQC2.Button {
|
||||
id: closeButton
|
||||
anchors.right: parent.right
|
||||
|
||||
Reference in New Issue
Block a user