GH-2374 fix missing alternating backgrounds in worlds, add gametype column

This commit is contained in:
Petr Mrázek
2018-12-11 23:53:14 +01:00
parent de568b32b8
commit 13b293dd65
5 changed files with 76 additions and 1 deletions

View File

@ -126,6 +126,9 @@
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>