blob: dfc80990c6f4da840b79fc04ebfc23026a2e8a46 [file] [log] [blame]
import QtQuick 2.0
TextInput {
width: 200
text: "supercalifra"
focus: true
cursorPosition: 12
}