import QtQuick 2.0

TextEdit {
    width: 200
    text: "supercalifra"
    focus: true
}
