MNE-CPP  beta 1.0
neuromagaboutwidget.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef NEUROMAGABOUTWIDGET_H
37 #define NEUROMAGABOUTWIDGET_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include "../ui_neuromagabout.h"
46 
47 
48 //*************************************************************************************************************
49 //=============================================================================================================
50 // QT INCLUDES
51 //=============================================================================================================
52 
53 #include <QtWidgets>
54 
55 
56 //*************************************************************************************************************
57 //=============================================================================================================
58 // DEFINE NAMESPACE MneRtClientPlugin
59 //=============================================================================================================
60 
61 namespace MneRtClientPlugin
62 {
63 
64 
65 //*************************************************************************************************************
66 //=============================================================================================================
67 // USED NAMESPACES
68 //=============================================================================================================
69 
70 
71 //*************************************************************************************************************
72 //=============================================================================================================
73 // FORWARD DECLARATIONS
74 //=============================================================================================================
75 
76 
77 //=============================================================================================================
83 class NeuromagAboutWidget : public QDialog
84 {
85  Q_OBJECT
86 
87 public:
88 
89  //=========================================================================================================
95  NeuromagAboutWidget(QWidget *parent = 0);
96 
97  //=========================================================================================================
103 
104 private:
106 };
107 
108 } // NAMESPACE
109 
110 #endif // NEUROMAGABOUTWIDGET_H
The NeuromagAboutWidget class provides the about dialog for the Neuromag.