qvm-template: Disable multi-selection for simplicity.
This commit is contained in:
parent
7e8ee7e8cc
commit
d0fb975958
@ -31,7 +31,7 @@
|
||||
<set>QAbstractItemView::AllEditTriggers</set>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::MultiSelection</enum>
|
||||
<enum>QAbstractItemView::SingleSelection</enum>
|
||||
</property>
|
||||
<property name="itemsExpandable">
|
||||
<bool>false</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user