blob: 9e04620d8f8478339883fddd12cefa7a7d880b32 [file] [log] [blame]
import QtQuick 2.0
TextInput {
width: 300
focus: true
autoScroll: false
cursorDelegate: Item { objectName: "cursor" }
}