diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-06-01 07:09:17 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-06-01 07:09:17 (GMT) |
commit | f5aeb6a627ecde5da8c3674b0ba83582f5e4ec84 (patch) | |
tree | 845f66e1dfd71a1bec6225550a98b0299680a178 /tests | |
parent | 08d09e02109f18d2a22fa48f331cd7bcfacc154f (diff) | |
download | Qt-f5aeb6a627ecde5da8c3674b0ba83582f5e4ec84.zip Qt-f5aeb6a627ecde5da8c3674b0ba83582f5e4ec84.tar.gz Qt-f5aeb6a627ecde5da8c3674b0ba83582f5e4ec84.tar.bz2 |
Missed file.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/qdeclarativetextinput/data/positionAt.qml | 8 |
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" +} |