MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_analyze_qt
Windows
aboutwindow.h
Go to the documentation of this file.
1
//=============================================================================================================
42
#ifndef ABOUTWINDOW_H
43
#define ABOUTWINDOW_H
44
45
#include <QDialog>
46
47
//*************************************************************************************************************
48
//=============================================================================================================
49
// DEFINE NAMESPACE Ui
50
//=============================================================================================================
51
52
namespace
Ui
{
53
54
class
AboutWindow
;
55
}
56
57
//*************************************************************************************************************
58
//=============================================================================================================
59
// DEFINE FORWARD DECLARATIONS
60
//=============================================================================================================
61
62
class
AboutWindow
:
public
QDialog
63
{
64
Q_OBJECT
65
66
//=============================================================================================================
67
68
public
:
69
explicit
AboutWindow
(QWidget *parent = 0);
70
~
AboutWindow
();
71
72
//=============================================================================================================
73
74
private
:
75
//UI
76
Ui::AboutWindow *ui;
77
};
78
79
#endif // ABOUTWINDOW_H
Ui
Definition:
aboutwindow.h:52
AboutWindow
Definition:
aboutwindow.h:62
Generated on Fri Mar 27 2015 22:54:24 for MNE-CPP by
1.8.9.1