tst_uic a cross-platform application framework that is used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed.
summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-08-25 11:08:09 (GMT)
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-08-27 09:43:26 (GMT)
commit917d176fb49ee1cd54a57305e4d7ef1bd7ce6f34 (patch)
tree991185e86c865280b614d41a24a1c366a3b129d1 /src/gui
parentbca6787b48c152110b4afb2bd389b1fb9a6032cb (diff)
downloadQt-917d176fb49ee1cd54a57305e4d7ef1bd7ce6f34.zip
Qt-917d176fb49ee1cd54a57305e4d7ef1bd7ce6f34.tar.gz
Qt-917d176fb49ee1cd54a57305e4d7ef1bd7ce6f34.tar.bz2
Implement IME reconversion on windows.
Windows IME supports reconversion of text. e.g. On a Japanese layout, up on pressing the HENKAN key a list of choices for the current word are shown in a popup. This patch adds that support to Qt. We will select the current word in the widget and the choices are shown as in the editing mode. Task-number:225588 Reviewed-by: axis