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

#include <help8.h>

Public Member Functions

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

Private Attributes

Ui::help8ui

Detailed Description

Definition at line 10 of file help8.h.


Constructor & Destructor Documentation

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

Definition at line 4 of file help8.cpp.

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

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

Definition at line 12 of file help8.cpp.

References ui.

{
delete ui;
}

Field Documentation

Ui::help8* help8::ui
private

Definition at line 19 of file help8.h.

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


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