Results 1 to 5 of 5

Thread: key mapping program Qtimer problems

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2012
    Location
    India
    Posts
    102
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    4

    Default Re: key mapping program Qtimer problems

    ummm, actually in my case Key_1 maps to a, b and c depending on the number of times the key is pressed withing a pre-defined time interval.
    This corresponds to a functionality just like that in earlier cell phones without Qwerty.

    and QTextCursor will certainly reduce the number of LoC. Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: key mapping program Qtimer problems

    So attach a string list and take the appropriate cell from the list based on the time period.

    and QTextCursor will certainly reduce the number of LoC. Thanks.
    It will greatly reduce the lag in your application.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 4
    Last Post: 27th June 2021, 03:23
  2. QTimer resolution problems under QWS
    By denizlitr in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 16th December 2011, 16:31
  3. Replies: 0
    Last Post: 20th July 2010, 15:30
  4. mapping manager
    By sreedhar in forum Qt Programming
    Replies: 6
    Last Post: 16th February 2007, 14:48
  5. Problems mapping an image file into QByteArray
    By Dark_Tower in forum Qt Programming
    Replies: 3
    Last Post: 12th December 2006, 22:23

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.