summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetextinput/data-X11/usingLineEdit.7.png
Commit message (Collapse)AuthorAgeFilesLines
* Update qml visual testsAlan Alpert2010-11-161-0/+0
| | | | | | | | | | Added guidelines for size, and shrunk tests that exceeded them. Also updated the visuals for all text tests now that antialiasing is off Also some other minor cleanups. Also had to update the visuals for all tests, due to the bug in generating the test scripts being fixed (all need to be remade). Task-number: QTBUG-14792
* Clean up qmlvisual/qdeclarativetextinput visual testsAlan Alpert2010-10-291-0/+0
| | | | | | Platform visuals and some cleanup after extended neglect Task-number: QTBUG-14792
* Add some TextInput properties and methodsAlan Alpert2010-04-121-0/+0
Adds the properties -passwordCharacter -displayText And the method -moveCursorSelection(int pos) These just provide a QML way to access existing QLineControl functionality, and are necessary to create desktop style LineEdits (the existing TextInput QML API was designed with a focus on touch input LineEdits) Includes tests and documentation. Task-number: QT-321 Reviewed-by: Aaron Kennedy