Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
i2MassChroQ
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PAPPSO
i2MassChroQ
Commits
1af092da
Commit
1af092da
authored
7 years ago
by
Olivier Langella
Browse files
Options
Downloads
Patches
Plain Diff
more information in peptide window
parent
b6a3e194
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/gui/peptide_detail_view/peptide_detail_view.ui
+35
-15
35 additions, 15 deletions
src/gui/peptide_detail_view/peptide_detail_view.ui
src/gui/peptide_detail_view/peptidewindow.cpp
+1
-0
1 addition, 0 deletions
src/gui/peptide_detail_view/peptidewindow.cpp
with
36 additions
and
15 deletions
src/gui/peptide_detail_view/peptide_detail_view.ui
+
35
−
15
View file @
1af092da
...
...
@@ -71,19 +71,19 @@
</property>
</spacer>
</item>
<item>
<layout
class=
"QVBoxLayout"
name=
"
verticalL
ayout
_5
"
>
<item>
<layout
class=
"QVBoxLayout"
name=
"
sample_l
ayout"
>
<item>
<widget
class=
"QLabel"
name=
"label"
>
<widget
class=
"QLabel"
name=
"
sample_title_
label"
>
<property
name=
"text"
>
<string>
s
can
</string>
<string>
s
ample
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QLabel"
name=
"s
can
_label"
>
<widget
class=
"QLabel"
name=
"s
ample
_label"
>
<property
name=
"text"
>
<string>
TextLabel
</string>
<string></string>
</property>
<property
name=
"textInteractionFlags"
>
<set>
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
</set>
...
...
@@ -93,19 +93,22 @@
</layout>
</item>
<item>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_
7
"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_
5
"
>
<item>
<widget
class=
"QLabel"
name=
"label
_7
"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string>
z
</string>
<string>
scan
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QLabel"
name=
"
z
_label"
>
<widget
class=
"QLabel"
name=
"
scan
_label"
>
<property
name=
"text"
>
<string>
TextLabel
</string>
</property>
<property
name=
"textInteractionFlags"
>
<set>
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
</set>
</property>
</widget>
</item>
</layout>
...
...
@@ -212,14 +215,31 @@
</widget>
</item>
<item
row=
"3"
column=
"0"
>
<widget
class=
"QLabel"
name=
"z_title_label"
>
<property
name=
"text"
>
<string>
charge
</string>
</property>
</widget>
</item>
<item
row=
"3"
column=
"1"
>
<widget
class=
"QLabel"
name=
"z_label"
>
<property
name=
"text"
>
<string></string>
</property>
</widget>
</item>
<item
row=
"4"
column=
"0"
>
<widget
class=
"QLabel"
name=
"mz_title_label"
>
<property
name=
"text"
>
<string>
mz
</string>
</property>
</widget>
</item>
<item
row=
"
3
"
column=
"1"
>
<item
row=
"
4
"
column=
"1"
>
<widget
class=
"QLabel"
name=
"mz_label"
>
<property
name=
"text"
>
<string></string>
...
...
@@ -227,14 +247,14 @@
</widget>
</item>
<item
row=
"
4
"
column=
"0"
>
<item
row=
"
5
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"expmz_title_label"
>
<property
name=
"text"
>
<string>
exp mz
</string>
</property>
</widget>
</item>
<item
row=
"
4
"
column=
"1"
>
<item
row=
"
5
"
column=
"1"
>
<widget
class=
"QLabel"
name=
"expmz_label"
>
<property
name=
"text"
>
<string></string>
...
...
@@ -242,7 +262,7 @@
</widget>
</item>
<item
row=
"
5
"
column=
"0"
>
<item
row=
"
6
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"delta_title_label"
>
<property
name=
"text"
>
<string>
delta
</string>
...
...
@@ -250,7 +270,7 @@
</widget>
</item>
<item
row=
"
5
"
column=
"1"
>
<item
row=
"
6
"
column=
"1"
>
<widget
class=
"QLabel"
name=
"delta_label"
>
<property
name=
"text"
>
<string></string>
...
...
This diff is collapsed.
Click to expand it.
src/gui/peptide_detail_view/peptidewindow.cpp
+
1
−
0
View file @
1af092da
...
...
@@ -116,6 +116,7 @@ void PeptideWindow::updateDisplay() {
ui
->
mz_label
->
setText
(
QString
(
"%1"
).
arg
(
_p_peptide_match
->
getPeptideXtpSp
().
get
()
->
getMz
(
_p_peptide_match
->
getCharge
())));
ui
->
z_label
->
setText
(
QString
(
"%1"
).
arg
(
_p_peptide_match
->
getCharge
()));
ui
->
scan_label
->
setText
(
QString
(
"%1"
).
arg
(
_p_peptide_match
->
getScan
()));
ui
->
sample_label
->
setText
(
_p_peptide_match
->
getMsRunP
()
->
getSampleName
());
ui
->
modification_label
->
setText
(
_p_peptide_match
->
getPeptideXtpSp
().
get
()
->
getModifString
());
ui
->
hyperscore_label
->
setText
(
_p_peptide_match
->
getParam
(
PeptideMatchParam
::
tandem_hyperscore
).
toString
());
ui
->
evalue_label
->
setText
(
QString
::
number
(
_p_peptide_match
->
getEvalue
(),
'g'
,
4
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment