OpenMS
Loading...
Searching...
No Matches
SwathWizardBase.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
14//OpenMS
16
17//QT
18#include <QtWidgets/QMainWindow>
19#include <QtWidgets/QMdiArea>
20#include <QtWidgets/QButtonGroup>
21#include <QtCore/QProcess>
22#include <QtWidgets/QSplashScreen>
23
24class QToolBar;
25class QListWidget;
26class QTextEdit;
27class QMdiArea;
28class QLabel;
29class QWidget;
30class QTreeWidget;
31class QTreeWidgetItem;
32
33namespace Ui
34{
35 class SwathWizardBase;
36}
37
38namespace OpenMS
39{
44 class OPENMS_GUI_DLLAPI SwathWizardBase :
45 public QMainWindow,
47 {
48 Q_OBJECT
49
50public:
52 SwathWizardBase(QWidget* parent = nullptr);
54 ~SwathWizardBase() override;
55
56 void showAboutDialog();
57
58protected slots:
59
60
61protected:
63 //TOPPASLogWindow* log_;
64
68
71
72 private slots:
73 // names created by QtCreator. Do not change them.
74 void on_actionExit_triggered();
75 void on_actionVisit_OpenSwath_homepage_triggered();
76 void on_actionReport_new_issue_triggered();
77
78 private:
79 Ui::SwathWizardBase* ui;
80
81 }; //class
82
83} //namespace
A base class for all classes handling default parameters.
Definition DefaultParamHandler.h:66
A more convenient string class.
Definition String.h:34
Main window of the SwathWizard tool.
Definition SwathWizardBase.h:47
Ui::SwathWizardBase * ui
Definition SwathWizardBase.h:79
String tmp_path_
The path for temporary files.
Definition SwathWizardBase.h:70
String current_path_
Log output window.
Definition SwathWizardBase.h:67
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition FLASHDeconvWizardBase.h:34