Enable link handling

This commit is contained in:
Nicolas Werner 2019-11-03 03:28:16 +01:00
parent 993926e189
commit 88dc72df4f
6 changed files with 41 additions and 18 deletions

View file

@ -1,11 +1,6 @@
import QtQuick 2.5
import ".."
TextEdit {
MatrixText {
text: model.formattedBody
textFormat: TextEdit.RichText
readOnly: true
wrapMode: Text.Wrap
width: parent ? parent.width : undefined
selectByMouse: true
color: colors.text
}