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