Rewrite the canvas item's paint logic.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativetextinput / data / positionAt.qml
1 import QtQuick 1.0
2
3 TextInput{
4     focus: true
5     objectName: "myInput"
6     width: 50
7     text: "This is a long piece of text"
8 }