OpenMS
Plot2DPrefDialog.h
Go to the documentation of this file.
1 // Copyright (c) 2002-2023, The OpenMS Team -- 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 
16 namespace Ui
17 {
18  class Plot2DPrefDialogTemplate;
19 }
20 
21 namespace OpenMS
22 {
23  namespace Internal
24  {
26  class OPENMS_GUI_DLLAPI Plot2DPrefDialog :
27  public QDialog
28  {
29  Q_OBJECT
30 
31 public:
34  ~Plot2DPrefDialog() override;
35 private:
36  Ui::Plot2DPrefDialogTemplate* ui_;
37  };
38  }
39 }
Preferences dialog for Plot2DWidget.
Definition: Plot2DPrefDialog.h:28
Ui::Plot2DPrefDialogTemplate * ui_
Definition: Plot2DPrefDialog.h:36
Plot2DPrefDialog(QWidget *parent)
Constructor.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22
Definition: FLASHDeconvWizardBase.h:37