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