mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
Rich text for info popup description (needed for displaying links)
This commit is contained in:
parent
dd2b09b093
commit
8304c64cf6
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ Popup {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.maximumWidth: Utils.getSizeWithScreenRatio(300)
|
Layout.maximumWidth: Utils.getSizeWithScreenRatio(300)
|
||||||
text: mainItem.description
|
text: mainItem.description
|
||||||
|
textFormat: Text.RichText
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
color: DefaultStyle.main2_500_main
|
color: DefaultStyle.main2_500_main
|
||||||
onLinkActivated: Qt.openUrlExternally(link)
|
onLinkActivated: Qt.openUrlExternally(link)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue