PDA

View Full Version : Help!! countdown timer



arninio123
8th February 2012, 14:29
Hello :D

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

code_err
8th February 2012, 14:58
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.

arninio123
8th February 2012, 15:17
thank you already i will do this and than i will say of its