diff --git a/src/gui/peptide_detail_view/peptidewindow.cpp b/src/gui/peptide_detail_view/peptidewindow.cpp index 6a61e55f7df00415cf48db6d8866ff7f52da36da..e49d304944959225db0183536ad87eb262d30f53 100644 --- a/src/gui/peptide_detail_view/peptidewindow.cpp +++ b/src/gui/peptide_detail_view/peptidewindow.cpp @@ -117,6 +117,8 @@ void PeptideWindow::updateDisplay() { ui->z_label->setText(QString("%1").arg(_p_peptide_match->getCharge())); ui->scan_label->setText(QString("%1").arg(_p_peptide_match->getScan())); 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)); }