Skip to content
Snippets Groups Projects
TextMessage.qml 211 B
Newer Older
import QtQuick 2.5

TextEdit {
Nicolas Werner's avatar
Nicolas Werner committed
	text: model.formattedBody
	textFormat: TextEdit.RichText
	readOnly: true
	wrapMode: Text.Wrap
	width: parent ? parent.width : undefined
	selectByMouse: true
	color: colors.text