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