Hide header in treeview_posts.

This commit is contained in:
tastytea 2020-02-27 04:25:23 +01:00
parent d09693c7c7
commit 32a1074bc8
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>