add textBlock component

This commit is contained in:
Jaquee
2017-08-24 11:27:00 +02:00
parent d670f6d321
commit 8480c70571
2 changed files with 8 additions and 0 deletions

7
components/TextBlock.qml Normal file
View File

@@ -0,0 +1,7 @@
import QtQuick 2.0
TextEdit {
wrapMode: Text.Wrap
readOnly: true
selectByMouse: true
}