Skip to content
/ qtree Public

一个QListView实现树形控件的例子

Notifications You must be signed in to change notification settings

forlfs/qtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一个QListView实现树形控件的例子
1.树的层级没有限制
2.支持快速展开、收起一棵子树,使用线段树实现,复杂度o(log(n))
3.支持快速勾选、取消勾选一棵子树或某个节点,使用线段树实现,复杂度o(log(n))

开发环境:Qt 5.7.0

screenshot

About

一个QListView实现树形控件的例子

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages