XML Mill  1.0.0
A GUI based XML editor with a memory.
Public Member Functions | Private Attributes
GCHelpDialog Class Reference

Displays "Help" information. More...

#include <gchelpdialog.h>

List of all members.

Public Member Functions

 GCHelpDialog (const QString &text, QWidget *parent=0)
 Constructor.
 ~GCHelpDialog ()
 Destructor.

Private Attributes

Ui::GCHelpDialog * ui

Detailed Description

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.


Constructor & Destructor Documentation

GCHelpDialog::GCHelpDialog ( const QString &  text,
QWidget *  parent = 0 
) [explicit]

Constructor.

Parameters:
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.


The documentation for this class was generated from the following files: