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