OpenMS
Loading...
Searching...
No Matches
Plot1DPrefDialog.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: Timo Sachsenberg $
6// $Authors: Marc Sturm $
7// --------------------------------------------------------------------------
8
9#pragma once
10
11// OpenMS_GUI config
12#include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
13
14#include <QtWidgets/QDialog>
15
16namespace Ui
17{
18 class Plot1DPrefDialogTemplate;
19}
20
21namespace OpenMS
22{
23 namespace Internal
24 {
26 class OPENMS_GUI_DLLAPI Plot1DPrefDialog :
27 public QDialog
28 {
29 Q_OBJECT
30
31public:
35private:
36 Ui::Plot1DPrefDialogTemplate* ui_;
37 };
38 }
39}
Preferences dialog for Plot1DWidget.
Definition Plot1DPrefDialog.h:28
Ui::Plot1DPrefDialogTemplate * ui_
Definition Plot1DPrefDialog.h:36
Plot1DPrefDialog(QWidget *parent)
Constructor.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition FLASHDeconvWizardBase.h:37