Simple clock, Coordinated Universal Time (UTC) with synchronization function by NTP protocol, and with a timer for various user needs.
- Free change of the used NTP server by the user
- The user-defined period of synchronization with the server
- Function - "All most Top Window" for the program window
- User timer with "beep" alert
- Save / Restore program settings
- Install QtCreator if it doesn't exist yet
sudo apt-get install qtcreator qt5-default qtmultimedia5-dev gdb
- Open the
UTime.pro
project file in QtCreator and configure the project. - Build and Run the project
to be continued..