viewsdialog:consistent tableview selecting row

work/spdx
Michail Vourlakos 4 years ago
parent 23fe87e736
commit 49e7cc3dd3

@ -91,6 +91,12 @@
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="showGrid">
<bool>true</bool>
</property>

Loading…
Cancel
Save