summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicstextedit/data/inputmethodhints.qml
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-6/+0
| | | | QDeclarativeXXX.
* Adds inputMethodHint property to TextEdit and TextInput.Joona Petrell2010-02-121-0/+6
Reviewed-by: Martin Jones