ObjClassQueryTab: Add clear button for common selection.

Closes #152.
This commit is contained in:
Chris PeBenito 2016-07-09 18:45:51 -04:00
parent adfb31f518
commit 23e767e8e3

View File

@ -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>