mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-11 07:18:15 +00:00
parent
adfb31f518
commit
23e767e8e3
@ -257,6 +257,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QPushButton" name="clear_common">
|
||||
<property name="text">
|
||||
<string>Clear</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
@ -496,6 +503,7 @@
|
||||
<tabstop>name</tabstop>
|
||||
<tabstop>name_regex</tabstop>
|
||||
<tabstop>common</tabstop>
|
||||
<tabstop>clear_common</tabstop>
|
||||
<tabstop>perms</tabstop>
|
||||
<tabstop>clear_perms</tabstop>
|
||||
<tabstop>invert_perms</tabstop>
|
||||
@ -555,5 +563,21 @@
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>clear_common</sender>
|
||||
<signal>clicked()</signal>
|
||||
<receiver>common</receiver>
|
||||
<slot>clearSelection()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>701</x>
|
||||
<y>126</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>595</x>
|
||||
<y>127</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
</ui>
|
||||
|
Loading…
Reference in New Issue
Block a user