Test code for input method hints
authorShane Kearns <shane.kearns@accenture.com>
Fri, 6 Aug 2010 10:38:18 +0000 (11:38 +0100)
committerShane Kearns <shane.kearns@accenture.com>
Fri, 6 Aug 2010 10:44:16 +0000 (11:44 +0100)
commitd2a52ba7d5fa48632d6f0092da8db97188993252
treea69a22353de4cf99736bd4272ab67ac34fa672c0
parent6b61a2787759673f246493453c0809d24c9d6ae5
Test code for input method hints

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
tests/manual/inputmethodhints/inputmethodhints.cpp [new file with mode: 0644]
tests/manual/inputmethodhints/inputmethodhints.h [new file with mode: 0644]
tests/manual/inputmethodhints/inputmethodhints.pro [new file with mode: 0644]
tests/manual/inputmethodhints/inputmethodhints.ui [new file with mode: 0644]
tests/manual/inputmethodhints/main.cpp [new file with mode: 0644]