Support multiple selections in the devices view
This commit is contained in:
parent
8e11c8b29e
commit
a1332a2c05
@ -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>
|
||||
@ -177,8 +180,8 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<addaction name="action_edit_track" />
|
||||
<addaction name="action_edit_value" />
|
||||
<addaction name="action_edit_track"/>
|
||||
<addaction name="action_edit_value"/>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user