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