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