Fix selection on the list model.

forgot to add that we used multiselection when I recreated
the dive list.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-10-31 19:56:07 -02:00 committed by Dirk Hohndel
parent 1c1921a652
commit 2cde0b76f7

View file

@ -129,7 +129,11 @@
<widget class="MultiFilter" name="multiFilter" native="true"/>
</item>
<item>
<widget class="DiveListView" name="ListWidget"/>
<widget class="DiveListView" name="ListWidget">
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
</item>
</layout>
</widget>