overte/interface/resources/qml/CustomTextArea.qml

10 lines
162 B
QML

import QtQuick 2.3
import QtQuick.Controls 1.2
TextArea {
font.family: "Helvetica"
font.pointSize: 18
backgroundVisible: false
readOnly: true
}