-
Olivier Langella authoredOlivier Langella authored
project_view.ui 10.62 KiB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ProjectView</class>
<widget class="QMainWindow" name="ProjectView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>465</width>
<height>493</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string/>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="identifications">
<attribute name="title">
<string>Identifications</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QGridLayout" name="identifications_layout"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="filter_parameters">
<attribute name="title">
<string>Filter parameters</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<layout class="QVBoxLayout" name="filter_parameter_tab_layout">
<item>
<layout class="QVBoxLayout" name="filter_parameter_layout"/>
</item>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Contaminants</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QLineEdit" name="contaminant_protein_regexp_line_edit">
<property name="placeholderText">
<string>^conta\\|</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="fdr">
<property name="toolTip">
<string/>
</property>
<attribute name="title">
<string>FDR</string>
</attribute>
<layout class="QGridLayout" name="gridLayout2">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="toolTip">
<string/>
</property>
<property name="title">
<string>FDR</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>FDR on peptides</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="peptide_fdr_label">
<property name="toolTip">
<string>FDR is computed using peptides tagged as "decoy" on all valid peptides (check filter parameters)</string>
</property>
<property name="text">
<string>0 %</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>FDR on proteins</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="protein_fdr_label">
<property name="toolTip">
<string>FDR is computed using proteins tagged as "decoy" on all valid proteins (check filter parameters)</string>
</property>
<property name="text">
<string>0 %</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Decoy database files</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QListView" name="decoy_database_listview"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>add</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Decoy protein regular expression</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLineEdit" name="decoy_protein_regexp_line_edit">
<property name="placeholderText">
<string>.*\\|reversed$</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="fdr_button">
<property name="text">
<string>OK</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="mass_precision">
<property name="toolTip">
<string/>
</property>
<attribute name="title">
<string>Mass precision</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<layout class="QFormLayout" name="formLayout_3"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>mean</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>median</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>standard deviation</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="precision_unit_combobox">
<item>
<property name="text">
<string>ppm</string>
</property>
</item>
<item>
<property name="text">
<string>dalton</string>
</property>
</item>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="mass_precision_mean_label">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="mass_precision_median_label">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLabel" name="mass_precision_sd_label">
<property name="toolTip">
<string>Mass deviation is computed on all valid and checked proteins but not decoy</string>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>465</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections>
<connection>
<sender>fdr_button</sender>
<signal>clicked()</signal>
<receiver>ProjectView</receiver>
<slot>doFdrChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>100</x>
<y>87</y>
</hint>
<hint type="destinationlabel">
<x>484</x>
<y>334</y>
</hint>
</hints>
</connection>
<connection>
<sender>precision_unit_combobox</sender>
<signal>currentIndexChanged(QString)</signal>
<receiver>ProjectView</receiver>
<slot>doMassPrecisionUnitChanged(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>295</x>
<y>94</y>
</hint>
<hint type="destinationlabel">
<x>489</x>
<y>198</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>doFdrChanged()</slot>
<slot>doMassPrecisionUnitChanged(QString)</slot>
</slots>
</ui>