OpenMS
Loading...
Searching...
No Matches
Plot3DPrefDialog.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 Plot3DPrefDialogTemplate;
19}
20
21namespace OpenMS
22{
23 namespace Internal
24 {
26 class OPENMS_GUI_DLLAPI Plot3DPrefDialog :
27 public QDialog
28 {
29 Q_OBJECT
30
31public:
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 openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition FLASHDeconvWizardBase.h:37