[immodule-qt] I have implemented QInputMethodEvent Property for the discussion

Lars Knoll lars at trolltech.com
Mon Jan 3 12:24:10 EET 2005


On Monday 03 January 2005 10:07, Daisuke Kameda wrote:
> Sorry, I forgot to atttach the patch.
>
> On Monday 03 January 2005 18:03, Daisuke Kameda wrote:
> > I have implemented QInputMethodEvent Property for the discussion.
> >
> > The property contains ruby (Japanese hiragana), a language, underline's
> > color, background color, etc., as before discussed by this mailing list.
> > These are important for the advanced input system, and implemented
> > by gtk+ about the color.
> >
> > Based on this implementation, let's discuss about the property.

Thanks for your patch. We need to merge your change with the other 
requirements we have for the event. 

You have added a class QInputMethodStrAttr. Do you want to control all 
attributes of the preedit string through this class? Do you also want to 
include the preedit selection here and remove the cpos and selLen members 
from QInputMethodEvent?

I can come up with a proposal for a better QInputMethodEvent that includes 
support for editing of surrounding text and independent commit actions once I 
know this.

Thanks,
Lars



More information about the immodule-qt mailing list