Merge pull request #323 from amnezia-vpn/bugfix/linktext_cursor_sftp
the cursor changes to Qt.PointingHandCursor when hovering over links
This commit is contained in:
commit
154044e32a
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