import QtQuick 2.0

TextEdit {
    property string selected: selectedText

    text: "Hello World!"
    focus: true
}
