No need to decorate roots in one-level tree widgets

This commit is contained in:
Juergen Spitzmueller 2024-08-23 18:00:58 +02:00
parent 2b6f01cdad
commit 8a8d2d93d1
4 changed files with 13 additions and 1 deletions

View File

@ -87,6 +87,9 @@
</item>
<item row="2" column="0" rowspan="7" colspan="3">
<widget class="QTreeWidget" name="branchesTW">
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<column>
<property name="text">
<string notr="true">1</string>

View File

@ -148,7 +148,10 @@
</widget>
</item>
<item rowspan="4" row="5" column="0" >
<widget class="QTreeWidget" name="indicesTW" >
<widget class="QTreeWidget" name="indicesTW">
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<column>
<property name="text" >
<string>1</string>

View File

@ -203,6 +203,9 @@
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<widget class="QTreeWidget" name="languageOptionsTW">
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="headerHidden">
<bool>false</bool>
</property>

View File

@ -114,6 +114,9 @@
</item>
<item row="4" column="0">
<widget class="QTreeWidget" name="tocTW">
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<column>
<property name="text">
<string notr="true">1</string>