MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_browse_raw_qt
Windows
aboutwindow.h
Go to the documentation of this file.
1
//=============================================================================================================
37
#ifndef ABOUTWINDOW_H
38
#define ABOUTWINDOW_H
39
40
//*************************************************************************************************************
41
//=============================================================================================================
42
// INCLUDES
43
//=============================================================================================================
44
45
#include "ui_aboutwindow.h"
46
47
48
//*************************************************************************************************************
49
//=============================================================================================================
50
// QT INCLUDES
51
//=============================================================================================================
52
53
#include <QWidget>
54
55
56
//*************************************************************************************************************
57
//=============================================================================================================
58
// DEFINE NAMESPACE MNEBrowseRawQt
59
//=============================================================================================================
60
61
namespace
MNEBrowseRawQt
62
{
63
69
class
AboutWindow
:
public
QWidget
70
{
71
Q_OBJECT
72
73
public
:
74
//=========================================================================================================
80
AboutWindow
(QWidget *parent = 0);
81
82
83
//=========================================================================================================
88
~AboutWindow
();
89
90
private
:
91
Ui::AboutWindow *ui;
92
};
93
94
}
// NAMESPACE MNEBrowseRawQt
95
96
#endif // ABOUTWINDOW_H
MNEBrowseRawQt::AboutWindow::AboutWindow
AboutWindow(QWidget *parent=0)
Definition:
aboutwindow.cpp:58
MNEBrowseRawQt::AboutWindow
The AboutWindow class provides the about window.
Definition:
aboutwindow.h:69
MNEBrowseRawQt
Definition:
averagedelegate.h:62
MNEBrowseRawQt::AboutWindow::~AboutWindow
~AboutWindow()
Definition:
aboutwindow.cpp:70
Generated on Tue Jan 27 2015 08:53:51 for MNE-CPP by
1.8.9.1