TERuleQueryTab: change item list selection behavior to the common behavior.

This commit is contained in:
Chris PeBenito 2015-06-10 10:28:08 -04:00
parent 308ce26872
commit 0f4b70ded4

View File

@ -683,7 +683,7 @@
<string>The list of permissions common to selected object classes.</string>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
</item>
@ -827,7 +827,7 @@
<string>Match the object class of the rule.</string>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
</item>
@ -858,7 +858,7 @@
<string>Booleans used in the rule's conditional expression.</string>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
</item>