Skip to content
Snippets Groups Projects
Commit 196d73a2 authored by Langella Olivier's avatar Langella Olivier
Browse files

hide buttons renamed in show only buttons

parent b8091b99
No related branches found
Tags xtpcpp_0.2.17-1
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment