[immodule-qt] QSimpleInputContext is now available

Lars Knoll lars at trolltech.com
Fri Jul 23 09:26:28 EEST 2004


Hi,

On Friday 23 July 2004 00:42, Kazuki Ohta wrote:
> I've committed QSimpleInputContext which is table based InputContext for
> supporting Dead/Multi key. (r31)
> But the table is not complete yet(only dead key related stroke is
> registered), so I'm going to add entries for Multi key.
>
> see :
> http://freedesktop.org:8080/svn/immqt/immodule-qt-x11/trunk/src/input/qsimp
>leinputcontext.cpp

One idea: Instead of using a hardcoded lookup table, to compose the sequence 
into Unicode, you might want to use QString::compose() in Qt 3, and 
QUnicodeTables::ligature(ushort c1, ushort c2) in Qt 4.

Best regards,
Lars

>
> Now I try to use this class as an slave InputContext of uim-qt.
> (but SCIM and IIIMF seems to have own resolution)
>
> regards.
>
> ---------------------------------
> Move the worl:D!
> Kazuki Ohta : mover at hct.zaq.ne.jp
> _______________________________________________
> immodule-qt mailing list
> immodule-qt at freedesktop.org
> http://freedesktop.org/mailman/listinfo/immodule-qt



More information about the immodule-qt mailing list