aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgtextedit/data/inputMethodEvent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgtextedit/data/inputMethodEvent.qml')
-rw-r--r--tests/auto/declarative/qsgtextedit/data/inputMethodEvent.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgtextedit/data/inputMethodEvent.qml b/tests/auto/declarative/qsgtextedit/data/inputMethodEvent.qml
new file mode 100644
index 0000000000..e3f629ce3e
--- /dev/null
+++ b/tests/auto/declarative/qsgtextedit/data/inputMethodEvent.qml
@@ -0,0 +1,5 @@
+import QtQuick 2.0
+
+TextEdit {
+ focus: true
+}