Support multiple selections in the devices view

This commit is contained in:
David Sansome 2010-08-11 18:18:58 +00:00
parent 8e11c8b29e
commit a1332a2c05

View File

@ -147,6 +147,9 @@
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>