Qt - QTimeEdit as a timer viewer

Posted by Narek on Stack Overflow See other posts from Stack Overflow or by Narek
Published on 2010-06-17T07:47:06Z Indexed on 2010/06/17 8:03 UTC
Read the original article Hit count: 229

Filed under:
|
|

I have a QTimeEdit which I want to set to some value and the each second I want to decrease by 1 the value that shows the QTimeEdit. So when it will be 0, the I want to have a QMeesageBox that says "Your time is off.". Can I some how do this with QTimeEdit interface, or I should use QTimer?

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt