viewsdialog:allow multi-selection of rows

--the user can use Ctrl and Shift in order to select
multiple rows in table view
work/spdx
Michail Vourlakos 4 years ago
parent e0ed86bd41
commit 073d6c1d60

@ -95,7 +95,7 @@
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>

Loading…
Cancel
Save