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

new ui file to builld ptm island list view

parent e9e850d9
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PtmIslandListView</class>
<widget class="QMainWindow" name="ptm_island_list_window">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>826</width>
<height>404</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="windowTitle">
<string>PTM island list</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>hide :</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="hideNotValidCheckBox">
<property name="text">
<string>not valid</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="hideNotCheckedCheckBox">
<property name="text">
<string>not checked</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="hideNotGroupedCheckBox">
<property name="text">
<string>not grouped</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTableView" name="tableView">
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>search</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="search_combobox">
<item>
<property name="text">
<string>accession</string>
</property>
</item>
<item>
<property name="text">
<string>description</string>
</property>
</item>
<item>
<property name="text">
<string>group</string>
</property>
</item>
<item>
<property name="text">
<string>sequence</string>
</property>
</item>
<item>
<property name="text">
<string>peptide</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="protein_search_edit"/>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>826</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections>
<connection>
<sender>hideNotValidCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>ProteinView</receiver>
<slot>doNotValidHide(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>245</x>
<y>53</y>
</hint>
<hint type="destinationlabel">
<x>839</x>
<y>171</y>
</hint>
</hints>
</connection>
<connection>
<sender>hideNotCheckedCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>ProteinView</receiver>
<slot>doNotCheckedHide(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>482</x>
<y>47</y>
</hint>
<hint type="destinationlabel">
<x>920</x>
<y>269</y>
</hint>
</hints>
</connection>
<connection>
<sender>hideNotGroupedCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>ProteinView</receiver>
<slot>doNotGroupedHide(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>688</x>
<y>57</y>
</hint>
<hint type="destinationlabel">
<x>1079</x>
<y>360</y>
</hint>
</hints>
</connection>
<connection>
<sender>protein_search_edit</sender>
<signal>textChanged(QString)</signal>
<receiver>ProteinView</receiver>
<slot>onProteinSearchEdit(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>352</x>
<y>363</y>
</hint>
<hint type="destinationlabel">
<x>879</x>
<y>391</y>
</hint>
</hints>
</connection>
<connection>
<sender>search_combobox</sender>
<signal>activated(QString)</signal>
<receiver>ProteinView</receiver>
<slot>doSearchOn(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>121</x>
<y>354</y>
</hint>
<hint type="destinationlabel">
<x>867</x>
<y>386</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>doNotValidHide(bool)</slot>
<slot>doNotCheckedHide(bool)</slot>
<slot>doNotGroupedHide(bool)</slot>
<slot>onProteinSearchEdit(QString)</slot>
<slot>doSearchOn(QString)</slot>
</slots>
</ui>
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