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

maximum evalue in widget set to 100

parent 160db657
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
<string/>
</property>
<property name="currentIndex">
<number>0</number>
<number>2</number>
</property>
<widget class="QWidget" name="identifications">
<attribute name="title">
......@@ -52,6 +52,12 @@
<layout class="QVBoxLayout" name="filter_parameter_tab_layout">
<item>
<widget class="AutomaticFilterWidget" name="filter_parameter_widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
......@@ -68,6 +74,12 @@
</item>
<item>
<widget class="ContaminantWidget" name="contaminant_widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
......@@ -175,6 +187,12 @@
</item>
<item>
<widget class="DecoyWidget" name="decoy_widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>10</width>
......
......@@ -11,7 +11,7 @@
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
......@@ -56,7 +56,7 @@
<number>6</number>
</property>
<property name="maximum">
<double>1.000000000000000</double>
<double>100.000000000000000</double>
</property>
<property name="singleStep">
<double>0.001000000000000</double>
......@@ -128,7 +128,7 @@
<number>8</number>
</property>
<property name="maximum">
<double>1.000000000000000</double>
<double>100.000000000000000</double>
</property>
<property name="singleStep">
<double>0.000001000000000</double>
......
......@@ -16,12 +16,21 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="contaminant_groupbox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Contaminants</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="sizeConstraint">
<enum>QLayout::SetFixedSize</enum>
</property>
<item>
<widget class="QRadioButton" name="contaminant_file_radiobutton">
<property name="toolTip">
......@@ -54,7 +63,14 @@
</layout>
</item>
<item>
<widget class="QListView" name="contaminant_database_listview"/>
<widget class="QListView" name="contaminant_database_listview">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="control_list_widget" native="true">
......@@ -103,6 +119,9 @@
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_8">
<property name="sizeConstraint">
<enum>QLayout::SetFixedSize</enum>
</property>
<item>
<widget class="QLineEdit" name="contaminant_protein_regexp_line_edit">
<property name="placeholderText">
......
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