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