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

#include <help2.h>

Public Member Functions

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

Private Attributes

Ui::help2ui

Detailed Description

Definition at line 10 of file help2.h.


Constructor & Destructor Documentation

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

Definition at line 4 of file help2.cpp.

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

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

Definition at line 13 of file help2.cpp.

References ui.

{
delete ui;
}

Field Documentation

Ui::help2* help2::ui
private

Definition at line 19 of file help2.h.

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


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