PDA

View Full Version : Input Method Editor Creation Issue



Asim Umair
16th October 2012, 13:14
Hi ,

I have to create an IME (Input Method Editor) . So that , i can render the text written in Asian Languages( Japense , Korean etc).

I don't want to involve the TextEdit Control for this. My objective is to inherit my application with QWidget , Handles the InputMethod and make my own insertText method , which draws a character on screen.

Everything working properly on English Characters . But in Asian its not working.

Can anyone please help my out from this ?
Can i use the QTextControl, QTextCursor classes for that ? If yes , then how ?


Thanx