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