MNE-CPP  beta 1.0
ecgaboutwidget.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef ECGABOUTWIDGET_H
37 #define ECGABOUTWIDGET_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include "../ui_ecgabout.h"
46 
47 
48 //*************************************************************************************************************
49 //=============================================================================================================
50 // QT INCLUDES
51 //=============================================================================================================
52 
53 #include <QtWidgets>
54 
55 
56 //*************************************************************************************************************
57 //=============================================================================================================
58 // DEFINE NAMESPACE ECGSimulatorPlugin
59 //=============================================================================================================
60 
61 namespace ECGSimulatorPlugin
62 {
63 
64 
65 //*************************************************************************************************************
66 //=============================================================================================================
67 // USED NAMESPACES
68 //=============================================================================================================
69 
70 
71 //*************************************************************************************************************
72 //=============================================================================================================
73 // FORWARD DECLARATIONS
74 //=============================================================================================================
75 
76 
77 //=============================================================================================================
83 class ECGAboutWidget : public QDialog
84 {
85  Q_OBJECT
86 
87 public:
88 
89  //=========================================================================================================
95  ECGAboutWidget(QWidget *parent = 0);
96 
97  //=========================================================================================================
102  ~ECGAboutWidget();
103 
104 private:
106 };
107 
108 } // NAMESPACE
109 
110 #endif // ECGABOUTWIDGET_H
The ECGAboutWidget class provides the about dialog for the ECGSimulator.