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