MNE-CPP  beta 1.0
triggercontrolaboutwidget.cpp
Go to the documentation of this file.
1 //=============================================================================================================
37 //*************************************************************************************************************
38 //=============================================================================================================
39 // INCLUDES
40 //=============================================================================================================
41 
43 
44 
45 //*************************************************************************************************************
46 //=============================================================================================================
47 // USED NAMESPACES
48 //=============================================================================================================
49 
50 using namespace TriggerControlPlugin;
51 
52 
53 //*************************************************************************************************************
54 //=============================================================================================================
55 // DEFINE MEMBER METHODS
56 //=============================================================================================================
57 
59 : QDialog(parent)
60 {
61  ui.setupUi(this);
62 }
63 
64 
65 //*************************************************************************************************************
66 
68 {
69 
70 }
Contains the declaration of the TriggercontrolAboutWidget class.