# qtree **Repository Path**: csqs/qtree ## Basic Information - **Project Name**: qtree - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2021-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 一个QListView实现树形控件的例子
1.树的层级没有限制
2.支持快速展开、收起一棵子树,使用线段树实现,复杂度o(log(n))
3.支持快速勾选、取消勾选一棵子树或某个节点,使用线段树实现,复杂度o(log(n))

开发环境:Qt 5.7.0