import QtQuick 2.0 TextEdit { width: 100; height: 100 text: "Hello world" focus: false }