1.0 KiB
1.0 KiB
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 folder, and then configure with (adding any additional resources or styles as you see fit):
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
Light