Medical Imaging Interaction Toolkit  2023.12.99-1652ac8d
Medical Imaging Interaction Toolkit
QmitkToolGUIArea.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef QmitkToolGUIArea_h
14 #define QmitkToolGUIArea_h
15 
16 #include "mitkCommon.h"
18 
19 #include <qwidget.h>
20 
30 {
31  Q_OBJECT
32 
33 public:
34  QmitkToolGUIArea(QWidget *parent = nullptr, Qt::WindowFlags f = {});
35  ~QmitkToolGUIArea() override;
36 
37 signals:
38 
39 public slots:
40 
41 protected slots:
42 
43 protected:
44 };
45 
46 #endif
MITKSEGMENTATIONUI_EXPORT
#define MITKSEGMENTATIONUI_EXPORT
Definition: MitkSegmentationUIExports.h:15
QmitkToolGUIArea
Dummy class for putting into a GUI (mainly using Qt Designer).
Definition: QmitkToolGUIArea.h:29
mitkCommon.h
MitkSegmentationUIExports.h