Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
PAPPSO
xtpcpp
Commits
8017164b
Commit
8017164b
authored
Oct 31, 2019
by
Renne Thomas
Browse files
Fix size problem in automatic filter widget
parent
71f08e09
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/gui/lists/ms_identification_run_list_view/engine_detail_view/enginedetailwindow.cpp
View file @
8017164b
...
...
@@ -55,5 +55,5 @@ void EngineDetailWindow::updateDisplay()
{
ui
->
labelEngineName
->
setText
(
m_identificationEngine
->
get
()
->
getIdentificationEngineName
());
ui
->
labelEngineVersion
->
setText
(
m_identificationEngine
->
get
()
->
getIdentificationEngineVersion
());
ui
->
alterFixedModifications1Label
->
setText
(
m_identificationEngine
->
get
()
->
getIdentificationEngine
));
//
ui->alterFixedModifications1Label->setText(m_identificationEngine->get()->getIdentificationEngine));
}
src/gui/widgets/automatic_filter_widget/automatic_filter_widget.ui
View file @
8017164b
...
...
@@ -19,7 +19,7 @@
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
18
0
</height>
<height>
0
</height>
</size>
</property>
<property
name=
"baseSize"
>
...
...
@@ -33,10 +33,7 @@
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"0"
column=
"0"
>
<layout
class=
"QFormLayout"
name=
"formLayout_1"
>
<property
name=
"fieldGrowthPolicy"
>
<enum>
QFormLayout::AllNonFixedFieldsGrow
</enum>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_2"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_5"
>
<property
name=
"text"
>
...
...
@@ -104,6 +101,22 @@
</property>
</widget>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QDoubleSpinBox"
name=
"peptide_qvalue_spinbox"
>
<property
name=
"decimals"
>
<number>
5
</number>
</property>
<property
name=
"maximum"
>
<double>
1.000000000000000
</double>
</property>
<property
name=
"singleStep"
>
<double>
0.001000000000000
</double>
</property>
<property
name=
"value"
>
<double>
0.010000000000000
</double>
</property>
</widget>
</item>
<item
row=
"3"
column=
"0"
>
<widget
class=
"QLabel"
name=
"group_number_label"
>
<property
name=
"sizePolicy"
>
...
...
@@ -122,6 +135,12 @@
</item>
<item
row=
"3"
column=
"1"
>
<widget
class=
"QSpinBox"
name=
"peptide_number_spinbox"
>
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"minimum"
>
<number>
1
</number>
</property>
...
...
@@ -225,22 +244,6 @@
</property>
</widget>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QDoubleSpinBox"
name=
"peptide_qvalue_spinbox"
>
<property
name=
"decimals"
>
<number>
5
</number>
</property>
<property
name=
"maximum"
>
<double>
1.000000000000000
</double>
</property>
<property
name=
"singleStep"
>
<double>
0.001000000000000
</double>
</property>
<property
name=
"value"
>
<double>
0.010000000000000
</double>
</property>
</widget>
</item>
</layout>
</item>
</layout>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment