MNE-CPP  beta 1.0
mneaboutwidget.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef MNEABOUTWIDGET_H
37 #define MNEABOUTWIDGET_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include "../ui_mneabout.h"
46 
47 
48 //*************************************************************************************************************
49 //=============================================================================================================
50 // QT INCLUDES
51 //=============================================================================================================
52 
53 #include <QtWidgets>
54 
55 
56 //*************************************************************************************************************
57 //=============================================================================================================
58 // DEFINE NAMESPACE MNEPlugin
59 //=============================================================================================================
60 
61 namespace MNEPlugin
62 {
63 
64 
65 //=============================================================================================================
71 class MNEAboutWidget : public QDialog
72 {
73  Q_OBJECT
74 
75 public:
76 
77  //=========================================================================================================
83  MNEAboutWidget(QWidget *parent = 0);
84 
85  //=========================================================================================================
91 
92 private:
93 
96 };
97 
98 } // NAMESPACE
99 
100 #endif // MNEABOUTWIDGET_H
The MNEAboutWidget class provides the about dialog for the MNE.
MNEAboutWidget(QWidget *parent=0)