MNE-CPP  beta 1.0
fiffsimulatoraboutwidget.cpp
Go to the documentation of this file.
1 //=============================================================================================================
36 //*************************************************************************************************************
37 //=============================================================================================================
38 // INCLUDES
39 //=============================================================================================================
40 
42 
43 
44 //*************************************************************************************************************
45 //=============================================================================================================
46 // QT INCLUDES
47 //=============================================================================================================
48 
49 
50 
51 //*************************************************************************************************************
52 //=============================================================================================================
53 // USED NAMESPACES
54 //=============================================================================================================
55 
56 using namespace FiffSimulatorPlugin;
57 
58 
59 //*************************************************************************************************************
60 //=============================================================================================================
61 // DEFINE MEMBER METHODS
62 //=============================================================================================================
63 
65 : QDialog(parent)
66 {
67  ui.setupUi(this);
68 }
69 
70 
71 //*************************************************************************************************************
72 
74 {
75 
76 }
Contains the declaration of the FiffSimulatorAboutWidget class.