TextArea for MessageSource to mark/copy source

This commit is contained in:
Reinhold Gschweicher
2020-11-30 20:55:51 +01:00
parent 66b6f5c229
commit 41a4610acc

View File

@@ -17,8 +17,9 @@ Kirigami.OverlaySheet {
text: i18n("Message Source")
}
Label {
TextArea {
text: sourceText
readOnly: true
wrapMode: Text.WordWrap
}
}