tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Private Attributes
help3 Class Reference

#include <help3.h>

Public Member Functions

 help3 (QWidget *parent=0)
 ~help3 ()

Private Attributes

Ui::help3ui

Detailed Description

Definition at line 10 of file help3.h.


Constructor & Destructor Documentation

help3::help3 ( QWidget *  parent = 0)
explicit

Definition at line 4 of file help3.cpp.

References Ui_help3::close, Ui_help3::setupUi(), and ui.

:
QDialog(parent),
{
ui->setupUi(this);
connect(ui->close, SIGNAL(clicked()), this, SLOT(close()));
}
help3::~help3 ( )

Definition at line 12 of file help3.cpp.

References ui.

{
delete ui;
}

Field Documentation

Ui::help3* help3::ui
private

Definition at line 19 of file help3.h.

Referenced by help3(), and ~help3().


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