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