I’m Trying To make a Timer App in Qt With C++ , One Of its features is its Minimized Version I.e. by clicking a Button you can minimize the main timer app and a small version of it appears in corner of your screen that displays the time with only 2 buttons to start/stop and maximize the timer.
BUT the problem is I don’t know how to synchronize the two timers(labels)
I Created another Qt designer Form Class that has the small timer
the small timer is on the top right side of the screen
If there is a better way to do what i’m trying to do please let me know 🙂
TheKrakin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.