This application simulates a Seiko wristwatch.

Installation
------------
Just do a qmake, make, and finaly a make install as root

Handling.
--------
We call the upper button "A" and the lower button "B".
Push button "A" to start/stop the stop watch. When the stop watch is running and button "B" is pressed a lap time is taken. 
Press button "B" again and the stopwatch continues with the current time elapsed. Press button "B" while the stop watch is 
not running the stopwatch is reseted to zero. 
Pull out the crown and press button "B" to set a alarm time. Push the crown in and the alarm is set. When the alarm time is reached
a sound is played. Stop playing the alarm sound by pressing button "B".

Have fun.
