From 39949cbdff973d0ad6a5aa74303460a98dd0870d Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Fri, 18 Nov 2022 16:55:58 -0600 Subject: [PATCH] Minor documentation fixes for branchless indicators. --- example/branchless/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/branchless/README.md b/example/branchless/README.md index 56d2f01..2588d37 100644 --- a/example/branchless/README.md +++ b/example/branchless/README.md @@ -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 ``` +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