Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 783 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 783 Bytes

UTime

Simple clock, Coordinated Universal Time (UTC) with synchronization function by NTP protocol, and with a timer for various user needs.

screenshot

Key features

  • 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

Linux (Debian)

  1. Install QtCreator if it doesn't exist yet
sudo apt-get install qtcreator qt5-default qtmultimedia5-dev gdb
  1. Open the UTime.pro project file in QtCreator and configure the project.
  2. Build and Run the project

to be continued..