https://github.com/albbus-stack/qt-todo
To do list made with Qt.
https://github.com/albbus-stack/qt-todo
cpp qmake qt qt-todo qtcreator todo todolist
Last synced: 6 months ago
JSON representation
To do list made with Qt.
- Host: GitHub
- URL: https://github.com/albbus-stack/qt-todo
- Owner: albbus-stack
- License: agpl-3.0
- Created: 2020-09-14T13:02:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T10:57:46.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T12:13:40.295Z (6 months ago)
- Topics: cpp, qmake, qt, qt-todo, qtcreator, todo, todolist
- Language: C++
- Homepage:
- Size: 601 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qt-ToDo
[](https://opensource.org/licenses/)
[](https://github.com/qt)
[](https://github.com/albbus-stack/Qt-ToDo/commits)A simple ToDo list made using `C++` for data management and logic and [Qt](https://github.com/qt) for Gui.
## Build it
###### Requirements
* Qt 5.15 or higher
* MingW or another `C++` compiler
* Qt Creator to use .pro setup###### Steps
1. Pull this repository.
2. Open [ToDo.pro](https://github.com/albbus-stack/Qt-ToDo/blob/master/ToDo.pro) with Qt Creator.
3. Run and enjoy. :octocat:## Structure
You can see the UML class diagram on [this](https://app.lucidchart.com/documents/view/9751743c-2b2b-42f2-9e27-436e74323da8) LucidChart.
## Shortcuts
`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*
## Screenshot

## Qt Tests
To run them, after building all the .pro files in the [test](https://github.com/albbus-stack/Qt-ToDo/tree/master/tests) folder you should go into your `/build-Test.../debug` folders and copy these .bat [files](https://github.com/albbus-stack/Qt-ToDo/blob/master/build/testController/TestController.bat), changing in them the `PATH` to your Qt installation.
#####
