Try out DelegateChooser

requires Qt5.12+
This commit is contained in:
Nicolas Werner 2019-10-08 20:55:09 +02:00
parent 7f41752165
commit b9076c5c4d
9 changed files with 189 additions and 157 deletions

View file

@ -1,7 +1,7 @@
import QtQuick 2.5
TextEdit {
text: eventData.formattedBody
text: model.formattedBody
textFormat: TextEdit.RichText
readOnly: true
wrapMode: Text.Wrap