NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkIPPortDialog.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef niftkIPPortDialog_h
16 #define niftkIPPortDialog_h
17 
18 #include <niftkIGIDataSourcesExports.h>
20 #include <ui_niftkIPPortDialog.h>
21 
22 namespace niftk
23 {
24 
25 class NIFTKIGIDATASOURCES_EXPORT IPPortDialog : public IGIInitialisationDialog,
26  public Ui_niftkIPPortDialog
27 
28 {
29  Q_OBJECT
30 
31 public:
32 
33  IPPortDialog(QWidget *parent);
34  ~IPPortDialog();
35 
36 private slots:
37 
38  void OnOKClicked();
39 
40 };
41 
42 } // end namespace
43 
44 #endif
Initialisation dialogs must export their properties on completion.
Definition: niftkIGIInitialisationDialog.h:34
Definition: niftkIPPortDialog.h:25
Definition: niftkExceptionObject.h:21