Results 1 to 15 of 15

Thread: Widget Virtual Keyboard

Hybrid View

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

    Default Re: Widget Virtual Keyboard

    hi ,

    Suppose i need this widget keyboard, to add to my Notepad application. how do i do it?

    When i open my notepad automatically this widget keyboard should come up .

    Any idea?

  2. #2
    Join Date
    Aug 2009
    Posts
    5
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    4
    Thanked 9 Times in 3 Posts

    Default Re: Widget Virtual Keyboard

    1. Add this line to your project's .pr file.
    include(path/to/widgetkeyboard/src/WidgetKeyboard.pri)
    2. Include the WidgetKeyboard and use it like a normal Qt widget.

    As simple as that.

  3. The following user says thank you to embitel for this useful post:

    augusbas (9th October 2009)

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

    Talking Re: Widget Virtual Keyboard

    Quote Originally Posted by embitel View Post
    1. Add this line to your project's .pr file.

    2. Include the WidgetKeyboard and use it like a normal Qt widget.

    As simple as that.

    Thanks a lot man...It Worked ..

    Its a wonderful application. My Wishes and thanks

  5. The following user says thank you to augusbas for this useful post:

    embitel (9th October 2009)

  6. #4
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    8
    Thanked 133 Times in 128 Posts

    Default Re: Widget Virtual Keyboard

    feature request:
    add support for more languages... may be a simple text file or qrc that users can create and without toching the code it loads the proper translations..

  7. #5
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    184
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    70
    Thanked 7 Times in 6 Posts

    Default Re: Widget Virtual Keyboard

    Hello!

    I'm studying that application, and have one question about it. Why keyboard doesn't show if I remove Layouts (gridLayout_5)? I thought It's only for good look of application. I tried to find some connection in code but didn't find anything.

    thanks in advance
    best regards
    Tomasz

  8. #6
    Join Date
    Aug 2010
    Posts
    3
    Qt products
    Qt3
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Widget Virtual Keyboard

    I am very much thanks to this post. Really nice keyboard. I really appreciate your work.
    Keyboard nice features which make easy and comfortable typing. Best thing about this keyboard its security. I hope many people will like these keyboard.

  9. #7
    Join Date
    Aug 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Widget Virtual Keyboard

    good work!

  10. #8
    Join Date
    Apr 2012
    Posts
    49
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    14
    Thanked 3 Times in 3 Posts

    Default Re: Widget Virtual Keyboard

    Hi thanks for this useful post.

    I am trying to add this widget keyboard to my Qt application by including the line that you have mentioned and i can able to open keyboard in my application.

    After that when i am pressing some key,keyboard and my application is getting closed.

    i am getting following error

    QMetaObject::connectSlotsByName: No matching signal for on_btn_clicked(int)
    The program has unexpectedly finished.

    Could you able to help me out to sort out this issue.


    Thanks in advance.

    Regards
    Vinithr
    Last edited by vinithr; 20th June 2012 at 13:45. Reason: updated contents

  11. #9
    Join Date
    Apr 2012
    Posts
    49
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    14
    Thanked 3 Times in 3 Posts

    Default Re: Widget Virtual Keyboard

    Hi,
    Sorry for the above post. That was my mistake, i was not sending parent .

    Now its working fine.

    Thanks
    vinithr

  12. #10
    Join Date
    Apr 2012
    Posts
    49
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    14
    Thanked 3 Times in 3 Posts

    Default Re: Widget Virtual Keyboard

    Hi,

    I have a small query regarding the widget keyboard sample application.

    When i have full screen QT qindow and i am trying to click QT window,the widget keyboard is going to back. In my application i need the keyboard should be visible in all time until i close keyboard.

    What could be the changes i need to make.

    Could you guys please help me with suggestions..


    Thanks in Advance
    Vinithr

  13. #11
    Join Date
    Nov 2010
    Posts
    1
    Qt products
    Qt4

    Default Re: Widget Virtual Keyboard

    It's good , Thanks.

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. Enabling Virtual Keyboard with Notepad Appllication?
    By augusbas in forum Qt for Embedded and Mobile
    Replies: 11
    Last Post: 7th August 2009, 07:18
  3. Virtual Keyboard?
    By augusbas in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 14th July 2009, 08:55
  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.