Simple Qt5 Chronometer
QChrono, is a simple QT application that serves as a chronometer with lap capture.
- Download the source code and images.
- Extract the files and run:
- qmake TestJQ.pro
- make all -j4
- You will find a QChrono executable.
If this dont work, try using QTCreator and open the TestJQ.pro file. Configure the project, build, and launch in release mode.
- Click the Start button to start the chrono.
- Click the Lap button, to save the current time in the lap viewer.
- Click the Reset button, to reset the chrono.
- Click the Clear Laps button, to clear the lap viewer.
- Enter any text in the "Name..." line to add a custom name to each instance. This is useful for differentiate multiple instances running at the same time.
Report any bug or suggestion to [email protected]