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

#include <help6.h>

Public Member Functions

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

Private Attributes

Ui::help6ui

Detailed Description

Definition at line 10 of file help6.h.


Constructor & Destructor Documentation

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

Definition at line 4 of file help6.cpp.

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

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

Definition at line 12 of file help6.cpp.

References ui.

{
delete ui;
}

Field Documentation

Ui::help6* help6::ui
private

Definition at line 19 of file help6.h.

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


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