文件名称:outliner:另一个大纲(使用 Qt 框架)
文件大小:68KB
文件格式:ZIP
更新时间:2024-07-25 07:04:30
C++
任务管理器 目前是一个简单的任务大纲。 概述 数据存储在 sqlite 数据库中,因此您可以在需要时使用自己喜欢的语言轻松访问它。 便携的 Qt 支持的跨平台。 使用将项目文本呈现为 大纲 树大纲 在当前项之后添加同级( Insert或a ) 在当前项之前添加同级( Alt + Insert或A ) 添加子项( Ctrl + Insert或b ) 删除项目( Del或d ) 编辑项目( F2或e ) 增加项目缩进( Ctrl + Right ) 减少项目缩进( Ctrl + Left ) 向上/向下移动项目( Ctrl + Up/Down ) 切换项目可检查 ( c ) 切换项目完成状态( Space )或只是选中/取消选中复选框 切换项目取消状态 ( c ) 切换项目项目状态 ( p ) 切换项目里程碑状态 ( m ) 突出显示项目 ( h ) 设置项目优先
【文件预览】:
outliner-master
----.gitignore(107B)
----res()
--------app.qrc(335B)
--------note.png(460B)
--------list.png(479B)
--------app16.png(742B)
--------project.png(375B)
--------milestone.png(401B)
--------app.rc(41B)
--------sort.png(599B)
--------app.png(2KB)
--------schedule.png(483B)
--------app.ico(1KB)
----CREDITS.md(411B)
----src()
--------listtree.cpp(17KB)
--------settings.cpp(85B)
--------listitemdelegate.h(257B)
--------listoutlineritemdelegate.cpp(201B)
--------markdownrenderer.h(320B)
--------aboutdialog.cpp(1KB)
--------scheduletree.cpp(360B)
--------scheduleitem.cpp(1KB)
--------databaseutil.cpp(10KB)
--------htmldelegatetree.cpp(2KB)
--------schedulemodel.cpp(5KB)
--------listmodel.cpp(16KB)
--------scheduleitemdelegate.h(277B)
--------sqlquery.h(494B)
--------scheduleitem.h(2KB)
--------listitemeditdialog.cpp(5KB)
--------badgedelegate.cpp(337B)
--------htmldelegatetree.h(320B)
--------listoutliner.cpp(1KB)
--------mainwindow.cpp(3KB)
--------constants.h(834B)
--------listoutlinertree.h(611B)
--------listwidget.cpp(6KB)
--------utils.cpp(2KB)
--------htmldelegate.h(745B)
--------schedulewidget.h(321B)
--------listwidget.h(841B)
--------listmodel.h(2KB)
--------scheduleitemdelegate.cpp(605B)
--------constants.cpp(700B)
--------listitemeditdialog.h(1KB)
--------mainwindow.h(740B)
--------utils.h(276B)
--------settings.h(112B)
--------calendarwidget.cpp(592B)
--------listoutlineritemdelegate.h(196B)
--------aboutdialog.h(182B)
--------listitemdelegate.cpp(671B)
--------schedulewidget.cpp(249B)
--------breadcrumb.h(311B)
--------listitem.h(4KB)
--------listitem.cpp(12KB)
--------databaseutil.h(854B)
--------badgedelegate.h(255B)
--------scheduletree.h(438B)
--------breadcrumb.cpp(2KB)
--------main.cpp(2KB)
--------markdownrenderer.cpp(1KB)
--------calendarwidget.h(376B)
--------listtree.h(2KB)
--------htmldelegate.cpp(3KB)
--------listoutlinertree.cpp(1KB)
--------dateedit.h(617B)
--------listoutliner.h(670B)
--------schedulemodel.h(2KB)
--------debug.h(204B)
--------sqlquery.cpp(2KB)
----app.pro(1KB)
----LICENSE(34KB)
----README.md(3KB)