MNE-CPP  beta 1.0
tmsiaboutwidget.cpp
Go to the documentation of this file.
1 //=============================================================================================================
37 //*************************************************************************************************************
38 //=============================================================================================================
39 // INCLUDES
40 //=============================================================================================================
41 
42 #include "tmsiaboutwidget.h"
43 
44 
45 //*************************************************************************************************************
46 //=============================================================================================================
47 // QT INCLUDES
48 //=============================================================================================================
49 
50 
51 
52 //*************************************************************************************************************
53 //=============================================================================================================
54 // USED NAMESPACES
55 //=============================================================================================================
56 
57 using namespace TMSIPlugin;
58 
59 
60 //*************************************************************************************************************
61 //=============================================================================================================
62 // DEFINE MEMBER METHODS
63 //=============================================================================================================
64 
66 : QDialog(parent)
67 {
68  ui.setupUi(this);
69 }
70 
71 
72 //*************************************************************************************************************
73 
75 {
76 
77 }
Contains the declaration of the TMSIAboutWidget class.
TMSIAboutWidget(QWidget *parent=0)