the cursor changes to Qt.PointingHandCursor when hovering over links
This commit is contained in:
parent
f11c65c393
commit
16cadfeae8
1 changed files with 5 additions and 0 deletions
|
|
@ -218,6 +218,11 @@ PageType {
|
|||
}
|
||||
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
|
||||
}
|
||||
}
|
||||
|
||||
BasicButtonType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue