MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
brainmonitoraboutwidget.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef BRAINMONITORABOUTWIDGET_H
37 #define BRAINMONITORABOUTWIDGET_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include "../ui_brainmonitorabout.h"
46 
47 
48 //*************************************************************************************************************
49 //=============================================================================================================
50 // QT INCLUDES
51 //=============================================================================================================
52 
53 #include <QtWidgets>
54 
55 
56 //*************************************************************************************************************
57 //=============================================================================================================
58 // DEFINE NAMESPACE BrainMonitorPlugin
59 //=============================================================================================================
60 
61 namespace BrainMonitorPlugin
62 {
63 
64 
65 //=============================================================================================================
71 class BrainMonitorAboutWidget : public QDialog
72 {
73  Q_OBJECT
74 
75 public:
76 
77  //=========================================================================================================
83  BrainMonitorAboutWidget(QWidget *parent = 0);
84 
85  //=========================================================================================================
91 
92 private:
93 
94  Ui::BrainMonitorAboutWidgetClass ui;
96 };
97 
98 } // NAMESPACE
99 
100 #endif // BRAINMONITORABOUTWIDGET_H
The BrainMonitorWidget class provides the about dialog for the DummyToolbox.