import QtQuick 2.0 import QtQuick.Controls 1.0 Rectangle { width: 100 height: 62 TextArea { anchors.fill: parent } }