Results 1 to 14 of 14

Thread: A large number of Qtimers and guarantee of clicks.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: A large number of Qtimers and guarantee of clicks.

    Quote Originally Posted by pkj View Post
    If that is the implementation of QTimer, then it shouldn't matter whether I keep one Timer or 1000's of 'em.
    Not that much.

    I had a timer with timeout of hcf of all timouts, and was juggling each timeout, to "reduce the load" !!
    It will reduce a load a bit. And you'll be sure that all functionality will be executed or none of it. With multiple timers (even for the same timeout) some of them might fire more than others.
    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.


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

    pkj (28th October 2012)

Similar Threads

  1. Replies: 5
    Last Post: 24th October 2011, 14:22
  2. How to efficiently display a large number of QPixmaps?
    By ChiliPalmer in forum Qt Programming
    Replies: 3
    Last Post: 4th April 2011, 01:25
  3. Replies: 4
    Last Post: 18th August 2009, 19:53
  4. QScrollArea not displaying large number of images
    By lpkincaid in forum Qt Programming
    Replies: 1
    Last Post: 31st May 2009, 09:58
  5. import large number of images
    By sriluyarlagadda in forum Qt Programming
    Replies: 5
    Last Post: 15th May 2008, 10:26

Tags for this Thread

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.