Show link on hover

Fix #279
This commit is contained in:
Carl Schwan
2021-05-07 04:18:50 +02:00
parent 17b6f4e78a
commit 173d8075ad
2 changed files with 22 additions and 0 deletions

View File

@@ -51,6 +51,11 @@ a{
Layout.fillWidth: true
onLinkActivated: RoomManager.openResource(link)
onHoveredLinkChanged: if (hoveredLink.length > 0) {
applicationWindow().hoverLinkIndicator.text = hoveredLink;
} else {
applicationWindow().hoverLinkIndicator.text = "";
}
MouseArea {
anchors.fill: parent