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

#include <help1.h>

Public Member Functions

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

Private Attributes

Ui::help1ui

Detailed Description

Definition at line 10 of file help1.h.


Constructor & Destructor Documentation

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

Definition at line 4 of file help1.cpp.

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

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

Definition at line 13 of file help1.cpp.

References ui.

{
delete ui;
}

Field Documentation

Ui::help1* help1::ui
private

Definition at line 19 of file help1.h.

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


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