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