blob: 7df7a558f90fbe7fc7e2f48ff6ac16304d1c5c62 [file] [log] [blame]
import QtQuick 2.0
TextEdit {
width: 300
focus: true
cursorDelegate: Item {
objectName: "cursor"
}
}