![]() |
XML Mill
1.0.0
A GUI based XML editor with a memory.
|
Displays "Help" information. More...
#include <gchelpdialog.h>
Public Member Functions | |
GCHelpDialog (const QString &text, QWidget *parent=0) | |
Constructor. | |
~GCHelpDialog () | |
Destructor. | |
Private Attributes | |
Ui::GCHelpDialog * | ui |
Displays "Help" information.
The Qt::WA_DeleteOnClose flag is set for all instances of this form. If you're unfamiliar with Qt, this means that Qt will delete this widget as soon as the widget accepts the close event (i.e. you don't need to worry about clean-up of dynamically created instances of this object).
Definition at line 47 of file gchelpdialog.h.
GCHelpDialog::GCHelpDialog | ( | const QString & | text, |
QWidget * | parent = 0 |
||
) | [explicit] |
Constructor.
text | - the "Help" text that should be displayed. |
Definition at line 34 of file gchelpdialog.cpp.
Destructor.
Definition at line 46 of file gchelpdialog.cpp.