Enable link handling
This commit is contained in:
parent
993926e189
commit
88dc72df4f
6 changed files with 41 additions and 18 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue