{"id":16029777,"url":"https://github.com/albbus-stack/qt-todo","last_synced_at":"2026-05-01T13:32:10.043Z","repository":{"id":115907317,"uuid":"295417773","full_name":"albbus-stack/Qt-ToDo","owner":"albbus-stack","description":"To do list made with Qt.","archived":false,"fork":false,"pushed_at":"2020-10-30T10:57:46.000Z","size":615,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-28T23:19:22.246Z","etag":null,"topics":["cpp","qmake","qt","qt-todo","qtcreator","todo","todolist"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/albbus-stack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-14T13:02:17.000Z","updated_at":"2024-04-04T13:39:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2a8d95a-a61d-4a2d-8cdd-d88f97bfac7b","html_url":"https://github.com/albbus-stack/Qt-ToDo","commit_stats":{"total_commits":59,"total_committers":1,"mean_commits":59.0,"dds":0.0,"last_synced_commit":"3eaad0d6bd40fcd5584d5c5af360354a960d9cae"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/albbus-stack/Qt-ToDo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albbus-stack%2FQt-ToDo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albbus-stack%2FQt-ToDo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albbus-stack%2FQt-ToDo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albbus-stack%2FQt-ToDo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albbus-stack","download_url":"https://codeload.github.com/albbus-stack/Qt-ToDo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albbus-stack%2FQt-ToDo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","qmake","qt","qt-todo","qtcreator","todo","todolist"],"created_at":"2024-10-08T21:01:26.940Z","updated_at":"2026-05-01T13:32:10.024Z","avatar_url":"https://github.com/albbus-stack.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qt-ToDo\n\n[![GPLv3 License](https://img.shields.io/badge/%20License-GPL%20v3-yellow?style=flat-square\u0026labelColor=black)](https://opensource.org/licenses/)\n[![Qt](https://img.shields.io/badge/Qt-qmake-brightgreen?style=flat-square\u0026labelColor=black)](https://github.com/qt)\n[![Commit](https://img.shields.io/github/last-commit/albbus-stack/Qt-todo?label=Commit\u0026color=42c5f5\u0026style=flat-square\u0026logo=qt\u0026logoColor=42c5f5\u0026logoWidth=18\u0026labelColor=black)](https://github.com/albbus-stack/Qt-ToDo/commits)\n\nA simple ToDo list made using `C++` for data management and logic and [Qt](https://github.com/qt) for Gui.\n\n## Build it\n\n###### Requirements\n\n* Qt 5.15 or higher\n* MingW or another `C++` compiler\n* Qt Creator to use .pro setup\n\n###### Steps\n\n1. Pull this repository.\n2. Open [ToDo.pro](https://github.com/albbus-stack/Qt-ToDo/blob/master/ToDo.pro) with Qt Creator.\n3. Run and enjoy. :octocat:\n\n## Structure\n\nYou can see the UML class diagram on [this](https://app.lucidchart.com/documents/view/9751743c-2b2b-42f2-9e27-436e74323da8) LucidChart.\n\n## Shortcuts\n\n`Ctrl + A` : Add a new task\n\n`Ctrl + D` : Delete a selected task\n\n`Ctrl + Alt + D` : Delete all tasks\n\n`Ctrl + S` : Saves all your tasks\n\n`Ctrl + Q` : Saves and then quits the program\n\n`Ctrl + F` : Filter tasks by deadline day\n\n`Ctrl + Z` : Remove the filter to see all the tasks\n\n\u003e *You can still view these under the `Actions` menu*\n\n## Screenshot\n\n![Screenshot](https://github.com/albbus-stack/Qt-ToDo/blob/master/ToDo_capture.PNG)\n\n## Qt Tests\n\nTo 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.\n\n#####\n![Tests](https://github.com/albbus-stack/Qt-ToDo/blob/master/tests/Tests.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbbus-stack%2Fqt-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbbus-stack%2Fqt-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbbus-stack%2Fqt-todo/lists"}