import QtQuick 2.0
TextInput {
property string selected: selectedText
text: "Hello World!"
focus: true
}