Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
QmitkCopyToClipBoardDialog.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 QmitkCopyToClipBoardDialog_h
14 #define QmitkCopyToClipBoardDialog_h
15 
17 #include <mitkCommon.h>
18 #include <qdialog.h>
25 {
26  Q_OBJECT
27 
28 public:
29  QmitkCopyToClipBoardDialog(const QString &text, QWidget *parent = nullptr, const char *name = nullptr);
30  ~QmitkCopyToClipBoardDialog() override;
31 
32 signals:
33 
34 public slots:
35 
36 protected slots:
37 
38 protected:
39 };
40 
41 #endif
MITKSEGMENTATIONUI_EXPORT
#define MITKSEGMENTATIONUI_EXPORT
Definition: MitkSegmentationUIExports.h:15
mitkCommon.h
MitkSegmentationUIExports.h
QmitkCopyToClipBoardDialog
Displays read-only QTextEdit.
Definition: QmitkCopyToClipBoardDialog.h:24