From 8480c70571ed815bfbdf2c6120a9a6fe1e7e1149 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Thu, 24 Aug 2017 11:27:00 +0200 Subject: add textBlock component --- components/TextBlock.qml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 components/TextBlock.qml (limited to 'components/TextBlock.qml') diff --git a/components/TextBlock.qml b/components/TextBlock.qml new file mode 100644 index 00000000..7c36088a --- /dev/null +++ b/components/TextBlock.qml @@ -0,0 +1,7 @@ +import QtQuick 2.0 + +TextEdit { + wrapMode: Text.Wrap + readOnly: true + selectByMouse: true +} -- cgit v1.2.3