Format links in descriptions to be clickable

Took some fiddling to get the regex right. But it's nice now.

Contributes to issue CURA-8565.
This commit is contained in:
Ghostkeeper 2021-11-29 19:29:33 +01:00
parent d511c4542a
commit b5c7dfe9a2
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 18 additions and 4 deletions

View file

@ -404,7 +404,11 @@ Rectangle
text: packageData.description
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
linkColor: UM.Theme.getColor("text_link")
wrapMode: Text.Wrap
textFormat: Text.RichText
onLinkActivated: UM.UrlUtil.openUrl(link, ["http", "https"])
}
Cura.SecondaryButton