A simple Qt Widgets To-Do List app, built with Qt Creator.
- Left panel: Calendar navigator, today's tasks, upcoming deadlines
- Default view: picked day's due tasks and deadlines, plus all default tasks
- Expand task to read recurrence/completion and read/write description, edit and delete buttons
- Pomodoro timer: configurable work/break duration, number of big break cycle, font
- Plays alarm, configurable volume
- New Task form: configure task's name, tags, type, recurrence, time, color, and description
- Recurrence: daily, weekly, monthly, yearly or custom: days (Mon, Wed, Fri) or interval (Every 2 days)
- Settings form: configure default color, UI features, pomo's font, volume and properties. Resetting setitngs and tasks options
- Tasks and preferences are stored in JSON
More screenshots: Issues → Screenshots
- notifications
- mobile version, synchronization
- use database instead of .json
- expected time spent + Pomodoro tracking
- subtasks
- parsing and conversion from .txt
- language processing (naming task "celebrate bd monday" will add the task on next monday)




