Results 1 to 6 of 6

Thread: key_board

  1. #1
    Join Date
    Nov 2011
    Location
    coimbatore
    Posts
    80
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 5 Times in 5 Posts

    Default key_board

    hi everyone,

    i have created virtual keyboard .....whenever i click the text input this keyboard will open ...now my doubt is how to pass the value in different textinput (e.g name ,age,address)...please tell some imformation

  2. #2
    Join Date
    Jan 2012
    Location
    Argentina
    Posts
    167
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    33
    Thanked 10 Times in 10 Posts

    Default Re: key_board

    I recommend you to investigate slots and signals. Read a little then you ll have a solution that should be similar to this one:

    Qt Code:
    1. connect (keyboard, SIGNAL (userFinishedTyping (QString)), myTextInput, SLOT (setText (QString)));
    To copy to clipboard, switch view to plain text mode 

  3. #3
    Join Date
    Nov 2011
    Location
    coimbatore
    Posts
    80
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 5 Times in 5 Posts

    Default Re: key_board

    thanks for your reply,
    but i am using qml .....

  4. #4
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    10
    Thanked 13 Times in 12 Posts

    Default Re: key_board

    Just convert this into Qml. Nobody will give you the code you want here. Just the methods and ideas will be given. There wont be any opportunity of copy and paste here.

  5. #5
    Join Date
    Nov 2011
    Location
    coimbatore
    Posts
    80
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 5 Times in 5 Posts

    Default Re: key_board

    thanks for your reply na,
    i got output....

  6. #6
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    10
    Thanked 13 Times in 12 Posts

    Default Re: key_board

    Good!!!! Also, if you got the output.. Please update this thread with the codes you have used so that others can use it. Thanks

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.