mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-29 23:06:19 +00:00
TERuleQueryTab: change item list selection behavior to the common behavior.
This commit is contained in:
parent
308ce26872
commit
0f4b70ded4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user