summaryrefslogtreecommitdiffstats
path: root/tests/manual/inputmethodhints
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-163-39/+39
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-113-3/+3
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Test code for input method hintsShane Kearns2010-08-065-0/+366
A simple test application to set any combination of input method hints on a QLineEdit widget. This makes it easier to debug when the original report relies on webkit. Task-number: QT-3681 Reviewed-by: Miikka Heikkinen