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

#include <help5.h>

Public Member Functions

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

Private Attributes

Ui::help5ui

Detailed Description

Definition at line 10 of file help5.h.


Constructor & Destructor Documentation

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

Definition at line 4 of file help5.cpp.

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

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

Definition at line 12 of file help5.cpp.

References ui.

{
delete ui;
}

Field Documentation

Ui::help5* help5::ui
private

Definition at line 19 of file help5.h.

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


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