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

#include <help7.h>

Public Member Functions

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

Private Attributes

Ui::help7ui

Detailed Description

Definition at line 10 of file help7.h.


Constructor & Destructor Documentation

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

Definition at line 4 of file help7.cpp.

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

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

Definition at line 12 of file help7.cpp.

References ui.

{
delete ui;
}

Field Documentation

Ui::help7* help7::ui
private

Definition at line 19 of file help7.h.

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


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