PDA

View Full Version : How to create Virtual Keyboard ?



augusbas
9th July 2009, 09:54
Hi,

I need to develop a virtual keyboard.

I have developed a form with Pushbuttons on it . I am gonna use QWSServer -Send key event to send keypress data on button click.

For example , if i open a notepad application and top of it my virtual keyboard ,and whenever i press a key it should be received by the notepad application.

Guys please help me ?

caduel
9th July 2009, 09:58
Do you want us to write the application?
Ask a question and we will try to help.

augusbas
9th July 2009, 10:11
Do you want us to write the application?
Ask a question and we will try to help.

Hi Caduel,

If you have program related please help me or you can guide me on how to do it?

My application will be a virtual keyboard..

As i have mentioned i have a form with push buttons on it . Now whenever any button is pressed, with the signal generated i will send "QWSServer::sendKeyEvent( -1, Qt::Key_0,0, true, false);" ( I did a study on pen input)......Please correct me if i am wrong with the method i said...

Now how do i make sure that my background application receives the key inputs.