Minor documentation fixes for branchless indicators.

main
Alex Huszagh 2022-11-18 16:55:58 -06:00
parent 2e5f323209
commit 39949cbdff
No known key found for this signature in database
GPG Key ID: 2F7B9B3C8E245750
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ This contains an example widget for a `QTreeView` where the branch indicators ar
python configure.py --extensions=branchless --resource custom.qrc 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 ## Example
<p align="center"><b>Dark</b></p> <p align="center"><b>Dark</b></p>