aboutsummaryrefslogtreecommitdiff
path: root/components/TextBlock.qml
blob: 7c36088a3fd8605e80e93be0ef6bc0982a2f66ad (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

TextEdit {
    wrapMode: Text.Wrap
    readOnly: true
    selectByMouse: true
}