aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit/data/inputMethodEvent.qml
blob: 7df7a558f90fbe7fc7e2f48ff6ac16304d1c5c62 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

TextEdit {
    width: 300
    focus: true

    cursorDelegate: Item {
        objectName: "cursor"
    }
}