Fix delete category

This commit is contained in:
2024-01-05 13:12:42 +01:00
parent 6a497c8575
commit be3f3b604e
3 changed files with 25 additions and 10 deletions

View File

@@ -127,8 +127,11 @@
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
<bool>false</bool>
</property>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>