Implement TextMessage delegate
Text selection over multiple items doesn't work yet
This commit is contained in:
parent
56e27ced25
commit
34f5400e99
6 changed files with 243 additions and 11 deletions
10
resources/qml/delegates/TextMessage.qml
Normal file
10
resources/qml/delegates/TextMessage.qml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import QtQuick 2.5
|
||||
|
||||
TextEdit {
|
||||
text: eventData.formattedBody
|
||||
textFormat: TextEdit.RichText
|
||||
readOnly: true
|
||||
wrapMode: Text.Wrap
|
||||
width: parent.width
|
||||
selectByMouse: true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue