Use extended selection mode

Fixes #28
This commit is contained in:
Martin Brodbeck 2025-03-15 17:15:32 +01:00
parent 95eb6b54f2
commit 4a2a4f92b4

View file

@ -19,7 +19,7 @@
<item>
<widget class="QTableView" name="reportView">
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>