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