Skip to content
Snippets Groups Projects
TextMessage.qml 194 B
Newer Older
  • Learn to ignore specific revisions
  • import QtQuick 2.5
    
    TextEdit {
    	text: eventData.formattedBody
    	textFormat: TextEdit.RichText
    	readOnly: true
    	wrapMode: Text.Wrap
    	width: parent.width
    	selectByMouse: true
    
    	color: colors.text