mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-03 20:56:23 +01:00
LineEdit: cursor: pointer for QML rich text on input labels
This commit is contained in:
parent
901e77e6f1
commit
6d31c48522
@ -96,6 +96,12 @@ Item {
|
||||
textFormat: Text.RichText
|
||||
color: "white"
|
||||
onLinkActivated: item.labelLinkActivated()
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
|
||||
}
|
||||
}
|
||||
|
||||
Item{
|
||||
|
Loading…
Reference in New Issue
Block a user