On 02-Feb-2014, at 11:53 AM, Simone wrote:

> How I can handle complex combinations of characters like normal typing in 
> korean or chinese?
> How input method work with QWS (non X11 system) and what is the best solution?

If you use the Qt-supplied editors (QLineEdit, QPlainTextEdit, etc.) you get 
input methods and right-to-left writing direction handling as part of the 
package.

If you really want to write your own editor (and unless you're porting old 
code, I don't know why you would) look at QInputMethodEvent. The documentation 
is a bit on the short side, but I was ultimately able to figure out enough that 
it appears to me that we have input methods working acceptably in our old 
editor windows.

-John Weeks

_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to