Results 1 to 5 of 5

Thread: How to implement Qt applicationfrom taking inputs from 4x4 matrix keypad

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2013
    Posts
    20
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    10
    Thanked 3 Times in 3 Posts

    Default Re: How to implement Qt applicationfrom taking inputs from 4x4 matrix keypad

    enum Qt::key values are available.....but the 4x4 keypad has got 0-9 and up,down,right,left,menu,ok key functions

    with the standard Qt::key values signaled from the 4x4 keypad the Qt application isn't taking up the functionalities required...

    so is their anyway to change keyPressed event that is takincare of in normal system to be customised....to solve my problem

  2. The following user says thank you to maverick for this useful post:


Similar Threads

  1. unable to get uni-code inputs from another thread
    By Mohammad in forum Qt Programming
    Replies: 3
    Last Post: 15th November 2011, 14:56
  2. Need to find a way to save user inputs.
    By "BumbleBee" in forum Newbie
    Replies: 23
    Last Post: 4th November 2011, 14:10
  3. How to implement functionalities of other devices/inputs in Qt
    By qt_user in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 9th October 2011, 10:32
  4. Replies: 0
    Last Post: 11th November 2008, 15:36
  5. Detecting KeyPad Events from my Keypad
    By Svaths in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 18th August 2006, 07:28

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.