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