branchless ========== This contains an example widget for a `QTreeView` where the branch indicators are hidden. In order to add these branchless indicators to your project, copy this directory into the [extension](/extension) folder, and then configure with (adding any additional resources or styles as you see fit): ```bash python configure.py --extensions=branchless --resource custom.qrc ``` To remove the branch indicators, you must also set the object name for each `QTreeView` or `QTreeWidget` to `"branchless"`, for example, in Python, `tree.setObjectName("branchless")`. ## Example

Dark

Breeze Dark theme using branchless indicators for Windows

Light

Breeze Light theme using branchless indicators for Windows