[Qt-interest] Input Method framework for Qt-Embedded

Wei-Ning Huang aitjcize at gmail.com
Mon Mar 7 06:28:32 CET 2011


Hi List,

I just finished a university project that focus on making common input
methods available on Qt-Embedded.

Here's a video demo:
http://berelent.blogspot.com/2011/01/embedded-system-final-project.html

In the video, I implemented two common input methods for mandarin chinese.
One is ZuIn utilizing the libchewing
project (http://chewing.csie.net/), Qin chewing-plugin only act as an
wrapper for the input method itself. Another one
is Boshiamy input method that uses ibus-table sqlite database (
https://github.com/vicamo/ibus-table-boshiamy).

New input methods can be defined with an XML file. For table based IMs, you
can use ibus-table sqlite database
plus an XML file to register new input methods; for plugin based IMs, you
can use an XML file and also write a
plugin for it.

This project is in a very early stage, anyone interested in developing the
project can contact me, or feel free to fork it on github :)
The source is located at: https://github.com/Aitjcize/Qin

Best regards,
Wei-Ning Huang

-- 
AZ Huang <http://berelent.blogspot.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110307/86103d71/attachment.html 


More information about the Qt-interest-old mailing list