A simple ToDo list made using C++
for data management and logic and Qt for Gui.
- Qt 5.15 or higher
- MingW or another
C++
compiler - Qt Creator to use .pro setup
- Pull this repository.
- Open ToDo.pro with Qt Creator.
- Run and enjoy.
You can see the UML class diagram on this LucidChart.
Ctrl + A
: Add a new task
Ctrl + D
: Delete a selected task
Ctrl + Alt + D
: Delete all tasks
Ctrl + S
: Saves all your tasks
Ctrl + Q
: Saves and then quits the program
Ctrl + F
: Filter tasks by deadline day
Ctrl + Z
: Remove the filter to see all the tasks
You can still view these under the
Actions
menu
To run them, after building all the .pro files in the test folder you should go into your /build-Test.../debug
folders and copy these .bat files, changing in them the PATH
to your Qt installation.