Results 1 to 3 of 3

Thread: Help!! countdown timer

  1. #1
    Join Date
    Feb 2012
    Posts
    19
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Cool Help!! countdown timer

    Hello

    I want to make a scoreboard in qt4 (c++)
    and I need to have a countdown timer.
    Whit a start, Pause and reset button.

    Please can some help??
    or say how i need to start :s

    Thank you

  2. #2
    Join Date
    Sep 2011
    Posts
    86
    Thanks
    4
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: Help!! countdown timer

    You have to make class inherited from QWidget for instance
    Then in constructor create appropriate QButtons, then QLabel or something else like LCD numbers which would show counted time.

    You also have to create QTimer which will count your time.

    and then you have to start to read QT documentation.

    It's very basic version of your dream app.

  3. #3
    Join Date
    Feb 2012
    Posts
    19
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Help!! countdown timer

    thank you already i will do this and than i will say of its

Similar Threads

  1. timer problem(timer does not work)
    By masuk in forum Newbie
    Replies: 6
    Last Post: 14th February 2011, 05:00
  2. Accuracy of the timer in Qt
    By Fastman in forum Qt Programming
    Replies: 5
    Last Post: 21st July 2009, 21:52
  3. timer->isActive bug
    By adamatic in forum Qt Programming
    Replies: 1
    Last Post: 19th March 2009, 13:44
  4. implemet a timer
    By adamatic in forum Qt Programming
    Replies: 12
    Last Post: 17th February 2009, 07:31
  5. a countdown widget
    By anarsynd in forum Newbie
    Replies: 12
    Last Post: 20th November 2007, 14: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.