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

#include <help4.h>

Public Member Functions

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

Private Attributes

Ui::help4ui

Detailed Description

Definition at line 10 of file help4.h.


Constructor & Destructor Documentation

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

Definition at line 4 of file help4.cpp.

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

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

Definition at line 12 of file help4.cpp.

References ui.

{
delete ui;
}

Field Documentation

Ui::help4* help4::ui
private

Definition at line 19 of file help4.h.

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


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