summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-06-01 07:09:17 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-06-01 07:09:17 (GMT)
commitf5aeb6a627ecde5da8c3674b0ba83582f5e4ec84 (patch)
tree845f66e1dfd71a1bec6225550a98b0299680a178 /tests/auto
parent08d09e02109f18d2a22fa48f331cd7bcfacc154f (diff)
downloadQt-f5aeb6a627ecde5da8c3674b0ba83582f5e4ec84.zip
Qt-f5aeb6a627ecde5da8c3674b0ba83582f5e4ec84.tar.gz
Qt-f5aeb6a627ecde5da8c3674b0ba83582f5e4ec84.tar.bz2
Missed file.
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/declarative/qdeclarativetextinput/data/positionAt.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativetextinput/data/positionAt.qml b/tests/auto/declarative/qdeclarativetextinput/data/positionAt.qml
new file mode 100644
index 0000000..2800351
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativetextinput/data/positionAt.qml
@@ -0,0 +1,8 @@
+import Qt 4.7
+
+TextInput{
+ focus: true
+ objectName: "myInput"
+ width: 50
+ text: "This is a long piece of text"
+}