qvm-template: Disable multi-selection for simplicity.

This commit is contained in:
WillyPillow 2020-08-30 01:25:00 +08:00
父節點 7e8ee7e8cc
當前提交 d0fb975958
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 3839E194B1415A9C

查看文件

@ -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>