Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Main</class>
<widget class="QMainWindow" name="Main">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
</rect>
</property>
<property name="windowTitle">
<property name="windowIcon">
<iconset resource="../xtpcpp.qrc">
<normaloff>:/xtpcpp_icon/resources/xtandempipeline_icon.svg</normaloff>:/xtpcpp_icon/resources/xtandempipeline_icon.svg</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout"/>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<widget class="QMenu" name="menu_export_files">
</property>
<addaction name="actionFasta"/>
<addaction name="actionMassChroQ"/>
<addaction name="actionSpreadsheet"/>
<addaction name="action_spectral_counting_mcq"/>
<addaction name="actionLoad_results"/>
<addaction name="menu_export_files"/>
<addaction name="separator"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menu_edit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>&Edit</string>
</property>
<addaction name="actionModifications"/>
<addaction name="actionLabeling_methods"/>
<widget class="QMenu" name="menu">
<property name="title">
<string>?</string>
</property>
<addaction name="actionAbout"/>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionLoad">
<property name="text">
<string>&Load project</string>
</property>
</action>
<action name="actionLoad_results">
<property name="text">
<string>Load &results</string>
</property>
</action>
<action name="actionFasta">
<property name="text">
</property>
</action>
<action name="actionMassChroQ">
<property name="text">
</property>
</action>
<action name="actionSpreadsheet">
<property name="text">
<action name="actionQuit">
<property name="text">
<string>&Quit</string>
</property>
</action>
<action name="actionModifications">
<property name="text">
<action name="actionLabeling_methods">
<property name="text">
<action name="actionProticDb">
<property name="text">
<action name="action_spectral_counting_mcq">
<property name="text">
<string>Spectral &Counting mcq</string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About</string>
<resources>
<include location="../xtpcpp.qrc"/>
</resources>
<connections>
<connection>
<sender>actionLoad</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>selectXpipFile()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>142</x>
<y>185</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionLoad_results</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>loadResults()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>191</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionMassChroQ</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>doActionMassChroQ()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>191</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionSpreadsheet</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>doActionSpreadsheet()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>191</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionQuit</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>doActionQuit()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>191</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionModifications</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>doActionModifications()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>191</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionLabeling_methods</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>doActionLabelingMethods()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>191</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionFasta</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>doActionFasta()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>191</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionProticDb</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>doActionProticDb()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>191</y>
</hint>
</hints>
</connection>
<connection>
<sender>action_spectral_counting_mcq</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>doActionSpectralCountingMcq()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>191</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>selectXpipFile()</slot>
<slot>loadResults()</slot>
<slot>doActionSpreadsheet()</slot>
<slot>doActionLabelingMethods()</slot>
<slot>doActionSpectralCountingMcq()</slot>