ludigrizz / 3004_Final_Project

0 stars 0 forks source link

DateTimeEdit and QLabel #33

Closed sofiecue closed 6 months ago

sofiecue commented 6 months ago

DateTimeEdit page saves new date/time information added by user to change device local time/date. Results of changes are printed back to user via QLabel (or another widget this is modifiable but was used mostly for manually testing that the current date is accurate). This update function that displays the QLabel widget can source the same variable to add that information via QString (likely) to add to eventual sessionInfo class or session logs text file to be later displayed on device session logs, or PC logs if uploaded.

Screenshot 2024-04-19 at 1 55 43 AM

Completes the date/time page section of #23