diff --git a/src/gui/peptide_list_view/peptide_view.ui b/src/gui/peptide_list_view/peptide_view.ui index 3f1cf3ad707674b6de9e8bb0d9cd1c0249f29f23..8dc80284c493efb844622b824f57144e9ca5ae31 100644 --- a/src/gui/peptide_list_view/peptide_view.ui +++ b/src/gui/peptide_list_view/peptide_view.ui @@ -37,31 +37,24 @@ </item> <item> <layout class="QHBoxLayout" name="horizontalLayoutcb"> - <item> - <widget class="QLabel" name="labelhide"> - <property name="text"> - <string>hide :</string> - </property> - </widget> - </item> <item> <widget class="QCheckBox" name="hideNotValidCheckBox"> <property name="text"> - <string>not valid</string> + <string>show only valid proteins</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="hideNotCheckedCheckBox"> <property name="text"> - <string>not checked</string> + <string>show only checked proteins</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="hideNotGroupedCheckBox"> <property name="text"> - <string>not grouped</string> + <string>show only grouped proteins</string> </property> </widget> </item> @@ -137,54 +130,6 @@ </widget> <resources/> <connections> - <connection> - <sender>hideNotValidCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>PeptideView</receiver> - <slot>doNotValidHide(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>409</x> - <y>112</y> - </hint> - <hint type="destinationlabel"> - <x>839</x> - <y>171</y> - </hint> - </hints> - </connection> - <connection> - <sender>hideNotCheckedCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>PeptideView</receiver> - <slot>doNotCheckedHide(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>612</x> - <y>112</y> - </hint> - <hint type="destinationlabel"> - <x>920</x> - <y>269</y> - </hint> - </hints> - </connection> - <connection> - <sender>hideNotGroupedCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>PeptideView</receiver> - <slot>doNotGroupedHide(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>815</x> - <y>112</y> - </hint> - <hint type="destinationlabel"> - <x>1079</x> - <y>360</y> - </hint> - </hints> - </connection> <connection> <sender>peptide_search_edit</sender> <signal>textChanged(QString)</signal> @@ -265,6 +210,54 @@ </hint> </hints> </connection> + <connection> + <sender>hideNotGroupedCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>PeptideView</receiver> + <slot>doNotGroupedHide(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>815</x> + <y>112</y> + </hint> + <hint type="destinationlabel"> + <x>1079</x> + <y>360</y> + </hint> + </hints> + </connection> + <connection> + <sender>hideNotCheckedCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>PeptideView</receiver> + <slot>doNotCheckedHide(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>612</x> + <y>112</y> + </hint> + <hint type="destinationlabel"> + <x>920</x> + <y>269</y> + </hint> + </hints> + </connection> + <connection> + <sender>hideNotValidCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>PeptideView</receiver> + <slot>doNotValidHide(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>409</x> + <y>112</y> + </hint> + <hint type="destinationlabel"> + <x>839</x> + <y>171</y> + </hint> + </hints> + </connection> </connections> <slots> <slot>doNotValidHide(bool)</slot>