Results 1 to 3 of 3

Thread: How to create Virtual Keyboard ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2009
    Location
    India
    Posts
    143
    Thanks
    16
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Question How to create Virtual Keyboard ?

    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 ?

  2. #2
    Join Date
    Dec 2006
    Posts
    849
    Thanks
    6
    Thanked 163 Times in 151 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How to create Virtual Keyboard ?

    Do you want us to write the application?
    Ask a question and we will try to help.

  3. #3
    Join Date
    Jun 2009
    Location
    India
    Posts
    143
    Thanks
    16
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Question Re: How to create Virtual Keyboard ?

    Quote Originally Posted by caduel View Post
    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.

Similar Threads

  1. virtual keyboard done with qt4-designer
    By Klaus_EAN in forum Qt Programming
    Replies: 17
    Last Post: 30th December 2010, 08:47
  2. Virtual Keyboard on Qt-Embedded?
    By cookie1909 in forum Newbie
    Replies: 0
    Last Post: 22nd April 2009, 23:37
  3. About qtopia an virtual keyboard
    By webquinty in forum Qt for Embedded and Mobile
    Replies: 6
    Last Post: 2nd March 2009, 08:35
  4. Q3ScrollView resists to scroll down to the garbage bin
    By sivrisinek in forum Qt Programming
    Replies: 0
    Last Post: 5th February 2009, 17:50
  5. Virtual Keyboard on Qtopia 4.2.1
    By shapirlex in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 11th April 2007, 15:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.