Some basic reply support.

This commit is contained in:
Black Hat
2018-09-17 11:58:02 +08:00
parent d02c3f6e90
commit 5ca03fdea8
7 changed files with 131 additions and 89 deletions

View File

@@ -82,7 +82,8 @@ RowLayout {
selectByMouse: true
readOnly: true
wrapMode: Label.Wrap
selectionColor: Material.accent
selectedTextColor: highlighted ? Material.accent : "white"
selectionColor: highlighted ? "white" : Material.accent
textFormat: Text.RichText
onLinkActivated: Qt.openUrlExternally(link)