tychoBCG3D  0.2
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Private Slots | Private Attributes
help Class Reference

#include <help.h>

Public Member Functions

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

Private Slots

void on_pushButton_clicked ()

Private Attributes

Ui::help * ui

Detailed Description

Definition at line 10 of file help.h.


Constructor & Destructor Documentation

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

Definition at line 4 of file help.cpp.

References ui.

:
QWidget(parent),
ui(new Ui::help)
{
ui->setupUi(this);
ui->textBrowser->setOpenLinks(true);
ui->textBrowser->setSource(QUrl(":docu/help.html"));
}
help::~help ( )

Definition at line 14 of file help.cpp.

References ui.

{
delete ui;
}

Member Function Documentation

void help::on_pushButton_clicked ( )
privateslot

Definition at line 19 of file help.cpp.

{
close();
}

Field Documentation

Ui::help* help::ui
private

Definition at line 22 of file help.h.

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


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