OpenMS
Plot3DPrefDialog.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 Plot3DPrefDialogTemplate;
19 }
20 
21 namespace OpenMS
22 {
23  namespace Internal
24  {
26  class OPENMS_GUI_DLLAPI Plot3DPrefDialog :
27  public QDialog
28  {
29  Q_OBJECT
30 
31 public:
34  ~Plot3DPrefDialog() override;
35  private:
36  Ui::Plot3DPrefDialogTemplate* ui_;
37  };
38  }
39 }
Preferences dialog for Plot3DWidget.
Definition: Plot3DPrefDialog.h:28
Ui::Plot3DPrefDialogTemplate * ui_
Definition: Plot3DPrefDialog.h:36
Plot3DPrefDialog(QWidget *parent)
Constructor.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22
Definition: FLASHDeconvWizardBase.h:37