how to send key event with vitual keyboard
hi all,
i'm making a program in which i'm making a key board .
and i want to add this key board to my another app which can use use this virtuak keyboard to enter name , age ,etc..
but how to send events using this keyboard which will work like real keyboard.
i want that when i press keys e.g. j,i,g,a,r it will automatic write in line i don't want to manually merge each and evevy characters.
is it possible ?
i'm new to qt.
note :
working on linux
Qt creator 1.3.1 based on qt 4.6.2
thanx.
Re: how to send key event with vitual keyboard
Re: how to send key event with vitual keyboard
There's an example for input context somewhere in the Qt Demos or the labs...
search for it :)