pyqt-todolist/README.md
2022-05-03 18:59:06 +08:00

21 lines
No EOL
655 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pyqt-todolist
使用Pyqt开发的todo list软件
- [x] 用户信息布局
- [x] 用户信息右键及功能实现
- [x] 待办事项列表布局实现
- [x] 添加待办事项列表
- [x] 待办事项列表功能实现
- [x] 待办事项列表右键功能实现
- [x] 右边`QStackLayout`布局
- [x] “我的一天”和“重要”布局实现
- [x] 添加的通用布局实现
- [x] 更换主题功能
- [x] 登录`nextcloud`及其他`WebDav`和同步功能
- [ ] 待办事项的笔记功能
- [x] 最小化到任务栏功能
### 已知 bug
- ~~列表右键重命名导致堆栈布局更新失败~~
- ~~不能及时更新堆栈布局的title~~