Medical Imaging Interaction Toolkit  2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
MainWindow.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 MainWindow_h
14 #define MainWindow_h
15 
17 #include <QMainWindow>
18 
20 
21 class MainWindow : public QMainWindow
22 {
23  Q_OBJECT
24 
25 public:
26  MainWindow();
27  ~MainWindow() override;
28 
29 private:
30  void OnOpenFile();
31 
33  QmitkStdMultiWidget* m_MultiWidget;
34 };
35 
36 #endif
QmitkStdMultiWidget
The 'QmitkStdMultiWidget' is a 'QmitkAbstractMultiWidget' that is used to display multiple render win...
Definition: QmitkStdMultiWidget.h:24
itk::SmartPointer< Self >
mitkStandaloneDataStorage.h
MainWindow
Definition: MainWindow.h:21
MainWindow::~MainWindow
~MainWindow() override
MainWindow::MainWindow
MainWindow()