Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 982 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 982 Bytes

To-Do App Assignment - Signals and Slots

Your goal is to:

• Create a task timer that allows a user of your application to measure the amount of time it takes to complete a task. This could be integrated into your task component or as a separate element, use your UI Designer knowledge to think about the end user and what experience would feel best for them.  

Instructions:

• Download the updated To-Do app project from the link below if you have not already got it.
• Open the project in Qt Creator.
• Experiment with adapting the user interface and adding a timer to a "toDoItem".
• The timer can simply just display the number of seconds that have passed since the task has been added and stops when the item is ticked. 
   Or, if you are feeling adventurous, you can design some functionality that you would like to see in a To-Do application!
• Be sure to think about usability and refer to the previous courses if you need to refresh your memory.