MNE-CPP
beta 1.0
|
The MNEAboutWidget class provides the about dialog for the MNE. More...
#include <mneaboutwidget.h>
Public Member Functions | |
MNEAboutWidget (QWidget *parent=0) | |
~MNEAboutWidget () | |
The MNEAboutWidget class provides the about dialog for the MNE.
DECLARE CLASS MNEAboutWidget
Definition at line 71 of file mneaboutwidget.h.
MNEAboutWidget::MNEAboutWidget | ( | QWidget * | parent = 0 | ) |
Constructs a MNEAboutWidget dialog which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new MNEAboutWidget becomes a window. If parent is another widget, DummyAboutWidget becomes a child window inside parent. DummyAboutWidget is deleted when its parent is deleted. |
Definition at line 57 of file mneaboutwidget.cpp.
MNEAboutWidget::~MNEAboutWidget | ( | ) |
Destroys the MNEAboutWidget. All DummyAboutWidget's children are deleted first. The application exits if MNEAboutWidget is the main widget.
Definition at line 66 of file mneaboutwidget.cpp.