OpenMS
Loading...
Searching...
No Matches
SwathLibraryStats.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Chris Bielow $
6// $Authors: Chris Bielow $
7// --------------------------------------------------------------------------
8
9#pragma once
10
11// OpenMS_GUI config
12#include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
13
15
16#include <QWidget>
17
18namespace Ui
19{
21}
22
23namespace OpenMS
24{
25
27 class OPENMS_GUI_DLLAPI SwathLibraryStats : public QWidget
28 {
29 Q_OBJECT
30
31 public:
32 explicit SwathLibraryStats(QWidget *parent = nullptr);
34
37
39 void updateFromFile(const QString& pqp_file);
40
41 private slots:
42
43 private:
44 Ui::SwathLibraryStats* ui_;
45 };
46
47} // ns OpenMS
48
49// this is required to allow Ui_SwathLibraryStats (auto UIC'd from .ui) to have a SwathLibraryStats member
A multi-tabbed widget for the SwathWizard offering setting of parameters, input-file specification an...
Definition SwathLibraryStats.h:28
Ui::SwathLibraryStats * ui_
Definition SwathLibraryStats.h:44
void updateFromFile(const QString &pqp_file)
loads the pqp into a TargetedExperiment object while displaying a progress bar and shows the results ...
SwathLibraryStats(QWidget *parent=nullptr)
void update(const TargetedExperiment::SummaryStatistics &stats)
updates the view with new information immediately
Definition TargetedExperiment.h:43
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition FLASHDeconvWizardBase.h:37