Make dirk happy by enabling sort in the model.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-04-25 20:44:06 -03:00
parent 98027be1c1
commit b20b57b29f
3 changed files with 18 additions and 6 deletions

View file

@ -27,7 +27,11 @@
<widget class="MainTab" name="InfoWidget" native="true"/>
<widget class="QGraphicsView" name="ProfileWidget"/>
</widget>
<widget class="DiveListView" name="ListWidget"/>
<widget class="DiveListView" name="ListWidget">
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</widget>
</item>
<item>
@ -45,7 +49,7 @@
<x>0</x>
<y>0</y>
<width>763</width>
<height>20</height>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">